- Use .Nm "" instead of .Nm disklabel in SYNOPSIS.
- Do a trick to remove whitespace before close paren from generated output. - Delete space at the end of line.
This commit is contained in:
parent
6d6c746101
commit
fc8191fee4
@ -1,4 +1,4 @@
|
|||||||
.\" $NetBSD: disklabel.8,v 1.17 1997/10/10 16:16:14 lukem Exp $
|
.\" $NetBSD: disklabel.8,v 1.18 1997/10/11 02:28:17 enami Exp $
|
||||||
.\"
|
.\"
|
||||||
.\" Copyright (c) 1987, 1988, 1991, 1993
|
.\" Copyright (c) 1987, 1988, 1991, 1993
|
||||||
.\" The Regents of the University of California. All rights reserved.
|
.\" The Regents of the University of California. All rights reserved.
|
||||||
@ -46,28 +46,28 @@
|
|||||||
.Nm
|
.Nm
|
||||||
.Op Fl rt
|
.Op Fl rt
|
||||||
.Ar disk
|
.Ar disk
|
||||||
.Nm disklabel
|
.Nm ""
|
||||||
.Fl w
|
.Fl w
|
||||||
.Op Fl r
|
.Op Fl r
|
||||||
.Ar disk Ar disktype
|
.Ar disk Ar disktype
|
||||||
.Oo Ar packid Oc
|
.Oo Ar packid Oc
|
||||||
.Nm disklabel
|
.Nm ""
|
||||||
.Fl e
|
.Fl e
|
||||||
.Op Fl r
|
.Op Fl r
|
||||||
.Ar disk
|
.Ar disk
|
||||||
.Nm disklabel
|
.Nm ""
|
||||||
.Fl i
|
.Fl i
|
||||||
.Op Fl r
|
.Op Fl r
|
||||||
.Ar disk
|
.Ar disk
|
||||||
.Nm disklabel
|
.Nm ""
|
||||||
.Fl R
|
.Fl R
|
||||||
.Op Fl r
|
.Op Fl r
|
||||||
.Ar disk Ar protofile
|
.Ar disk Ar protofile
|
||||||
.Nm disklabel
|
.Nm ""
|
||||||
.Op Fl NW
|
.Op Fl NW
|
||||||
.Ar disk
|
.Ar disk
|
||||||
.sp
|
.sp
|
||||||
.Nm disklabel
|
.Nm ""
|
||||||
.Fl B
|
.Fl B
|
||||||
.Oo
|
.Oo
|
||||||
.Fl b Ar boot1
|
.Fl b Ar boot1
|
||||||
@ -75,7 +75,7 @@
|
|||||||
.Oc
|
.Oc
|
||||||
.Ar disk
|
.Ar disk
|
||||||
.Oo Ar disktype Oc
|
.Oo Ar disktype Oc
|
||||||
.Nm disklabel
|
.Nm ""
|
||||||
.Fl w
|
.Fl w
|
||||||
.Fl B
|
.Fl B
|
||||||
.Oo
|
.Oo
|
||||||
@ -84,7 +84,7 @@
|
|||||||
.Oc
|
.Oc
|
||||||
.Ar disk Ar disktype
|
.Ar disk Ar disktype
|
||||||
.Oo Ar packid Oc
|
.Oo Ar packid Oc
|
||||||
.Nm disklabel
|
.Nm ""
|
||||||
.Fl R
|
.Fl R
|
||||||
.Fl B
|
.Fl B
|
||||||
.Oo
|
.Oo
|
||||||
@ -311,10 +311,10 @@ entry for your disk in
|
|||||||
.Pa /etc/disktab ,
|
.Pa /etc/disktab ,
|
||||||
you can use this style to put
|
you can use this style to put
|
||||||
an initial label onto a new disk. Then dump the label to a file (using
|
an initial label onto a new disk. Then dump the label to a file (using
|
||||||
.Em disklabel sd0 > protofile
|
.Em disklabel sd0 >
|
||||||
),
|
.Em protofile ) ,
|
||||||
editing the file, and replacing the label with
|
editing the file, and replacing the label with
|
||||||
.Em disklabel -R sd0
|
.Em disklabel -R sd0
|
||||||
.Em protofile .
|
.Em protofile .
|
||||||
.Pp
|
.Pp
|
||||||
.Dl disklabel -e -r sd0
|
.Dl disklabel -e -r sd0
|
||||||
|
Loading…
Reference in New Issue
Block a user