diff options
-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 | ||||
-rw-r--r-- | usr.sbin/syslogd/syslogd.8 | 6 | ||||
-rw-r--r-- | usr.sbin/tokenadm/tokenadm.8 | 16 | ||||
-rw-r--r-- | usr.sbin/tokeninit/tokeninit.8 | 4 | ||||
-rw-r--r-- | usr.sbin/user/usermod.8 | 10 |
7 files changed, 40 insertions, 28 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 diff --git a/usr.sbin/syslogd/syslogd.8 b/usr.sbin/syslogd/syslogd.8 index 7a98481c36c..45e19abc2f6 100644 --- a/usr.sbin/syslogd/syslogd.8 +++ b/usr.sbin/syslogd/syslogd.8 @@ -1,4 +1,4 @@ -.\" $OpenBSD: syslogd.8,v 1.14 2002/11/21 07:46:48 cloder Exp $ +.\" $OpenBSD: syslogd.8,v 1.15 2003/02/14 23:20:36 jmc Exp $ .\" .\" Copyright (c) 1983, 1986, 1991, 1993 .\" The Regents of the University of California. All rights reserved. @@ -42,11 +42,13 @@ .Nd log systems messages .Sh SYNOPSIS .Nm syslogd +.Bk -words .Op Fl dnu .Op Fl f Ar config_file .Op Fl m Ar mark_interval .Op Fl a Ar path .Op Fl p Ar log_socket +.Ek .Sh DESCRIPTION .Nm reads and logs messages to the system console, log files, other @@ -68,7 +70,7 @@ messages; the default is 20 minutes. .It Fl n Print source addresses numerically rather than symbolically. This saves an address-to-name lookup for each incoming message, -which can useful when combined with the +which can be useful when combined with the .Fl u option on a loghost with no DNS cache. Messages from the local host will still be logged with the symbolic local host name. diff --git a/usr.sbin/tokenadm/tokenadm.8 b/usr.sbin/tokenadm/tokenadm.8 index acf0a63c66f..439562b2e30 100644 --- a/usr.sbin/tokenadm/tokenadm.8 +++ b/usr.sbin/tokenadm/tokenadm.8 @@ -1,4 +1,4 @@ -.\" $OpenBSD: tokenadm.8,v 1.3 2001/08/01 21:18:13 millert Exp $ +.\" $OpenBSD: tokenadm.8,v 1.4 2003/02/14 23:20:36 jmc Exp $ .\" .\" Copyright (c) 1996 Berkeley Software Design, Inc. All rights reserved. .\" @@ -51,7 +51,7 @@ .Sh DESCRIPTION The .Nm tokenadm -utility is display and edit user entries in the various token databases. +utility displays and edits user entries in the various token databases. It may also be invoked as one the following: .Nm activadm , cryptoadm , or @@ -86,11 +86,13 @@ flag. .It Fl e Enable users. This should be used to re-enable users who were disabled by the +.Fl d +flag. +The .Fl m flag may also be used with the .Fl e -flag -option. +flag. .It Fl m Add [or remove] @@ -101,9 +103,11 @@ Not all modes are available for all types of cards. The .Fl m flag may be used alone or in conjunction with either the -.Fl de +.Fl d +or +.Fl e flags. -When ever reduced-input mode is set the reduced-input state is reset. +Whenever reduced-input mode is set the reduced-input state is reset. This should be done if a paper copy of challenge/responses had been produced and then misplaced. .It Fl r diff --git a/usr.sbin/tokeninit/tokeninit.8 b/usr.sbin/tokeninit/tokeninit.8 index d62bb89d26c..7b04719a581 100644 --- a/usr.sbin/tokeninit/tokeninit.8 +++ b/usr.sbin/tokeninit/tokeninit.8 @@ -1,4 +1,4 @@ -.\" $OpenBSD: tokeninit.8,v 1.4 2001/09/06 15:04:34 mpech Exp $ +.\" $OpenBSD: tokeninit.8,v 1.5 2003/02/14 23:20:36 jmc Exp $ .\" .\" Copyright (c) 1995 Migration Associates Corporation. All rights reserved. .\" @@ -64,7 +64,7 @@ The .Nm tokeninit utility is intended for use by the system administrator. .Pp -Token cards system provides strong user authentication by combining a user's +Token card systems provide strong user authentication by combining a user's unique knowledge (a Personal Identification Number) and a physical object (the token) which the user must have in their possession to login. The system administrator programs the token with a secret encryption key diff --git a/usr.sbin/user/usermod.8 b/usr.sbin/user/usermod.8 index 456329da42c..2556945032f 100644 --- a/usr.sbin/user/usermod.8 +++ b/usr.sbin/user/usermod.8 @@ -1,4 +1,4 @@ -.\" $OpenBSD: usermod.8,v 1.12 2002/06/14 21:35:01 todd Exp $ +.\" $OpenBSD: usermod.8,v 1.13 2003/02/14 23:20:36 jmc Exp $ .\" $NetBSD: usermod.8,v 1.10 2001/02/21 12:16:07 agc Exp $ .\" .\" Copyright (c) 1999 Alistair G. Crooks. All rights reserved. @@ -39,6 +39,7 @@ .Nd modify user login information .Sh SYNOPSIS .Nm usermod +.Bk -words .Op Fl mov .Op Fl G Ar secondary-group[,group,...] .Op Fl c Ar comment @@ -54,6 +55,7 @@ .Op Fl s Ar shell .Op Fl u Ar uid .Ar user +.Ek .Sh DESCRIPTION The .Nm @@ -75,7 +77,7 @@ is the comment field (also, for historical reasons known as the GECOS field) which will be added for the user, and typically will include the username, and, perhaps, contact information for the user. .It Fl d Ar home-directory -Sets the home directory to +sets the home directory to .Ar home-directory without populating it; if the .Fl m @@ -127,7 +129,7 @@ file - it has the format: .Ar gid | name | Li =uid .Ed .It Fl L Ar login-class -This option sets the login class for the user being created. See +this option sets the login class for the user being created. See .Xr login.conf 5 for more information on user login classes. This value can be preset for all users by using the @@ -218,8 +220,8 @@ utility exits 0 on success, and >0 if an error occurs. .El .Sh SEE ALSO .Xr chpass 1 , -.Xr passwd 5 , .Xr group 5 , +.Xr passwd 5 , .Xr pwd_mkdb 8 .Sh HISTORY The |