From mph@mph124.rh.psu.edu  Tue Dec 23 19:51:55 1997
Received: from mph124.rh.psu.edu (mph@i.cant.think.of.a.cool.hostname.ending.in.rsd.jtwn.k12.pa.us [147.160.218.4])
          by hub.freebsd.org (8.8.7/8.8.7) with ESMTP id TAA06774
          for <FreeBSD-gnats-submit@freebsd.org>; Tue, 23 Dec 1997 19:48:01 -0800 (PST)
          (envelope-from mph@mph124.rh.psu.edu)
Received: (from mph@localhost)
	by mph124.rh.psu.edu (8.8.8/8.8.8) id VAA08456;
	Tue, 23 Dec 1997 21:22:35 -0500 (EST)
	(envelope-from mph)
Message-Id: <199712240222.VAA08456@mph124.rh.psu.edu>
Date: Tue, 23 Dec 1997 21:22:35 -0500 (EST)
From: Matthew Hunt <mph@pobox.com>
To: FreeBSD-gnats-submit@freebsd.org
Subject: Minor telnet.1 fixes
X-Send-Pr-Version: 3.2

>Number:         5373
>Category:       docs
>Synopsis:       Minor telnet.1 fixes
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    steve
>State:          closed
>Quarter:
>Keywords:
>Date-Required:
>Class:          doc-bug
>Submitter-Id:   current-users
>Arrival-Date:   Tue Dec 23 20:00:00 PST 1997
>Closed-Date:    Sat Dec 27 11:02:43 PST 1997
>Last-Modified:  Sat Dec 27 11:03:13 PST 1997
>Originator:     Matthew Hunt
>Release:        FreeBSD 2.2.5-STABLE i386
>Organization:
none
>Environment:
FreeBSD mph124.rh.psu.edu 2.2.5-STABLE FreeBSD 2.2.5-STABLE #1: Fri Dec 19 11:07:21 EST 1997     hunt@mph124.rh.psu.edu:/usr/src/sys/compile/WOPR  i386

$Id: telnet.1,v 1.3.2.2 1997/08/18 07:08:03 charnier Exp $

>Description:

Minor typographical errors in telnet.1 man page.

>How-To-Repeat:

"man telnet" while bored and picky.

>Fix:

I think the following changes are correct, but I am new to writing man
pages.  Review and commit.


--- /usr/src/usr.bin/telnet/telnet.1	Tue Aug 19 14:17:07 1997
+++ telnet.1	Tue Dec 23 21:05:44 1997
@@ -51,7 +51,7 @@
 .Op Fl n Ar tracefile
 .Oo
 .Ar host
-.Op port
+.Op Ar port
 .Oc
 .Sh DESCRIPTION
 The
@@ -133,7 +133,7 @@
 Sets the initial
 .Nm
 escape character to
-.Ar escape char.
+.Ar escape char .
 If
 .Ar escape char
 is omitted, then
@@ -148,8 +148,9 @@
 option requests that
 .Nm
 obtain tickets for the remote host in
-realm realm instead of the remote host's realm, as determined
-by
+realm
+.Ar realm
+instead of the remote host's realm, as determined by
 .Xr krb_realmofhost 3 .
 .It Fl l Ar user 
 When connecting to the remote system, if the remote system
@@ -240,7 +241,7 @@
 .Ic localchars
 toggle is
 .Dv TRUE
-(the default for \*(Lqold line by line\*(Lq; see below),
+(the default for \*(Lqold line by line\*(Rq; see below),
 the user's
 .Ic quit  ,
 .Ic intr ,
@@ -486,13 +487,13 @@
 .Dv TELNET LINEMODE
 option, or, if the remote side does not understand the
 .Dv LINEMODE
-option, then enter \*(Lqcharacter at a time\*(Lq mode.
+option, then enter \*(Lqcharacter at a time\*(Rq mode.
 .It Ic line
 Enable the
 .Dv TELNET LINEMODE
 option, or, if the remote side does not understand the
 .Dv LINEMODE
-option, then attempt to enter \*(Lqold-line-by-line\*(Lq mode.
+option, then attempt to enter \*(Lqold-line-by-line\*(Rq mode.
 .It Ic isig Pq Ic \-isig 
 Attempt to enable (disable) the 
 .Dv TRAPSIG
@@ -748,7 +749,7 @@
 sequence (see
 .Ic send ayt
 preceding) is sent to the
-remote host.  The initial value for the "Are You There"
+remote host.  The initial value for the \*(LqAre You There\*(Rq
 character is the terminal's status character.
 .It Ic echo
 This is the value (initially \*(Lq^E\*(Rq) which, when in
@@ -881,7 +882,7 @@
 .Nm telnet
 is operating in
 .Dv LINEMODE
-or \*(Lqold line by line\*(Lq mode, then this character is taken to
+or \*(Lqold line by line\*(Rq mode, then this character is taken to
 be the terminal's
 .Ic lnext
 character.
@@ -916,7 +917,7 @@
 .Nm
 is operating in
 .Dv LINEMODE
-or \*(Lqold line by line\*(Lq mode, then this character is taken to
+or \*(Lqold line by line\*(Rq mode, then this character is taken to
 be the terminal's
 .Ic reprint
 character.
@@ -997,7 +998,7 @@
 .Nm
 is operating in
 .Dv LINEMODE
-or \*(Lqold line by line\*(Lq mode, then this character is taken to
+or \*(Lqold line by line\*(Rq mode, then this character is taken to
 be the terminal's
 .Ic worderase
 character.
>Release-Note:
>Audit-Trail:
State-Changed-From-To: open->closed 
State-Changed-By: steve 
State-Changed-When: Sat Dec 27 11:02:43 PST 1997 
State-Changed-Why:  
Suggested patch applied in rev 1.9 of telnet.1.  Thanks. 
>Unformatted:
