[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

Bug#624261: Patch for statd.8 and nfsiostat.8 man syntax errors



Package: nfs-common
Version: 1:1.2.3-2
Tags: patch 
Severity: minor

Hi,

During update of manpages-fr-extra, po4a complained about syntax issues with
two manpages from nfs-utils.

It's not only nitpicking for po4a, as it prevents as well some part of the
manpages from being displayed by the pager.

Already spotted by lintian (the 3rd one is not a problem for po4a nor pager):
http://lintian.debian.org/maintainer/debian-kernel@lists.debian.org.html#nfs-utils )

Here are two tiny patches for this (against upstream branch from your git).

-- 
Simon Paillard
>From eb0f1c1ccb60ebed6c959088467f5bf8bfcaedc9 Mon Sep 17 00:00:00 2001
From: Simon Paillard <spaillard@debian.org>
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

>From 00a47ffac69bd0a9331f899cdc04728fb567519d Mon Sep 17 00:00:00 2001
From: Simon Paillard <spaillard@debian.org>
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 <count> 
 determines the number of reports generated at
-. <interval> 
+.I <interval> 
 seconds apart. if the interval parameter is 
 specified without the
 .I <count> 
-- 
1.7.2.5


Reply to: