diff options
| author | Andreas Bjornestad <panden@gmail.com> | 2021-03-03 16:17:26 +0000 |
|---|---|---|
| committer | Chris Rees <crees@FreeBSD.org> | 2021-03-03 16:20:29 +0000 |
| commit | 25352f9fda43f6ad112d78a8a6e00b77259802d7 (patch) | |
| tree | cd21cc934fbf3ad13fe6e5329744c87a27c1bf24 | |
| parent | 773fc43fb060149f8e59c183e5da79feaf118c8c (diff) | |
| download | src-25352f9fda43f6ad112d78a8a6e00b77259802d7.tar.gz src-25352f9fda43f6ad112d78a8a6e00b77259802d7.zip | |
Minor grammar nit
PR: docs/253975
| -rw-r--r-- | lib/geom/part/gpart.8 | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/lib/geom/part/gpart.8 b/lib/geom/part/gpart.8 index 378971cbd773..d27844f709e9 100644 --- a/lib/geom/part/gpart.8 +++ b/lib/geom/part/gpart.8 @@ -169,7 +169,7 @@ to be multiple of value. .It Fl b Ar start The logical block address where the partition will begin. -A SI unit suffix is allowed. +An SI unit suffix is allowed. .It Fl f Ar flags Additional operational flags. See the section entitled @@ -188,7 +188,7 @@ partition labels. .It Fl s Ar size Create a partition of size .Ar size . -A SI unit suffix is allowed. +An SI unit suffix is allowed. .It Fl t Ar type Create a partition of type .Ar type . @@ -424,7 +424,7 @@ about its use. Specifies the index of the partition to be resized. .It Fl s Ar size Specifies the new size of the partition, in logical blocks. -A SI unit suffix is allowed. +An SI unit suffix is allowed. .El .\" ==== RESTORE ==== .It Cm restore |
