diff options
| author | wiz <wiz@NetBSD.org> | 2002-01-15 02:28:22 +0000 |
|---|---|---|
| committer | wiz <wiz@NetBSD.org> | 2002-01-15 02:28:22 +0000 |
| commit | 65eb66d185a247bcb1ab43dcf0df7db272c4b19a (patch) | |
| tree | 7d50ecf768a264174d21bf7f7ed1b34c785b93c1 /libexec | |
| parent | 7642cb7ddfdf2bebe24c0175397167d5b3b0469a (diff) | |
Whitespace and punctuation nits, comment out an option that does not concern NetBSD.
Diffstat (limited to 'libexec')
| -rw-r--r-- | libexec/telnetd/telnetd.8 | 48 |
1 files changed, 25 insertions, 23 deletions
diff --git a/libexec/telnetd/telnetd.8 b/libexec/telnetd/telnetd.8 index 59ce10e8d9c..8237a4e345e 100644 --- a/libexec/telnetd/telnetd.8 +++ b/libexec/telnetd/telnetd.8 @@ -1,4 +1,4 @@ -.\" $NetBSD: telnetd.8,v 1.22 2001/09/02 18:33:39 wiz Exp $ +.\" $NetBSD: telnetd.8,v 1.23 2002/01/15 02:28:22 wiz Exp $ .\" .\" Copyright (c) 1983, 1993 .\" The Regents of the University of California. All rights reserved. @@ -76,7 +76,7 @@ option may be used to start up .Nm manually, instead of through .Xr inetd 8 . -If started up this way, +If started up this way, .Ar port may be specified to run .Nm @@ -97,7 +97,7 @@ has been compiled with support for the .Dv AUTHENTICATION option. There are several valid values for -.Ar authmode: +.Ar authmode : .Bl -tag -width debug .It debug Turns on authentication debugging code. @@ -145,15 +145,15 @@ to print out debugging information to the connection, allowing the user to see what .Nm is doing. -There are several possible values for -.Ar debugmode: +There are several possible values for +.Ar debugmode : .Bl -tag -width exercise .It Cm options Prints information about the negotiation of .Tn TELNET options. .It Cm report -Prints the +Prints the .Cm options information, plus some additional information about what processing is going on. @@ -183,7 +183,7 @@ Specifies which entry from .Pa /etc/gettytab should be used to get banner strings, login program and other information. The default entry is -.Dv default. +.Dv default . .It Fl h Disables the printing of host-specific information before login has been completed. @@ -213,7 +213,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 Specifies line mode. Tries to force clients to use line- @@ -238,12 +238,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 @@ -280,12 +280,14 @@ on the connection to the value tos, which may be a numeric TOS value or a symbolic TOS name found in the .Pa /etc/iptos file. -The option has no effect on systems that do not -support -.Xr parsetos 3 -routine and the -.Pa /etc/iptos -file. +This option has no effect on +.Nx . +.\"The option has no effect on systems that do not +.\"support +.\".Xr parsetos 3 +.\"routine and the +.\".Pa /etc/iptos +.\"file. .It Fl u Ar len This option is used to specify the size of the field in the @@ -339,7 +341,7 @@ will use the file descriptor passed from operates by allocating a pseudo-terminal device (see .Xr pty 4 ) for a client, then creating a login process which has -the slave side of the pseudo-terminal as +the slave side of the pseudo-terminal as .Dv stdin , .Dv stdout and @@ -353,7 +355,7 @@ between the remote client and the login process. .Pp When a .Tn TELNET -session is started up, +session is started up, .Nm sends .Tn TELNET @@ -418,7 +420,7 @@ Indicates that the client is willing to send a of the Network Virtual Terminal. .It "WILL SGA" Indicates that it will not be sending -.Dv IAC GA, +.Dv IAC GA , go ahead, commands. .It "WILL STATUS" Indicates a willingness to send the client, upon @@ -464,7 +466,7 @@ This is not really supported, but is sent to identify a .Bx 4.2 .Xr telnet 1 client, which will improperly respond with -.Dv WILL ECHO. +.Dv WILL ECHO . If a .Dv WILL ECHO is received, a @@ -476,7 +478,7 @@ name of the type of terminal that is attached to the client side of the connection. .It "DO SGA" Indicates 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 @@ -505,9 +507,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 |
