summaryrefslogtreecommitdiffstats
path: root/sbin/geom/class/raid3
diff options
context:
space:
mode:
authorru <ru@FreeBSD.org>2005-01-15 10:05:02 +0000
committerru <ru@FreeBSD.org>2005-01-15 10:05:02 +0000
commit1df46a2a903a3e74d9d7ab1224244b88a496aa80 (patch)
tree37bca7dd434a3ac3657f2c1cafa2456a0507defb /sbin/geom/class/raid3
parentc1d168f9a450be99fc5b9c2de536f93f01049276 (diff)
downloadFreeBSD-src-1df46a2a903a3e74d9d7ab1224244b88a496aa80.zip
FreeBSD-src-1df46a2a903a3e74d9d7ab1224244b88a496aa80.tar.gz
Markup fixes.
Diffstat (limited to 'sbin/geom/class/raid3')
-rw-r--r--sbin/geom/class/raid3/graid3.810
1 files changed, 6 insertions, 4 deletions
diff --git a/sbin/geom/class/raid3/graid3.8 b/sbin/geom/class/raid3/graid3.8
index b64b21e..4d88458 100644
--- a/sbin/geom/class/raid3/graid3.8
+++ b/sbin/geom/class/raid3/graid3.8
@@ -24,7 +24,7 @@
.\"
.\" $FreeBSD$
.\"
-.Dd Aug 22, 2004
+.Dd August 22, 2004
.Dt GRAID3 8
.Os
.Sh NAME
@@ -99,7 +99,7 @@ indicates an action to be performed:
Create a RAID3 device.
The last given component will contain parity data, whilst the others
will all contain regular data.
-The number of components must be equal to 3, 5, 9, 17, etc\&. (2^n + 1).
+The number of components must be equal to 3, 5, 9, 17, etc.\& (2^n + 1).
.Pp
Additional options include:
.Bl -tag -width ".Fl h"
@@ -203,7 +203,7 @@ Create a file system, mount it, then unmount it and stop device:
graid3 label -v -r data da0 da1 da2
newfs /dev/raid3/data
mount /dev/raid3/data /mnt
-[...]
+\&...
umount /mnt
graid3 stop data
graid3 unload
@@ -241,4 +241,6 @@ utility appeared in
.Sh BUGS
There should be a section with an implementation description.
.Pp
-Documentation for sysctls kern.geom.raid3.* is missing.
+Documentation for sysctls
+.Va kern.geom.raid3.*
+is missing.
OpenPOWER on IntegriCloud