aboutsummaryrefslogtreecommitdiff
path: root/lib/geom
diff options
context:
space:
mode:
authorMateusz Piotrowski <0mp@FreeBSD.org>2022-03-17 10:21:06 +0000
committerMateusz Piotrowski <0mp@FreeBSD.org>2022-03-17 16:28:07 +0000
commitfd061175257a577d13852be17e3b2506ad25b987 (patch)
tree0fc474ca807dbda29d93d06b6556314df96c769b /lib/geom
parentf37dc50d9f082cb9ce427847aa7227b6d4d44465 (diff)
downloadsrc-fd061175257a577d13852be17e3b2506ad25b987.tar.gz
src-fd061175257a577d13852be17e3b2506ad25b987.zip
Diffstat (limited to 'lib/geom')
-rw-r--r--lib/geom/multipath/gmultipath.84
1 files changed, 2 insertions, 2 deletions
diff --git a/lib/geom/multipath/gmultipath.8 b/lib/geom/multipath/gmultipath.8
index 53761455080d..7f0346e1c307 100644
--- 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 @@ GEOM provider named
.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