]> git.decadent.org.uk Git - nfs-utils.git/commitdiff
nfs.man: escape ' nroff for proper rendering, thanks to Simon Paillard (Closes: ...
authorBen Hutchings <ben@decadent.org.uk>
Wed, 7 Sep 2011 02:55:30 +0000 (03:55 +0100)
committerBen Hutchings <ben@decadent.org.uk>
Wed, 7 Sep 2011 02:55:30 +0000 (03:55 +0100)
debian/changelog
debian/patches/23-nfs.man-escape-nroff-for-proper-rendering.patch [new file with mode: 0644]
debian/patches/series

index 48420350f5f12b176c461e8a78798108e6fe2101..745844619268293db6879376676f5ed29b19ecab 100644 (file)
@@ -1,7 +1,12 @@
 nfs-utils (1:1.2.4-2) UNRELEASED; urgency=low
 
+  [ Luk Claes ]
   * nfs-kernel-server-default: Add comment about how to disable NFSv4
 
+  [ Ben Hutchings ]
+  * nfs.man: escape ' nroff for proper rendering, thanks to Simon Paillard
+    (Closes: #636278)
+
  -- Luk Claes <luk@debian.org>  Sat, 06 Aug 2011 07:38:48 +0200
 
 nfs-utils (1:1.2.4-1) unstable; urgency=low
diff --git a/debian/patches/23-nfs.man-escape-nroff-for-proper-rendering.patch b/debian/patches/23-nfs.man-escape-nroff-for-proper-rendering.patch
new file mode 100644 (file)
index 0000000..a3b3d6b
--- /dev/null
@@ -0,0 +1,25 @@
+>From 09a8a502769a110703bf7424037728d987f50f57 Mon Sep 17 00:00:00 2001
+From: Simon Paillard <spaillard@debian.org>
+Date: Tue, 2 Aug 2011 00:13:31 +0200
+Subject: [PATCH] nfs.man: escape ' nroff for proper rendering
+
+---
+ utils/mount/nfs.man |    2 +-
+ 1 files changed, 1 insertions(+), 1 deletions(-)
+
+diff --git a/utils/mount/nfs.man b/utils/mount/nfs.man
+index be91a25..639c931 100644
+--- a/utils/mount/nfs.man
++++ b/utils/mount/nfs.man
+@@ -753,7 +753,7 @@ 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
++\'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.
+-- 
+1.7.2.5
+
index 04e7c5e5cfdaadb064790cd0b64fe46bf0edd3b0..a2d9cd85355bcdb5c8a7aedb7a9b573e18a6b2b0 100644 (file)
@@ -9,3 +9,4 @@
 19-exports.man-Fix-comment-syntax.patch
 20-nfs.man-Fix-fstab-example.patch
 22-start-statd-Use-bash.patch
+23-nfs.man-escape-nroff-for-proper-rendering.patch