diff options
author | 1996-06-01 13:05:01 +0000 | |
---|---|---|
committer | 1996-06-01 13:05:01 +0000 | |
commit | ed50b0a8f2e31631e7970852dd67d51cb0a6dca0 (patch) | |
tree | f82f46dc772fc1a3b37243f4e39945cc4150a9b9 | |
parent | splbio over scsi_done; isdma_copyfrombuf() inside this block is not a real (diff) | |
download | wireguard-openbsd-ed50b0a8f2e31631e7970852dd67d51cb0a6dca0.tar.xz wireguard-openbsd-ed50b0a8f2e31631e7970852dd67d51cb0a6dca0.zip |
prompt with : instead of :-
-rw-r--r-- | sys/arch/i386/boot/boot.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sys/arch/i386/boot/boot.c b/sys/arch/i386/boot/boot.c index 86c7adbb448..8845307697c 100644 --- a/sys/arch/i386/boot/boot.c +++ b/sys/arch/i386/boot/boot.c @@ -297,7 +297,7 @@ getbootdev(howto) { static char namebuf[100]; /* don't allocate on stack! */ char c, *ptr = namebuf; - printf("Boot: [[[%s(%d,%c)]%s][-adrs]] :- ", + printf("Boot: [[[%s(%d,%c)]%s][-adrs]] : ", devs[maj], unit, 'a'+part, name); #ifdef CHECKSUM cflag = 0; |