From: Ben Hutchings Date: Sat, 30 Apr 2011 16:46:06 +0000 (+0100) Subject: statd.man, nfsiostat.man: Fix syntax errors, thanks to Simon Paillard X-Git-Tag: debian/1%1.2.4-1~19 X-Git-Url: https://git.decadent.org.uk/gitweb/?p=nfs-utils.git;a=commitdiff_plain;h=a9515f0b580587969eb88b034486323834410b10 statd.man, nfsiostat.man: Fix syntax errors, thanks to Simon Paillard --- diff --git a/debian/changelog b/debian/changelog index 4f12e73..f067bba 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,11 +1,15 @@ nfs-utils (1:1.2.3-3) UNRELEASED; urgency=low + [ Luk Claes ] * Remove build dependency on librpcsecgss-dev as it's superseeded by libtirpc-dev * Remove very old versioned dependencies on netbase and libblkid1 * Exclude state files from dh_md5sum * Use rpcinfo instead of /dev/tcp redirection + [ Ben Hutchings ] + * statd.man, nfsiostat.man: Fix syntax errors, thanks to Simon Paillard + -- Luk Claes Wed, 13 Apr 2011 22:54:50 +0200 nfs-utils (1:1.2.3-2) unstable; urgency=low diff --git a/debian/patches/17-Fix-statd.8-manpage-syntax-visible.patch b/debian/patches/17-Fix-statd.8-manpage-syntax-visible.patch new file mode 100644 index 0000000..29f22f2 --- /dev/null +++ b/debian/patches/17-Fix-statd.8-manpage-syntax-visible.patch @@ -0,0 +1,27 @@ +>From eb0f1c1ccb60ebed6c959088467f5bf8bfcaedc9 Mon Sep 17 00:00:00 2001 +From: Simon Paillard +Date: Wed, 27 Apr 2011 00:15:49 +0200 +Subject: [PATCH] Fix statd.8 manpage syntax 'visible' + +--- + utils/statd/statd.man | 4 ++-- + 1 files changed, 2 insertions(+), 2 deletions(-) + +diff --git a/utils/statd/statd.man b/utils/statd/statd.man +index ca00e24..3209a50 100644 +--- a/utils/statd/statd.man ++++ b/utils/statd/statd.man +@@ -347,8 +347,8 @@ of the requesting lock manager. + TI-RPC is a pre-requisite for supporting NFS on IPv6. + If TI-RPC support is built into + .BR rpc.statd , +-it attempts to start listeners on network transports marked +-'visible' in ++it attempts to start listeners on network transports marked 'visible' ++in + .IR /etc/netconfig . + As long as at least one network transport listener starts successfully, + .B rpc.statd +-- +1.7.2.5 + diff --git a/debian/patches/18-Fix-nfsiostat.8-manpage-syntax-missing-.I.patch b/debian/patches/18-Fix-nfsiostat.8-manpage-syntax-missing-.I.patch new file mode 100644 index 0000000..d1fe49e --- /dev/null +++ b/debian/patches/18-Fix-nfsiostat.8-manpage-syntax-missing-.I.patch @@ -0,0 +1,25 @@ +>From 00a47ffac69bd0a9331f899cdc04728fb567519d Mon Sep 17 00:00:00 2001 +From: Simon Paillard +Date: Wed, 27 Apr 2011 00:22:45 +0200 +Subject: [PATCH 2/2] Fix nfsiostat.8 manpage syntax missing .I + +--- + tools/nfs-iostat/nfsiostat.man | 2 +- + 1 files changed, 1 insertions(+), 1 deletions(-) + +diff --git a/tools/nfs-iostat/nfsiostat.man b/tools/nfs-iostat/nfsiostat.man +index 99e04fb..3ec245d 100644 +--- a/tools/nfs-iostat/nfsiostat.man ++++ b/tools/nfs-iostat/nfsiostat.man +@@ -24,7 +24,7 @@ parameter is + specified, the value of + .I + determines the number of reports generated at +-. ++.I + seconds apart. if the interval parameter is + specified without the + .I +-- +1.7.2.5 + diff --git a/debian/patches/series b/debian/patches/series index 8f7d4ce..2ac8fc3 100644 --- a/debian/patches/series +++ b/debian/patches/series @@ -5,3 +5,5 @@ 12-svcgssd-document-n-option.patch 13-preserve-explicit-port-2049.patch 16-mount.nfs.man-update-distinction-between-fstype.patch +17-Fix-statd.8-manpage-syntax-visible.patch +18-Fix-nfsiostat.8-manpage-syntax-missing-.I.patch