mirror of
https://github.com/opnsense/src.git
synced 2026-06-09 08:43:19 -04:00
In the words of the submitter:
disklabel(8)'s "Reading the disk label" section starts out "To examine or save the label on a disk drive,...". This is confusing. The given command (disklabel [-r] disk) doesn't save anything (except to standard out, but that should go without saying). It reads as if the command might save something on the disk drive. PR: 32452 Submitted by: Gary W. Swearingen <swear@blarg.net>
This commit is contained in:
parent
4057c9f019
commit
e40fcc9819
2 changed files with 2 additions and 2 deletions
|
|
@ -141,7 +141,7 @@ path prefix when specifying the device.
|
|||
will automatically prepend it.
|
||||
.Ss Reading the disk label
|
||||
.Pp
|
||||
To examine or save the label on a disk drive, use
|
||||
To examine the label on a disk drive, use
|
||||
.Nm
|
||||
without options:
|
||||
.Pp
|
||||
|
|
|
|||
|
|
@ -141,7 +141,7 @@ path prefix when specifying the device.
|
|||
will automatically prepend it.
|
||||
.Ss Reading the disk label
|
||||
.Pp
|
||||
To examine or save the label on a disk drive, use
|
||||
To examine the label on a disk drive, use
|
||||
.Nm
|
||||
without options:
|
||||
.Pp
|
||||
|
|
|
|||
Loading…
Reference in a new issue