From e40fcc981982fefa7947511da65e807714945b68 Mon Sep 17 00:00:00 2001 From: Dima Dorfman Date: Mon, 7 Jan 2002 06:45:17 +0000 Subject: [PATCH] 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 --- sbin/bsdlabel/bsdlabel.8 | 2 +- sbin/disklabel/disklabel.8 | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/sbin/bsdlabel/bsdlabel.8 b/sbin/bsdlabel/bsdlabel.8 index 8e8fcd02c5c1..24eea5df69da 100644 --- a/sbin/bsdlabel/bsdlabel.8 +++ b/sbin/bsdlabel/bsdlabel.8 @@ -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 diff --git a/sbin/disklabel/disklabel.8 b/sbin/disklabel/disklabel.8 index 8e8fcd02c5c1..24eea5df69da 100644 --- a/sbin/disklabel/disklabel.8 +++ b/sbin/disklabel/disklabel.8 @@ -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