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@xxxxxx> Oops, yeah, I forgot that. :( Reviewed-by: "Darrick J. Wong" <djwong@xxxxxxxxxx> --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 > >