From: Luk Claes Date: Mon, 29 Aug 2011 15:51:46 +0000 (-0400) Subject: nfs.man: Fix macro use for fstab examples X-Git-Tag: nfs-utils-1-2-5-rc2~8 X-Git-Url: https://git.decadent.org.uk/gitweb/?a=commitdiff_plain;ds=sidebyside;h=2850a26b17b37126f70283400c01f7ffa651b860;hp=2850a26b17b37126f70283400c01f7ffa651b860;p=nfs-utils.git nfs.man: Fix macro use for fstab examples The groff macros for filling (word-wrapping) and tabulation control are lower-case, but are written in upper-case here and so have been ignored. Change the .NF and .FI lines to lower-case. Change the .TA lines to lower-case and fix the tab stops to work both on a terminal and in Postscript output. Delete the .SP line where .sp would be redundant. Signed-off-by: Ben Hutchings Signed-off-by: Luk Claes Signed-off-by: Steve Dickson ---