summaryrefslogtreecommitdiff
path: root/usr.sbin
diff options
context:
space:
mode:
authorJason McIntyre <jmc@cvs.openbsd.org>2003-02-14 23:20:37 +0000
committerJason McIntyre <jmc@cvs.openbsd.org>2003-02-14 23:20:37 +0000
commitd8ba460c57c52beeba40a7153207dc95f03227e3 (patch)
treeb02d87a3037ced4f8883881f5ee6da67124f376b /usr.sbin
parent1ba08ef5d228deaecfd038792f2ccb49baa88430 (diff)
typos;
tftpd(8): tweak and ok millert@ tokenadm(8): tweak and ok millert@
Diffstat (limited to 'usr.sbin')
-rw-r--r--usr.sbin/syslogd/syslogd.86
-rw-r--r--usr.sbin/tokenadm/tokenadm.816
-rw-r--r--usr.sbin/tokeninit/tokeninit.84
-rw-r--r--usr.sbin/user/usermod.810
4 files changed, 22 insertions, 14 deletions
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