aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMateusz Piotrowski <0mp@FreeBSD.org>2023-05-09 13:46:00 +0000
committerMateusz Piotrowski <0mp@FreeBSD.org>2023-05-12 10:10:59 +0000
commitc33f8c595255f5b6c15cbed0e84d1dd4ef7508b1 (patch)
treecf7f674fad7cdc833fd806c093503e3663d56bd4
parent272525b73b6548d84b3cea84579c6dd9a1e0a961 (diff)
downloadsrc-c33f8c595255f5b6c15cbed0e84d1dd4ef7508b1.tar.gz
src-c33f8c595255f5b6c15cbed0e84d1dd4ef7508b1.zip
geom.8: Fix typos and wordsmith
MFC after: 3 days (cherry picked from commit 794f5122bb0c9bad1c3dfedbf373a728b6689297)
-rw-r--r--sbin/geom/core/geom.810
1 files changed, 7 insertions, 3 deletions
diff --git a/sbin/geom/core/geom.8 b/sbin/geom/core/geom.8
index 779bfb34cc82..898796faa220 100644
--- a/sbin/geom/core/geom.8
+++ b/sbin/geom/core/geom.8
@@ -24,7 +24,7 @@
.\"
.\" $FreeBSD$
.\"
-.Dd December 12, 2022
+.Dd May 9, 2023
.Dt GEOM 8
.Os
.Sh NAME
@@ -127,8 +127,9 @@ When a class-specific shared library exists, a direct utility should also be
available under the name of
.Nm g Ns Ar class .
.Pp
-Currently available classes which are aware of
-.Nm :
+Currently, classes aware of
+.Nm
+are:
.Pp
.Bl -bullet -offset indent -compact
.It
@@ -182,7 +183,10 @@ The following example shows how to set up a stripe on three disks for automatic
configuration:
.Bd -literal -offset indent
geom stripe label -v -s 65536 data /dev/da0 /dev/da1 /dev/da2
+.Ed
+.Pp
or:
+.Bd -literal -offset indent
gstripe label -v -s 65536 data /dev/da0 /dev/da1 /dev/da2
.Ed
.Pp