diff options
author | Mike Pechkin <mpech@cvs.openbsd.org> | 2001-11-13 14:06:11 +0000 |
---|---|---|
committer | Mike Pechkin <mpech@cvs.openbsd.org> | 2001-11-13 14:06:11 +0000 |
commit | d1140c0a8dee13fc9f7cd94e06debd3ddd745f52 (patch) | |
tree | 1a66762d78d6e17dc25dd201bdd9b782c0aac1ce /libexec/telnetd | |
parent | 6788c4c40e91b82f0ee156428c9e537193b67fa7 (diff) |
o) fix bogus .Xr usage;
o) start new sentence on a new line;
o) don't use .Xr instead of .Pa tag;
o) minimal -mdoc design fixes;
millert@ ok;
Diffstat (limited to 'libexec/telnetd')
-rw-r--r-- | libexec/telnetd/telnetd.8 | 12 |
1 files changed, 7 insertions, 5 deletions
diff --git a/libexec/telnetd/telnetd.8 b/libexec/telnetd/telnetd.8 index 4cce01eacdd..1440ca8e04c 100644 --- a/libexec/telnetd/telnetd.8 +++ b/libexec/telnetd/telnetd.8 @@ -127,9 +127,9 @@ and is thus the same as specifying Only allow Kerberos authenticated connections (as with .Fl a .Cm user ) -and also logins with one-time passwords (OTPs). This option will call -login with an option so that only OTPs are accepted. The user can of -course still type secret information at the prompt. +and also logins with one-time passwords (OTPs). +This option will call login with an option so that only OTPs are accepted. +The user can of course still type secret information at the prompt. .It none This is the default state. Kerberos authentication information is not required. @@ -176,7 +176,8 @@ Ignored. .It Fl n Disable .Dv TCP -keep-alives. Normally +keep-alives. +Normally .Nm telnetd enables the .Tn TCP @@ -209,7 +210,8 @@ otherwise, the default range is 0 to 128. Either or .Ar highpty may be omitted to allow changing -either end of the search range. If +either end of the search range. +If .Ar lowpty is omitted, the - character is still required so that .Nm telnetd |