diff options
author | Michael Shalayeff <mickey@cvs.openbsd.org> | 1997-09-03 22:39:13 +0000 |
---|---|---|
committer | Michael Shalayeff <mickey@cvs.openbsd.org> | 1997-09-03 22:39:13 +0000 |
commit | 2e80333047a6bcd7638221e16069e121450cd1d1 (patch) | |
tree | c0379f4874858f5c901855f0185c352511954a1f /sbin/disklabel/disklabel.c | |
parent | 00c3a26ec54ec5b4ecbf48b5f2b4e86c71aef076 (diff) |
add xr installboot for i386
change msg to accomodate multiple man pages in SEEALSO
Diffstat (limited to 'sbin/disklabel/disklabel.c')
-rw-r--r-- | sbin/disklabel/disklabel.c | 7 |
1 files changed, 3 insertions, 4 deletions
diff --git a/sbin/disklabel/disklabel.c b/sbin/disklabel/disklabel.c index 2d2bfb447fc..b41339e7b6b 100644 --- a/sbin/disklabel/disklabel.c +++ b/sbin/disklabel/disklabel.c @@ -1,4 +1,4 @@ -/* $OpenBSD: disklabel.c,v 1.35 1997/08/29 18:05:40 mickey Exp $ */ +/* $OpenBSD: disklabel.c,v 1.36 1997/09/03 22:39:12 mickey Exp $ */ /* $NetBSD: disklabel.c,v 1.30 1996/03/14 19:49:24 ghudson Exp $ */ /* @@ -44,7 +44,7 @@ static char copyright[] = #endif /* not lint */ #ifndef lint -static char rcsid[] = "$OpenBSD: disklabel.c,v 1.35 1997/08/29 18:05:40 mickey Exp $"; +static char rcsid[] = "$OpenBSD: disklabel.c,v 1.36 1997/09/03 22:39:12 mickey Exp $"; #endif /* not lint */ #include <sys/param.h> @@ -1511,8 +1511,7 @@ usage() "`proto' is the output from the read cmd form; -R is powerful.\n"); #ifdef SEEALSO fprintf(stderr, - "The manpage %s describes procedures specific to " - "this architecture.\n", SEEALSO); + "For procedures specific to this architecture see: %s\n", SEEALSO); #endif exit(1); } |