summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorLuk Claes <luk@debian.org>2011-08-29 11:40:12 -0400
committerSteve Dickson <steved@redhat.com>2011-08-29 11:53:40 -0400
commitfe9a1fc87f0af5f20eed259eb101f0a3210a2385 (patch)
treed61c270d747246d3dc9f91ac38b9fd8288cfc129
parent176a53c54701719559c782d1ca513c1c26c883c6 (diff)
downloadnfs-utils-fe9a1fc87f0af5f20eed259eb101f0a3210a2385.tar.gz
nfs-utils-fe9a1fc87f0af5f20eed259eb101f0a3210a2385.tar.xz
nfs-utils-fe9a1fc87f0af5f20eed259eb101f0a3210a2385.zip
nfs.man: man complains when line starts with quote
Fix "macro `local_lock=flock'.' not defined" by avoiding to put a quote at the beginning of the line. Signed-off-by: Luk Claes <luk@debian.org> Signed-off-by: Steve Dickson <steved@redhat.com>
-rw-r--r--utils/mount/nfs.man4
1 files changed, 2 insertions, 2 deletions
diff --git a/utils/mount/nfs.man b/utils/mount/nfs.man
index be91a25..6152235 100644
--- a/utils/mount/nfs.man
+++ b/utils/mount/nfs.man
@@ -752,8 +752,8 @@ If
is specified, the client assumes that POSIX locks are local and uses NLM
sideband protocol to lock files when flock locks are used.
.IP
-To support legacy flock behavior similar to that of NFS clients < 2.6.12, use
-'local_lock=flock'. This option is required when exporting NFS mounts via
+To support legacy flock behavior similar to that of NFS clients < 2.6.12,
+use 'local_lock=flock'. This option is required when exporting NFS mounts via
Samba as Samba maps Windows share mode locks as flock. Since NFS clients >
2.6.12 implement flock by emulating POSIX locks, this will result in
conflicting locks.