]> git.decadent.org.uk Git - nfs-utils.git/blob - debian/patches/23-nfs.man-escape-nroff-for-proper-rendering.patch
nfs.man: escape ' nroff for proper rendering, thanks to Simon Paillard (Closes: ...
[nfs-utils.git] / debian / patches / 23-nfs.man-escape-nroff-for-proper-rendering.patch
1 >From 09a8a502769a110703bf7424037728d987f50f57 Mon Sep 17 00:00:00 2001
2 From: Simon Paillard <spaillard@debian.org>
3 Date: Tue, 2 Aug 2011 00:13:31 +0200
4 Subject: [PATCH] nfs.man: escape ' nroff for proper rendering
5
6 ---
7  utils/mount/nfs.man |    2 +-
8  1 files changed, 1 insertions(+), 1 deletions(-)
9
10 diff --git a/utils/mount/nfs.man b/utils/mount/nfs.man
11 index be91a25..639c931 100644
12 --- a/utils/mount/nfs.man
13 +++ b/utils/mount/nfs.man
14 @@ -753,7 +753,7 @@ is specified, the client assumes that POSIX locks are local and uses NLM
15  sideband protocol to lock files when flock locks are used.
16  .IP
17  To support legacy flock behavior similar to that of NFS clients < 2.6.12, use
18 -'local_lock=flock'. This option is required when exporting NFS mounts via
19 +\'local_lock=flock\'. This option is required when exporting NFS mounts via
20  Samba as Samba maps Windows share mode locks as flock. Since NFS clients >
21  2.6.12 implement flock by emulating POSIX locks, this will result in
22  conflicting locks.
23 -- 
24 1.7.2.5
25