diff options
author | Kenneth R Westerback <krw@cvs.openbsd.org> | 2008-03-23 23:28:47 +0000 |
---|---|---|
committer | Kenneth R Westerback <krw@cvs.openbsd.org> | 2008-03-23 23:28:47 +0000 |
commit | 28243bf4755af75f511078d6ff390ccb86d6fffb (patch) | |
tree | 38c30416da73797e4b530f1f02e513025a94b991 /sbin | |
parent | 38487b8f2995cfa08fd884d0e624ea7215e5c4c1 (diff) |
Remove two stray references to the departed -r argument to disklabel.
Pointed out by jmc@
Diffstat (limited to 'sbin')
-rw-r--r-- | sbin/raidctl/raidctl.8 | 6 | ||||
-rw-r--r-- | sbin/scan_ffs/scan_ffs.8 | 8 |
2 files changed, 7 insertions, 7 deletions
diff --git a/sbin/raidctl/raidctl.8 b/sbin/raidctl/raidctl.8 index f0b76dc896b..2b4fddf7945 100644 --- a/sbin/raidctl/raidctl.8 +++ b/sbin/raidctl/raidctl.8 @@ -1,4 +1,4 @@ -.\" $OpenBSD: raidctl.8,v 1.38 2008/01/26 23:07:55 jmc Exp $ +.\" $OpenBSD: raidctl.8,v 1.39 2008/03/23 23:28:46 krw Exp $ .\" $NetBSD: raidctl.8,v 1.24 2001/07/10 01:30:52 lukem Exp $ .\" .\" Copyright (c) 1998 The NetBSD Foundation, Inc. @@ -61,7 +61,7 @@ .\" any improvements or extensions that they make and grant Carnegie the .\" rights to redistribute these changes. .\" -.Dd $Mdocdate: January 26 2008 $ +.Dd $Mdocdate: March 23 2008 $ .Dt RAIDCTL 8 .Os .Sh NAME @@ -1312,7 +1312,7 @@ Edit the label: .It Put the new label on the RAID set: .Bd -unfilled -offset indent -# disklabel -R -r raid0 /tmp/label +# disklabel -R raid0 /tmp/label .Ed .Pp .It diff --git a/sbin/scan_ffs/scan_ffs.8 b/sbin/scan_ffs/scan_ffs.8 index a8b651aba05..fa0cad0578b 100644 --- a/sbin/scan_ffs/scan_ffs.8 +++ b/sbin/scan_ffs/scan_ffs.8 @@ -1,4 +1,4 @@ -.\" $OpenBSD: scan_ffs.8,v 1.15 2007/05/31 19:19:47 jmc Exp $ +.\" $OpenBSD: scan_ffs.8,v 1.16 2008/03/23 23:28:46 krw Exp $ .\" .\" Copyright (c) 1997 Niklas Hallqvist, Tobias Weingartner .\" All rights reserved. @@ -24,7 +24,7 @@ .\" THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. .\" .\" .TH scan_ffs 8 -.Dd $Mdocdate: May 31 2007 $ +.Dd $Mdocdate: March 23 2008 $ .Dt SCAN_FFS 8 .Os .Sh NAME @@ -39,8 +39,8 @@ .Sh DESCRIPTION This is the life-saver of typos. If you have ever been working too long, -and just happened to type 'disklabel -rw sd0 floppy', instead of 'disklabel --rw fd0 floppy', you know what I am talking about. +and just happened to type 'disklabel -w sd0 floppy', instead of 'disklabel +-w fd0 floppy', you know what I am talking about. .Pp This little program will take a raw disk device (which you might have to create) that covers the whole disk, and finds all probable UFS/FFS partitions |