svn commit: r357204 - head/lib/geom/part

David Malone dwmalone at FreeBSD.org
Tue Jan 28 15:34:00 UTC 2020


Author: dwmalone
Date: Tue Jan 28 15:34:00 2020
New Revision: 357204
URL: https://svnweb.freebsd.org/changeset/base/357204

Log:
  Add some missing articles.
  Use .Nm to format the utility name.
  Get the name of the GEOM class right.
  
  MFC after:	2 weeks

Modified:
  head/lib/geom/part/gpart.8

Modified: head/lib/geom/part/gpart.8
==============================================================================
--- head/lib/geom/part/gpart.8	Tue Jan 28 13:57:24 2020	(r357203)
+++ head/lib/geom/part/gpart.8	Tue Jan 28 15:34:00 2020	(r357204)
@@ -158,7 +158,7 @@ The
 command accepts these options:
 .Bl -tag -width 12n
 .It Fl a Ar alignment
-If specified, then
+If specified, then the
 .Nm
 utility tries to align
 .Ar start
@@ -407,7 +407,7 @@ The
 command accepts these options:
 .Bl -tag -width 12n
 .It Fl a Ar alignment
-If specified, then
+If specified, then the
 .Nm
 utility tries to align partition
 .Ar size
@@ -704,8 +704,8 @@ for APM,
 for GPT, and 0x0904 for VTOC8.
 .El
 .Pp
-Other symbolic names that can be used with
-.Cm gpart
+Other symbolic names that can be used with the
+.Nm
 utility are:
 .Bl -tag -width ".Cm dragonfly-disklabel64"
 .It Cm apple-apfs
@@ -1215,8 +1215,8 @@ This variable overrides this restriction and allows ar
 within partitions created at offset 0).
 Some schemes have their own separate checks, for which see below.
 .It Va kern.geom.part.auto_resize : No 1
-This variable controls automatic resize behavior of
-.Nm
+This variable controls automatic resize behavior of the
+.Nm PART
 GEOM class.
 When this variable is enable and new size of provider is detected, the schema
 metadata is resized but all changes are not saved to disk, until


More information about the svn-src-head mailing list