diff options
author | ru <ru@FreeBSD.org> | 2001-02-01 17:12:45 +0000 |
---|---|---|
committer | ru <ru@FreeBSD.org> | 2001-02-01 17:12:45 +0000 |
commit | 8c9e49b4459018cfc038bf13546bb5d34b4b9b18 (patch) | |
tree | 516fc1d4f8fed3b751c07d193674931ef4b80fc5 /crypto/telnet/telnetd | |
parent | 66cd8f698eee895c4da383fadb4b96550cc19ccd (diff) | |
download | FreeBSD-src-8c9e49b4459018cfc038bf13546bb5d34b4b9b18.zip FreeBSD-src-8c9e49b4459018cfc038bf13546bb5d34b4b9b18.tar.gz |
mdoc(7) police: split punctuation characters + misc fixes.
Diffstat (limited to 'crypto/telnet/telnetd')
-rw-r--r-- | crypto/telnet/telnetd/telnetd.8 | 18 |
1 files changed, 9 insertions, 9 deletions
diff --git a/crypto/telnet/telnetd/telnetd.8 b/crypto/telnet/telnetd/telnetd.8 index 0109156..8cc1525 100644 --- a/crypto/telnet/telnetd/telnetd.8 +++ b/crypto/telnet/telnetd/telnetd.8 @@ -208,7 +208,7 @@ from to use when init starts login sessions. The default .Dv ID is -.Dv fe. +.Dv fe . .It Fl k This option is only useful if .Nm @@ -235,7 +235,7 @@ that do not support kludge linemode, but pass the heuristic (if they respond with .Dv WILL TIMING-MARK in response to a -.Dv DO TIMING-MARK) +.Dv DO TIMING-MARK ) for kludge linemode support. .It Fl l Specify line mode. Try to force clients to use line- @@ -260,12 +260,12 @@ be reached may be cleaned up. This option is only enabled when .Nm is compiled for -.Dv UNICOS. +.Dv UNICOS . It specifies an inclusive range of pseudo-terminal devices to use. If the system has sysconf variable .Dv _SC_CRAY_NPTY configured, the default pty search range is 0 to -.Dv _SC_CRAY_NPTY; +.Dv _SC_CRAY_NPTY ; otherwise, the default range is 0 to 128. Either .Ar lowpty or @@ -420,7 +420,7 @@ Indicate that the client is willing to send a of the Network Virtual Terminal. .It "WILL SGA" Indicate that it will not be sending -.Dv IAC GA, +.Dv IAC GA , go ahead, commands. .It "WILL STATUS" Indicate a willingness to send the client, upon @@ -465,7 +465,7 @@ characters remotely. This is not really supported, but is sent to identify a 4.2BSD .Xr telnet 1 client, which will improperly respond with -.Dv WILL ECHO. +.Dv WILL ECHO . If a .Dv WILL ECHO is received, a @@ -477,7 +477,7 @@ name of the type of terminal that is attached to the client side of the connection. .It "DO SGA" Indicate that it does not need to receive -.Dv IAC GA, +.Dv IAC GA , the go ahead command. .It "DO NAWS" Requests that the client inform the server when @@ -506,9 +506,9 @@ Only sent if .Nm is compiled with support for both linemode and kludge linemode, and the client responded with -.Dv WONT LINEMODE. +.Dv WONT LINEMODE . If the client responds with -.Dv WILL TM, +.Dv WILL TM , the it is assumed that the client supports kludge linemode. Note that the |