]> git.ipfire.org Git - thirdparty/xfsprogs-dev.git/commitdiff
man pages: Minor fixes for xfs.5
authorEric Sandeen <sandeen@sandeen.net>
Tue, 25 Aug 2015 00:30:49 +0000 (10:30 +1000)
committerDave Chinner <david@fromorbit.com>
Tue, 25 Aug 2015 00:30:49 +0000 (10:30 +1000)
Fix whitespace around logdev/rtdev mount option, and add missing
qnoenforce.

Signed-off-by: Eric Sandeen <sandeen@redhat.com>
Reviewed-by: Dave Chinner <dchinner@redhat.com>
Signed-off-by: Dave Chinner <david@fromorbit.com>
man/man5/xfs.5

index 321445550a455979d1c401257964e68b686fb8f2..c7fb7802881fe927ad36e07b1ce0da4183cc9c79 100644 (file)
@@ -229,7 +229,7 @@ stripe unit configured at mkfs time.
 The default value for version 1 logs is 32768, while the
 default value for version 2 logs is MAX(32768, log_sunit).
 .TP
-.BR logdev=device and rtdev=device
+.BR logdev=device " and " rtdev=device
 Use an external log (metadata journal) and/or real-time device.
 An XFS filesystem has up to three parts: a data section, a log
 section, and a real-time section.  The real-time section is
@@ -260,7 +260,7 @@ read-only snapshots.
 Forcibly turns off all quota accounting and enforcement
 within the filesystem.
 .TP
-.B uquota/usrquota/uqnoenforce/quota
+.B uquota/usrquota/quota/uqnoenforce/qnoenforce
 User disk quota accounting enabled, and limits (optionally)
 enforced.  Refer to xfs_quota(8) for further details.
 .TP