From 6001bdb792db68f04e3079b2c32abcf225eca649 Mon Sep 17 00:00:00 2001
Package: inetutils
Version: 1.5+cvs20080221
From: Guillem Jover <guillem@hadrons.org>
Date: Thu, 21 Feb 2008 06:39:54 +0200
Status: sent
Subject: [PATCH] Fix man page warnings

2008-02-21  Guillem Jover  <guillem@hadrons.org>

	* inetd/inetd.8: Remove blank lines.
	* telnet/telnet.1: Change a '.B' to '.Ic'.
	* telnetd/telnetd.8: Change '\*(lq' to '\*(Lq' and '\*(rq' to '\*(Rq'.
	Add missing '.El'.
---
 inetd/inetd.8     |    2 --
 telnet/telnet.1   |    2 +-
 telnetd/telnetd.8 |    4 +++-
 3 files changed, 4 insertions(+), 4 deletions(-)

diff --git a/inetd/inetd.8 b/inetd/inetd.8
index 54325af..1eaeb81 100644
--- a/inetd/inetd.8
+++ b/inetd/inetd.8
@@ -326,7 +326,6 @@ the following environment variables before starting the program:
 \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
@@ -335,7 +334,6 @@ will set the following environment variables:
 \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:
diff --git a/telnet/telnet.1 b/telnet/telnet.1
index 48366e5..aa9a480 100644
--- 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/telnetd/telnetd.8 b/telnetd/telnetd.8
index 05bcf74..fb9e9b2 100644
--- a/telnetd/telnetd.8
+++ b/telnetd/telnetd.8
@@ -370,7 +370,7 @@ 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 \*(Lqcooked\*(Rq mode, and with
 .Dv XTABS and
 .Dv CRMOD
 enabled (see
@@ -515,6 +515,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 +578,7 @@ Telnet Authentication: SPX
 Telnet Environment Option Interoperability Issues
 .It Cm RFC-1572
 Telnet Environment Option
+.El
 .Sh BUGS
 Some
 .Tn TELNET
-- 
1.5.4.2

