mirror of
https://git.FreeBSD.org/src.git
synced 2024-12-16 10:20:30 +00:00
Fix some minor formatting nits.
PR: 5373 Submitted by: Matthew Hunt <mph@pobox.com>
This commit is contained in:
parent
ff2dff3d42
commit
37544815b9
Notes:
svn2git
2020-12-20 02:59:44 +00:00
svn path=/head/; revision=32024
@ -30,7 +30,7 @@
|
||||
.\" SUCH DAMAGE.
|
||||
.\"
|
||||
.\" @(#)telnet.1 8.5 (Berkeley) 3/1/94
|
||||
.\" $Id: telnet.1,v 1.7 1997/08/14 06:44:41 charnier Exp $
|
||||
.\" $Id: telnet.1,v 1.8 1997/11/11 05:00:59 steve Exp $
|
||||
.\"
|
||||
.Dd March 1, 1994
|
||||
.Dt TELNET 1
|
||||
@ -51,7 +51,7 @@ protocol
|
||||
.Op Fl n Ar tracefile
|
||||
.Oo
|
||||
.Ar host
|
||||
.Op port
|
||||
.Op Ar port
|
||||
.Oc
|
||||
.Sh DESCRIPTION
|
||||
The
|
||||
@ -243,7 +243,7 @@ option is enabled, or if the
|
||||
.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 ,
|
||||
@ -492,13 +492,13 @@ Disable the
|
||||
.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
|
||||
@ -753,7 +753,7 @@ is enabled, and the status character is typed, a
|
||||
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
|
||||
@ -886,7 +886,7 @@ If
|
||||
.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 lnext
|
||||
character.
|
||||
@ -921,7 +921,7 @@ If
|
||||
.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.
|
||||
@ -1002,7 +1002,7 @@ If
|
||||
.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.
|
||||
|
Loading…
Reference in New Issue
Block a user