git: c33f8c595255 - stable/13 - geom.8: Fix typos and wordsmith
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Fri, 12 May 2023 10:11:54 UTC
The branch stable/13 has been updated by 0mp: URL: https://cgit.FreeBSD.org/src/commit/?id=c33f8c595255f5b6c15cbed0e84d1dd4ef7508b1 commit c33f8c595255f5b6c15cbed0e84d1dd4ef7508b1 Author: Mateusz Piotrowski <0mp@FreeBSD.org> AuthorDate: 2023-05-09 13:46:00 +0000 Commit: Mateusz Piotrowski <0mp@FreeBSD.org> CommitDate: 2023-05-12 10:10:59 +0000 geom.8: Fix typos and wordsmith MFC after: 3 days (cherry picked from commit 794f5122bb0c9bad1c3dfedbf373a728b6689297) --- sbin/geom/core/geom.8 | 10 +++++++--- 1 file 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