diff options
author | Guillem Jover <guillem@hadrons.org> | 2010-08-28 10:49:23 +0200 |
---|---|---|
committer | Guillem Jover <guillem@hadrons.org> | 2010-09-08 04:40:16 +0200 |
commit | 826b583b657908fe0e15ebc8d52046442f364cb9 (patch) | |
tree | 4bb5824b0b02b2aa237f70b463fbb2f0f8e0f8c5 | |
parent | f6049a7f4cf9100682045375dea2a533a7c2015c (diff) | |
download | inetutils-826b583b657908fe0e15ebc8d52046442f364cb9.tar.gz |
Fix man page warnings
-rw-r--r-- | debian/changelog | 1 | ||||
-rw-r--r-- | debian/patches/54_man_fixes.patch | 82 | ||||
-rw-r--r-- | debian/patches/series | 1 |
3 files changed, 84 insertions, 0 deletions
diff --git a/debian/changelog b/debian/changelog index 2b37b71..056b3f3 100644 --- a/debian/changelog +++ b/debian/changelog @@ -18,6 +18,7 @@ inetutils (2:1.8-1) UNRELEASED; urgency=low removal and disable help2man logic. - debian/patches/01_revert_manpage_removal.patch: New file. * Install man pages for inetutils-ifconfig and ping6. + * Fix man page warnings. * Switch to source format “3.0 (quilt)”: - Remove quilt from Build-Depends. - Remove quilt.make include from debian/rules. diff --git a/debian/patches/54_man_fixes.patch b/debian/patches/54_man_fixes.patch new file mode 100644 index 0000000..d6076c5 --- /dev/null +++ b/debian/patches/54_man_fixes.patch @@ -0,0 +1,82 @@ +--- + src/inetd.8 | 2 -- + src/syslog.conf.5 | 5 ++--- + telnet/telnet.1 | 2 +- + telnetd/telnetd.8 | 6 +++++- + 4 files changed, 8 insertions(+), 7 deletions(-) + +--- a/src/inetd.8 ++++ b/src/inetd.8 +@@ -367,7 +367,6 @@ the following environment variables befo + \fBTCPREMOTEIP\fP: the IP address of the remote client. + .Pp + \fBTCPREMOTEPORT\fP: the port number on the client side of the TCP connection. +- + .Pp + In addition, if given the \fB--remote\fP option, + .Nm inetd +@@ -376,7 +375,6 @@ will set the following environment varia + \fBTCPLOCALHOST\fP: the DNS name of \fITCPLOCALIP\fR. + .Pp + \fBTCPREMOTEHOST\fP: the DNS name of \fITCPREMOTEIP\fR. +- + .Sh "EXAMPLES" + .Pp + Here are several example service entries for the various types of services: +--- a/src/syslog.conf.5 ++++ b/src/syslog.conf.5 +@@ -29,12 +29,11 @@ + .\" + .Dd June 9, 1993 + .Dt SYSLOG.CONF 5 +-.Os ++.Os BSD 4.4 + .Sh NAME + .Nm syslog.conf +-.Nd ++.Nd configuration file for + .Xr syslogd 8 +-configuration file + .Sh DESCRIPTION + The + .Nm syslog.conf +--- a/telnetd/telnetd.8 ++++ b/telnetd/telnetd.8 +@@ -370,7 +370,9 @@ DO TIMING-MARK + .Ed + .Pp + The pseudo-terminal allocated to the client is configured +-to operate in \*(lqcooked\*(rq mode, and with ++to operate in ++.Dq cooked ++mode, and with + .Dv XTABS and + .Dv CRMOD + enabled (see +@@ -515,6 +517,7 @@ Only sent if + is compiled with support for data encryption, and + indicates a willingness to decrypt + the data stream. ++.El + .Sh ENVIRONMENT + .Sh FILES + .Pa /etc/services +@@ -577,6 +580,7 @@ Telnet Authentication: SPX + Telnet Environment Option Interoperability Issues + .It Cm RFC-1572 + Telnet Environment Option ++.El + .Sh BUGS + Some + .Tn TELNET +--- a/telnet/telnet.1 ++++ b/telnet/telnet.1 +@@ -1245,7 +1245,7 @@ is sent as + .Ic abort , + and + .Ic eof and +-.B suspend ++.Ic suspend + are sent as + .Ic eof and + .Ic susp , diff --git a/debian/patches/series b/debian/patches/series index d420de8..b9c42cc 100644 --- a/debian/patches/series +++ b/debian/patches/series @@ -5,3 +5,4 @@ 50_split_load_conffile.patch 51_add_load_confdir_support.patch 53_man_inetd_max_conn.patch +54_man_fixes.patch |