diff options
author | Igor Sobrado <sobrado@cvs.openbsd.org> | 2007-12-16 14:58:28 +0000 |
---|---|---|
committer | Igor Sobrado <sobrado@cvs.openbsd.org> | 2007-12-16 14:58:28 +0000 |
commit | b281dbff96be0eb25975c9346efd4cfc7133068c (patch) | |
tree | d4de0bdf8a65e12296aaa60880023f1fe40e27d9 /sbin/disklabel/disklabel.8 | |
parent | 9bd52c37f08e76563f6320a57d6cdd07232ac508 (diff) |
add missing arguments to "-b" and "-s"
ok jmc@
Diffstat (limited to 'sbin/disklabel/disklabel.8')
-rw-r--r-- | sbin/disklabel/disklabel.8 | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/sbin/disklabel/disklabel.8 b/sbin/disklabel/disklabel.8 index 1924e496d4a..2575f643170 100644 --- a/sbin/disklabel/disklabel.8 +++ b/sbin/disklabel/disklabel.8 @@ -1,4 +1,4 @@ -.\" $OpenBSD: disklabel.8,v 1.63 2007/06/02 08:02:51 jmc Exp $ +.\" $OpenBSD: disklabel.8,v 1.64 2007/12/16 14:58:27 sobrado Exp $ .\" $NetBSD: disklabel.8,v 1.9 1995/03/18 14:54:38 cgd Exp $ .\" .\" Copyright (c) 1987, 1988, 1991, 1993 @@ -33,7 +33,7 @@ .\" .\" @(#)disklabel.8 8.2 (Berkeley) 4/19/94 .\" -.Dd $Mdocdate: June 2 2007 $ +.Dd $Mdocdate: December 16 2007 $ .Dt DISKLABEL 8 .Os .Sh NAME @@ -112,7 +112,7 @@ The flag is implied by .Fl B and never needs to be specified. -.It Fl b +.It Fl b Ar boot1 Specify the single level boot program, or the primary boot program, depending on the system boot architecture .Pq single or two-level . @@ -187,7 +187,7 @@ system. This flag does not work on a number of architectures, thus it is not considered the right way to put a new label on a disk. Its use is discouraged. -.It Fl s +.It Fl s Ar boot2 On machines with a two-level bootstrap .Pq such as i386-based systems , specify the secondary boot program. |