Page Menu
Home
FreeBSD
Search
Configure Global Search
Log In
Files
F102616735
D34585.diff
No One
Temporary
Actions
View File
Edit File
Delete File
View Transforms
Subscribe
Mute Notifications
Flag For Later
Award Token
Size
2 KB
Referenced Files
None
Subscribers
None
D34585.diff
View Options
diff --git a/lib/geom/multipath/gmultipath.8 b/lib/geom/multipath/gmultipath.8
--- a/lib/geom/multipath/gmultipath.8
+++ b/lib/geom/multipath/gmultipath.8
@@ -24,7 +24,7 @@
.\"
.\" $FreeBSD$
.\"
-.Dd September 8, 2016
+.Dd March 17, 2022
.Dt GMULTIPATH 8
.Os
.Sh NAME
@@ -338,7 +338,7 @@
.Ar FRED .
.Bd -literal -offset indent
gmultipath label -v FRED /dev/da0 /dev/da2
-disklabel -Brw /dev/multipath/FRED auto
+disklabel -Bw /dev/multipath/FRED auto
newfs /dev/multipath/FREDa
mount /dev/multipath/FREDa /mnt....
.Ed
diff --git a/sbin/bsdlabel/disktab b/sbin/bsdlabel/disktab
--- a/sbin/bsdlabel/disktab
+++ b/sbin/bsdlabel/disktab
@@ -9,7 +9,7 @@
#
# To make a filesystem on a floppy:
# fdformat [-f <size>] fd<drive>[.<size>]
-# disklabel -B -r -w fd<drive>[.<size>] fd<size>
+# disklabel -B -w fd<drive>[.<size>] fd<size>
# newfs <opts> fd<drive>[.<size>]
#
# with <opts>:
diff --git a/sbin/ccdconfig/ccdconfig.8 b/sbin/ccdconfig/ccdconfig.8
--- a/sbin/ccdconfig/ccdconfig.8
+++ b/sbin/ccdconfig/ccdconfig.8
@@ -28,7 +28,7 @@
.\" $NetBSD: ccdconfig.8,v 1.4 1996/02/28 01:01:17 thorpej Exp $
.\" $FreeBSD$
.\"
-.Dd October 3, 2016
+.Dd March 17, 2022
.Dt CCDCONFIG 8
.Os
.Sh NAME
@@ -204,7 +204,7 @@
with offset 16 and size 9984.
.Bd -literal
# disklabel ccd0 > /tmp/disklabel.ccd0
-# disklabel -Rr ccd0 /tmp/disklabel.ccd0
+# disklabel -R ccd0 /tmp/disklabel.ccd0
# disklabel -e ccd0
.Ed
.Pp
diff --git a/sbin/newfs/runtest00.sh b/sbin/newfs/runtest00.sh
--- a/sbin/newfs/runtest00.sh
+++ b/sbin/newfs/runtest00.sh
@@ -10,7 +10,7 @@
(
mdconfig -d -u $MD || true
mdconfig -a -t malloc -s $s -u $MD
- disklabel -r -w md$MD auto
+ disklabel -w md$MD auto
./newfs -R /dev/md${MD}c
) 1>&2
md5 < /dev/md${MD}c
diff --git a/sbin/newfs/runtest01.sh b/sbin/newfs/runtest01.sh
--- a/sbin/newfs/runtest01.sh
+++ b/sbin/newfs/runtest01.sh
@@ -10,8 +10,8 @@
mdconfig -d -u $ME || true
mdconfig -a -t malloc -s $s -u $MD
mdconfig -a -t malloc -s $s -u $ME
-disklabel -r -w md$MD auto
-disklabel -r -w md$ME auto
+disklabel -w md$MD auto
+disklabel -w md$ME auto
./newfs -R /dev/md${MD}c
./newfs -R /dev/md${ME}c
if cmp /dev/md${MD}c /dev/md${ME}c ; then
File Metadata
Details
Attached
Mime Type
text/plain
Expires
Fri, Nov 15, 8:57 PM (19 h, 46 m)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
14647780
Default Alt Text
D34585.diff (2 KB)
Attached To
Mode
D34585: *: Do not the no-op -r flag for bsdlabel(8)
Attached
Detach File
Event Timeline
Log In to Comment