Plan 9 from Bell Labs 2001-06-07
1 files changed, 1 insertions(+), 1 deletions(-) M boot/boot.c
M boot/boot.c => boot/boot.c +1 -1
@@ 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);