]> git.decadent.org.uk Git - nfs-utils.git/commitdiff
nfs.man: man complains when line starts with quote
authorLuk Claes <luk@debian.org>
Mon, 29 Aug 2011 15:40:12 +0000 (11:40 -0400)
committerSteve Dickson <steved@redhat.com>
Mon, 29 Aug 2011 15:53:40 +0000 (11:53 -0400)
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>
utils/mount/nfs.man

index be91a252150c37dda50610abcff10c7de70d17c4..6152235053c1be18168bee4080fa9634768b34fc 100644 (file)
@@ -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
 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.
 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.