Message ID | 20241211180542.1411428-2-hch@lst.de (mailing list archive) |
---|---|
State | New |
Headers | show |
Series | [1/2] mkfs: small rgcount man page fixup | expand |
On Wed, Dec 11, 2024 at 07:05:36PM +0100, Christoph Hellwig wrote: > All the other options that require a value spell that out, do the same > for the rgcount option. > > Signed-off-by: Christoph Hellwig <hch@lst.de> Oops, yeah, I forgot that. :( Reviewed-by: "Darrick J. Wong" <djwong@kernel.org> --D > --- > man/man8/mkfs.xfs.8.in | 2 +- > 1 file changed, 1 insertion(+), 1 deletion(-) > > diff --git a/man/man8/mkfs.xfs.8.in b/man/man8/mkfs.xfs.8.in > index 5a4d481061ff..32361cf973fc 100644 > --- a/man/man8/mkfs.xfs.8.in > +++ b/man/man8/mkfs.xfs.8.in > @@ -1190,7 +1190,7 @@ or logical volume containing the section. > This option disables stripe size detection, enforcing a realtime device with no > stripe geometry. > .TP > -.BI rgcount= > +.BI rgcount= value > This is used to specify the number of allocation groups in the realtime > section. > The realtime section of the filesystem can be divided into allocation groups to > -- > 2.45.2 > >
diff --git a/man/man8/mkfs.xfs.8.in b/man/man8/mkfs.xfs.8.in index 5a4d481061ff..32361cf973fc 100644 --- a/man/man8/mkfs.xfs.8.in +++ b/man/man8/mkfs.xfs.8.in @@ -1190,7 +1190,7 @@ or logical volume containing the section. This option disables stripe size detection, enforcing a realtime device with no stripe geometry. .TP -.BI rgcount= +.BI rgcount= value This is used to specify the number of allocation groups in the realtime section. The realtime section of the filesystem can be divided into allocation groups to
All the other options that require a value spell that out, do the same for the rgcount option. Signed-off-by: Christoph Hellwig <hch@lst.de> --- man/man8/mkfs.xfs.8.in | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-)