Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 28 Jan 2020 15:34:00 +0000 (UTC)
From:      David Malone <dwmalone@FreeBSD.org>
To:        src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-head@freebsd.org
Subject:   svn commit: r357204 - head/lib/geom/part
Message-ID:  <202001281534.00SFY0Ba016539@repo.freebsd.org>

index | next in thread | raw e-mail

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


home | help

Want to link to this message? Use this
URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202001281534.00SFY0Ba016539>