diff options
author | Jason McIntyre <jmc@cvs.openbsd.org> | 2003-02-14 23:20:37 +0000 |
---|---|---|
committer | Jason McIntyre <jmc@cvs.openbsd.org> | 2003-02-14 23:20:37 +0000 |
commit | d8ba460c57c52beeba40a7153207dc95f03227e3 (patch) | |
tree | b02d87a3037ced4f8883881f5ee6da67124f376b /libexec | |
parent | 1ba08ef5d228deaecfd038792f2ccb49baa88430 (diff) |
typos;
tftpd(8): tweak and ok millert@
tokenadm(8): tweak and ok millert@
Diffstat (limited to 'libexec')
-rw-r--r-- | libexec/tcpd/tcpd/tcpd.8 | 10 | ||||
-rw-r--r-- | libexec/telnetd/telnetd.8 | 16 | ||||
-rw-r--r-- | libexec/tftpd/tftpd.8 | 6 |
3 files changed, 18 insertions, 14 deletions
diff --git a/libexec/tcpd/tcpd/tcpd.8 b/libexec/tcpd/tcpd/tcpd.8 index 748e516eaa3..bf49d389717 100644 --- a/libexec/tcpd/tcpd/tcpd.8 +++ b/libexec/tcpd/tcpd/tcpd.8 @@ -1,4 +1,4 @@ -.\" $OpenBSD: tcpd.8,v 1.13 2002/05/06 23:34:33 millert Exp $ +.\" $OpenBSD: tcpd.8,v 1.14 2003/02/14 23:20:36 jmc Exp $ .\" .\" Copyright (c) 1997, Jason Downs. All rights reserved. .\" @@ -68,8 +68,8 @@ runs the appropriate server program and goes away. .Pp Optional features are: pattern-based access control, client username lookups with the RFC 931 etc. protocol, protection against hosts that -pretend to have someone elses host name, and protection against hosts -that pretend to have someone elses network address. +pretend to have someone else's host name, and protection against hosts +that pretend to have someone else's network address. .Sh LOGGING Connections that are monitored by .Nm @@ -95,7 +95,7 @@ For details, see the manual page. .Sh HOST NAME VERIFICATION The authentication scheme of some protocols -.Pf ( .Xr rsh 1 ) +.Pf ( Xr rsh 1 ) relies on host names. Some implementations believe the host name that they get from any random name server; other implementations are more careful but use a flawed algorithm. @@ -121,7 +121,7 @@ Optionally, .Nm disables source-routing socket options on every connection that it deals with. This will take care of most attacks from hosts that pretend -to have an address that belongs to someone elses network. +to have an address that belongs to someone else's network. UDP services do not benefit from this protection. This feature must be turned on at compile-time. .Sh RFC 931 diff --git a/libexec/telnetd/telnetd.8 b/libexec/telnetd/telnetd.8 index a2a5aadb221..0499f720e4e 100644 --- a/libexec/telnetd/telnetd.8 +++ b/libexec/telnetd/telnetd.8 @@ -41,6 +41,7 @@ protocol server .Sh SYNOPSIS .Nm telnetd +.Bk -words .Op Fl BUhkln .Op Fl D Ar debugmode .Op Fl S Ar tos @@ -53,6 +54,7 @@ protocol server .Op Fl L Ar /bin/login .Op Fl y .Op Ar port +.Ek .Sh DESCRIPTION The .Nm telnetd @@ -257,7 +259,9 @@ a specific authentication type without having to recompile .It Fl L Ar pathname Specify pathname to an alternative login program. .It Fl y -Makes telnetd not warn when a user is trying to login with cleartext +Makes +.Nm telnetd +not warn when a user is trying to login with cleartext passwords. .El .Pp @@ -331,17 +335,17 @@ current state of terminal echoing. When terminal echo is not desired, a .Dv WILL ECHO is sent to indicate that -.Tn telnetd +.Nm telnetd will take care of echoing any data that needs to be echoed to the terminal, and then nothing is echoed. When terminal echo is desired, a .Dv WONT ECHO is sent to indicate that -.Tn telnetd +.Nm telnetd will not be doing any terminal echoing, so the client should do any terminal echoing that is needed. .It "WILL BINARY" -Indicates that the client is willing to send a +Indicates that the client is willing to send 8 bits of data, rather than the normal 7 bits of the Network Virtual Terminal. .It "WILL SGA" @@ -350,7 +354,7 @@ Indicates that it will not be sending go ahead, commands. .It "WILL STATUS" Indicates a willingness to send the client, upon -request, of the current status of all +request, the current status of all .Tn TELNET options. .It "WILL TIMING-MARK" @@ -382,7 +386,7 @@ options: .Bl -tag -width "DO AUTHENTICATION" .It "DO BINARY" Sent to indicate that -.Tn telnetd +.Nm telnetd is willing to receive an 8 bit data stream. .It "DO LFLOW" Requests that the client handle flow control diff --git a/libexec/tftpd/tftpd.8 b/libexec/tftpd/tftpd.8 index d1c4bd6fa84..3578fe07e8c 100644 --- a/libexec/tftpd/tftpd.8 +++ b/libexec/tftpd/tftpd.8 @@ -1,4 +1,4 @@ -.\" $OpenBSD: tftpd.8,v 1.10 2001/07/31 17:05:59 mpech Exp $ +.\" $OpenBSD: tftpd.8,v 1.11 2003/02/14 23:20:36 jmc Exp $ .\" .\" Copyright (c) 1983, 1991 The Regents of the University of California. .\" All rights reserved. @@ -32,7 +32,7 @@ .\" SUCH DAMAGE. .\" .\" from: @(#)tftpd.8 6.7 (Berkeley) 5/13/91 -.\" $OpenBSD: tftpd.8,v 1.10 2001/07/31 17:05:59 mpech Exp $ +.\" $OpenBSD: tftpd.8,v 1.11 2003/02/14 23:20:36 jmc Exp $ .\" .Dd June 11, 1997 .Dt TFTPD 8 @@ -85,7 +85,7 @@ with a list of directories by including pathnames as server program arguments in .Pa /etc/inetd.conf . In this case access is restricted to files whose -names are prefixed by the one of the given directories. +names are prefixed by one of the given directories. .Pp If the .Fl c |