diff options
Diffstat (limited to 'usr/src/cmd/fmthard/fmthard.c')
-rw-r--r-- | usr/src/cmd/fmthard/fmthard.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/usr/src/cmd/fmthard/fmthard.c b/usr/src/cmd/fmthard/fmthard.c index 4bc20da317..8a44358f97 100644 --- a/usr/src/cmd/fmthard/fmthard.c +++ b/usr/src/cmd/fmthard/fmthard.c @@ -121,7 +121,7 @@ static diskaddr_t lastlba = 0; /* last LBA on 64-bit VTOC */ static char *uboot = "boot"; #elif defined(i386) -/* use installboot(1M) to install boot blocks */ +/* use installboot(8) to install boot blocks */ static char *uboot = ""; #else #error No platform defined. @@ -168,7 +168,7 @@ main(int argc, char **argv) case 'b': (void) fprintf(stderr, "fmthard: -p and -b no longer supported." - " Use installboot(1M) to install boot blocks\n"); + " Use installboot(8) to install boot blocks\n"); break; #endif /* defined(i386) */ |