summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorLuk Claes <luk@debian.org>2011-10-03 08:46:54 -0400
committerSteve Dickson <steved@redhat.com>2011-10-03 08:49:21 -0400
commit1e0d29aba9fe57f504280ba458909f966057da9a (patch)
treed069efec223e1a3dc9ec7f3e01fe4435d0b25283
parentfdc6e7eceb6db19bbab7928581f22ba87f257ea4 (diff)
downloadnfs-utils-1e0d29aba9fe57f504280ba458909f966057da9a.tar.gz
nfs-utils-1e0d29aba9fe57f504280ba458909f966057da9a.tar.xz
nfs-utils-1e0d29aba9fe57f504280ba458909f966057da9a.zip
nfs.man: Fix macro use
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>
-rw-r--r--utils/mount/nfs.man6
1 files changed, 3 insertions, 3 deletions
diff --git a/utils/mount/nfs.man b/utils/mount/nfs.man
index ce40933..2ad92d1 100644
--- a/utils/mount/nfs.man
+++ b/utils/mount/nfs.man
@@ -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