geom.8: Fix typos and wordsmith
MFC after: 3 days
This commit is contained in:
@@ -24,7 +24,7 @@
|
|||||||
.\"
|
.\"
|
||||||
.\" $FreeBSD$
|
.\" $FreeBSD$
|
||||||
.\"
|
.\"
|
||||||
.Dd December 12, 2022
|
.Dd May 9, 2023
|
||||||
.Dt GEOM 8
|
.Dt GEOM 8
|
||||||
.Os
|
.Os
|
||||||
.Sh NAME
|
.Sh NAME
|
||||||
@@ -127,8 +127,9 @@ When a class-specific shared library exists, a direct utility should also be
|
|||||||
available under the name of
|
available under the name of
|
||||||
.Nm g Ns Ar class .
|
.Nm g Ns Ar class .
|
||||||
.Pp
|
.Pp
|
||||||
Currently available classes which are aware of
|
Currently, classes aware of
|
||||||
.Nm :
|
.Nm
|
||||||
|
are:
|
||||||
.Pp
|
.Pp
|
||||||
.Bl -bullet -offset indent -compact
|
.Bl -bullet -offset indent -compact
|
||||||
.It
|
.It
|
||||||
@@ -184,7 +185,10 @@ The following example shows how to set up a stripe on three disks for automatic
|
|||||||
configuration:
|
configuration:
|
||||||
.Bd -literal -offset indent
|
.Bd -literal -offset indent
|
||||||
geom stripe label -v -s 65536 data /dev/da0 /dev/da1 /dev/da2
|
geom stripe label -v -s 65536 data /dev/da0 /dev/da1 /dev/da2
|
||||||
|
.Ed
|
||||||
|
.Pp
|
||||||
or:
|
or:
|
||||||
|
.Bd -literal -offset indent
|
||||||
gstripe label -v -s 65536 data /dev/da0 /dev/da1 /dev/da2
|
gstripe label -v -s 65536 data /dev/da0 /dev/da1 /dev/da2
|
||||||
.Ed
|
.Ed
|
||||||
.Pp
|
.Pp
|
||||||
|
|||||||
Reference in New Issue
Block a user