From 20378b2e56fdc9dda74e2540b9a26d5153eb6e56 Mon Sep 17 00:00:00 2001 From: David du Colombier <0intro@gmail.com> Date: Thu, 7 Jun 2001 00:00:00 +0000 Subject: [PATCH] Plan 9 from Bell Labs 2001-06-07 --- boot/boot.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/boot/boot.c b/boot/boot.c index 69b69843f7542c5f1e34a2a3be03a1efad782fa4..ab73afd92ba6f209889c283776f1d8142950a21d 100644 --- a/boot/boot.c +++ b/boot/boot.c @@ -104,7 +104,7 @@ boot(int argc, char *argv[]) n = fversion(fd, 0, buf, sizeof buf); if(n < 0) fatal("can't init 9P"); - print("(%.*s)", n, buf); + print("(%.*s)...", n, buf); if(!islocal && !ishybrid){ if(cfs) fd = (*cfs)(fd);