diff options
Diffstat (limited to 'sbin/bsdlabel/bsdlabel.5')
-rw-r--r-- | sbin/bsdlabel/bsdlabel.5 | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/sbin/bsdlabel/bsdlabel.5 b/sbin/bsdlabel/bsdlabel.5 index 3cb5b50..8090bdc 100644 --- a/sbin/bsdlabel/bsdlabel.5 +++ b/sbin/bsdlabel/bsdlabel.5 @@ -13,7 +13,7 @@ .\" notice, this list of conditions and the following disclaimer in the .\" documentation and/or other materials provided with the distribution. .\" 3. All advertising materials mentioning features or use of this software -.\" must display the following acknowledgement: +.\" must display the following acknowledgment: .\" This product includes software developed by the University of .\" California, Berkeley and its contributors. .\" 4. Neither the name of the University nor the names of its contributors @@ -33,6 +33,7 @@ .\" SUCH DAMAGE. .\" .\" @(#)disklabel.5.5 8.1 (Berkeley) 6/5/93 +.\" $Id$ .\" .Dd June 5, 1993 .Dt DISKLABEL 5 @@ -75,7 +76,7 @@ the .Dv DIOCWLABEL .Xr ioctl 2 , which is done as needed by the -.Xr disklabel +.Xr disklabel 8 program. .Pp A copy of the in-core label for a disk can be obtained with the @@ -99,7 +100,7 @@ there must be an existing label on the disk for this operation to succeed. Thus, the initial label for a disk or disk pack must be installed by writing to the raw disk. All of these operations are normally done using -.Xr disklabel . +.Xr disklabel 8 . .Pp The format of the disk label, as specified in .Pa <sys/disklabel.h> , |