]> git.decadent.org.uk Git - nfs-utils.git/commitdiff
nfs.man: Fix macro use nfs-utils-1-2-6-rc1
authorLuk Claes <luk@debian.org>
Mon, 3 Oct 2011 12:46:54 +0000 (08:46 -0400)
committerSteve Dickson <steved@redhat.com>
Mon, 3 Oct 2011 12:49:21 +0000 (08:49 -0400)
The groff macros for filling (word-wrapping) and tabulation control are
lower-case, but are written in upper-case here and so have been ignored.

Change the .NF and .FI lines to lower-case.

Change the .TA lines to lower-case and fix the tab stops to work both
on a terminal and in Postscript output.

Signed-off-by: Luk Claes <luk@debian.org>
Signed-off-by: Steve Dickson <steved@redhat.com>
utils/mount/nfs.man

index ce40933b2b42b2d503831c1de43c16d82608c6b6..2ad92d1e55c7aab52c24fee64da11f6a25985999 100644 (file)
@@ -1561,10 +1561,10 @@ To ensure that the saved mount options are not erased during a remount,
 specify either the local mount directory, or the server hostname and
 export pathname, but not both, during a remount.  For example,
 .P
-.NF
-.TA 2.5i
+.nf
+.ta 8n
        mount -o remount,ro /mnt
-.FI
+.fi
 .P
 merges the mount option
 .B ro