mdoc(7) police: split punctuation characters + misc fixes.

git-svn-id: http://svn0.us-east.freebsd.org/base/head/contrib/telnet@71899 ccf9f872-aa2e-dd11-9fc8-001c23d0bc1f
This commit is contained in:
ru 2001-02-01 17:12:45 +00:00
parent 9e4c977b52
commit aea25d194d
2 changed files with 38 additions and 36 deletions

View File

@ -311,12 +311,12 @@ auth command are as follows:
.It Ic disable Ar type
Disables the specified type of authentication. To
obtain a list of available types, use the
.Ic auth disable \&?
.Ic auth disable ?\&
command.
.It Ic enable Ar type
Enables the specified type of authentication. To
obtain a list of available types, use the
.Ic auth enable \&?
.Ic auth enable ?\&
command.
.It Ic status
Lists the current status of the various types of
@ -343,18 +343,22 @@ option is not supported outside of the United States and Canada.
.Pp
Valid arguments for the encrypt command are as follows:
.Bl -tag -width Ar
.It Ic disable Ar type Ic [input|output]
.It Ic disable Ar type Xo
.Op Cm input | output
.Xc
Disables the specified type of encryption. If you
omit the input and output, both input and output
are disabled. To obtain a list of available
types, use the
.Ic encrypt disable \&?
.Ic encrypt disable ?\&
command.
.It Ic enable Ar type Ic [input|output]
.It Ic enable Ar type Xo
.Op Cm input | output
.Xc
Enables the specified type of encryption. If you
omit input and output, both input and output are
enabled. To obtain a list of available types, use the
.Ic encrypt enable \&?
.Ic encrypt enable ?\&
command.
.It Ic input
This is the same as the
@ -372,18 +376,18 @@ command.
This is the same as the
.Ic encrypt stop output
command.
.It Ic start Ic [input|output]
.It Ic start Op Cm input | output
Attempts to start encryption. If you omit
.Ic input
and
.Ic output ,
both input and output are enabled. To
obtain a list of available types, use the
.Ic encrypt enable \&?
.Ic encrypt enable ?\&
command.
.It Ic status
Lists the current status of encryption.
.It Ic stop Ic [input|output]
.It Ic stop Op Cm input | output
Stops encryption. If you omit input and output,
encryption is on both input and output.
.It Ic type Ar type
@ -448,7 +452,7 @@ Those marked with a
.Cm *
will be sent automatically,
other variables will only be sent if explicitly requested.
.It Ic \&?
.It Ic ?\&
Prints out help information for the
.Ic environ
command.
@ -528,17 +532,15 @@ option.
This requires that the
.Dv LINEMODE
option be enabled.
.It Ic \&?
.It Ic ?\&
Prints out help information for the
.Ic mode
command.
.El
.It Xo
.Ic open Ar host
.Oo Op Fl l
.Ar user
.Oc Ns Oo Fl
.Ar port Oc
.Op Op Fl l Ar user
.Op Fl Ns Ar port
.Xc
Open a connection to the named host.
If no port number
@ -698,10 +700,10 @@ command.
can also be either
.Ic help
or
.Ic \&?
.Ic ?\&
to print out help information, including
a list of known symbolic names.
.It Ic \&?
.It Ic ?\&
Prints out help information for the
.Ic send
command.
@ -1001,7 +1003,7 @@ The initial value for the worderase character is taken to be
the terminal's
.Ic worderase
character.
.It Ic \&?
.It Ic ?\&
Displays the legal
.Ic set
.Pq Ic unset
@ -1049,7 +1051,7 @@ The remote default characters are those of the remote system
at the time when the
.Tn TELNET
connection was established.
.It Ic \&?
.It Ic ?\&
Prints out help information for the
.Ic slc
command.
@ -1334,7 +1336,7 @@ system. If
.Ic command
is omitted, then an interactive
subshell is invoked.
.It Ic \&? Op Ar command
.It Ic ?\& Op Ar command
Get help. With no arguments,
.Nm
prints a help summary.