Package: nfs-common Version: 1:1.1.2-6 Severity: minor Tags: patch The nfs(5) man page has a pair of non-ASCII right single quotation marks in place of ordinary apostrophes, which causes incorrect formatting on the terminal (search for 'large relative'). Every other apostrophe in the man pages are nice boring 0x27 characters, so this is probably a typo. It's present in 1:1.1.3-1 as well.
One-line patch attached. -- Nicholas Breen [EMAIL PROTECTED]
diff -Nru nfs-utils-1.1.3_orig/utils/mount/nfs.man nfs-utils-1.1.3/utils/mount/nfs.man --- nfs-utils-1.1.3_orig/utils/mount/nfs.man 2008-07-27 14:01:45.000000000 -0700 +++ nfs-utils-1.1.3/utils/mount/nfs.man 2008-08-03 16:47:06.904343379 -0700 @@ -799,7 +799,7 @@ and server load. .P However, UDP can be quite effective in specialized settings where -the network’s MTU is large relative to NFS’s data transfer size (such +the network's MTU is large relative to NFS's data transfer size (such as network environments that enable jumbo Ethernet frames). In such environments, trimming the .B rsize

