summaryrefslogtreecommitdiff
path: root/usr.sbin
diff options
context:
space:
mode:
authorJason McIntyre <jmc@cvs.openbsd.org>2003-02-01 16:29:54 +0000
committerJason McIntyre <jmc@cvs.openbsd.org>2003-02-01 16:29:54 +0000
commit2c126ba1bd2f230ba3ac166c86e58316625334e2 (patch)
tree7dddb627420fc662d6801f94002391c02d61bb03 /usr.sbin
parentef30427cae38fe7c0dad6385448209973beb68a0 (diff)
typos;
chat(8): removed reference to uucico(8) ok deraadt@
Diffstat (limited to 'usr.sbin')
-rw-r--r--usr.sbin/chroot/chroot.84
-rw-r--r--usr.sbin/cron/cron.810
-rw-r--r--usr.sbin/dhcp/server/dhcpd.84
-rw-r--r--usr.sbin/edquota/edquota.86
-rw-r--r--usr.sbin/pppd/chat/chat.818
5 files changed, 21 insertions, 21 deletions
diff --git a/usr.sbin/chroot/chroot.8 b/usr.sbin/chroot/chroot.8
index 87f78675d87..7ee39c65eed 100644
--- a/usr.sbin/chroot/chroot.8
+++ b/usr.sbin/chroot/chroot.8
@@ -1,4 +1,4 @@
-.\" $OpenBSD: chroot.8,v 1.8 2002/10/29 23:12:06 millert Exp $
+.\" $OpenBSD: chroot.8,v 1.9 2003/02/01 16:29:52 jmc Exp $
.\" $NetBSD: chroot.8,v 1.9 2000/08/17 12:36:32 mrg Exp $
.\"
.\" Copyright (c) 1988, 1991, 1993
@@ -83,7 +83,7 @@ If supplemental groups are specified via the
.Fl G
flag,
.Ar group
-will be the used as the first entry in the group vector.
+will be used as the first entry in the group vector.
.It Fl G Ar group,group,...
Set the supplemental group IDs to a comma-separated list of
group names or group IDs.
diff --git a/usr.sbin/cron/cron.8 b/usr.sbin/cron/cron.8
index 09cb6baf4f2..2c4522cb24e 100644
--- a/usr.sbin/cron/cron.8
+++ b/usr.sbin/cron/cron.8
@@ -24,7 +24,7 @@
.\" OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF
.\" ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
.\"
-.\" $OpenBSD: cron.8,v 1.16 2002/07/15 19:13:29 millert Exp $
+.\" $OpenBSD: cron.8,v 1.17 2003/02/01 16:29:52 jmc Exp $
.\"
.Dd July 6, 2002
.Dt CRON 8
@@ -79,7 +79,7 @@ and the at spool
once a minute.
If the modification time has changed, the affected files are reloaded.
.Pp
-Any output produced by a command is sent to the used specified in the
+Any output produced by a command is sent to the user specified in the
.Ev MAILTO
environment variable as set in the
.Xr crontab 5
@@ -91,7 +91,7 @@ or
.Xr batch 1
job), to the job's owner.
If a command produces no output, no mail will be sent.
-The exception to this are
+The exception to this is
.Xr at 1
or
.Xr batch 1
@@ -153,8 +153,8 @@ show misc other debugging information
test mode; don't actually execute commands
.El
.Pp
-Multiple flags may be specified, sepatated by a comma
-.Pq So , Sc
+Multiple flags may be specified, separated by a comma
+.Pq So , Sc .
Regardless of which flags were specified, the
.Fl x
flag will cause
diff --git a/usr.sbin/dhcp/server/dhcpd.8 b/usr.sbin/dhcp/server/dhcpd.8
index 32d73a55000..93143bf423b 100644
--- a/usr.sbin/dhcp/server/dhcpd.8
+++ b/usr.sbin/dhcp/server/dhcpd.8
@@ -144,7 +144,7 @@ they can be better spent elsewhere. So please don't complain about
this on the mailing list unless you're prepared to fund a project to
implement this feature, or prepared to do it yourself.
.PP
-DHCP traffic always bypass IPsec, otherwise there can come up situations
+DHCP traffic always bypasses IPsec, otherwise there could be situations
when a server has an IPsec SA for the client, and sends replies over that,
which a potentially newly booted client cannot grasp.
.SH COMMAND LINE
@@ -260,7 +260,7 @@ to the subnet command:
range 239.252.197.10 239.252.197.107;
default-lease-time 600;
max-lease-time 7200;
- |
+ }
.fi
.PP
This particular subnet declaration specifies a default lease time of
diff --git a/usr.sbin/edquota/edquota.8 b/usr.sbin/edquota/edquota.8
index 95a72b94b31..3fe30549ea5 100644
--- a/usr.sbin/edquota/edquota.8
+++ b/usr.sbin/edquota/edquota.8
@@ -1,4 +1,4 @@
-.\" $OpenBSD: edquota.8,v 1.5 2000/04/15 11:45:59 aaron Exp $
+.\" $OpenBSD: edquota.8,v 1.6 2003/02/01 16:29:53 jmc Exp $
.\"
.\" Copyright (c) 1983, 1990, 1993
.\" The Regents of the University of California. All rights reserved.
@@ -35,7 +35,7 @@
.\" SUCH DAMAGE.
.\"
.\" from: @(#)edquota.8 8.1 (Berkeley) 6/6/93
-.\" $Id: edquota.8,v 1.5 2000/04/15 11:45:59 aaron Exp $
+.\" $Id: edquota.8,v 1.6 2003/02/01 16:29:53 jmc Exp $
.\"
.Dd June 6, 1993
.Dt EDQUOTA 8
@@ -65,7 +65,7 @@ By default, or if the
.Fl u
flag is specified,
one or more users may be specified on the command line.
-If a numeric ID is given instead of a name that UID/GID
+If a numeric ID is given instead of a name, that UID/GID
will be used even if there is not a corresponding ID in
the
.Pa /etc/passwd
diff --git a/usr.sbin/pppd/chat/chat.8 b/usr.sbin/pppd/chat/chat.8
index 4c106caf413..899fae57814 100644
--- a/usr.sbin/pppd/chat/chat.8
+++ b/usr.sbin/pppd/chat/chat.8
@@ -1,6 +1,6 @@
.\" -*- nroff -*-
.\" manual page [] for chat 1.8
-.\" $OpenBSD: chat.8,v 1.11 2002/10/25 05:19:35 jason Exp $
+.\" $OpenBSD: chat.8,v 1.12 2003/02/01 16:29:52 jmc Exp $
.\" Id: chat.8,v 1.7 1998/02/04 01:35:49 paulus Exp $
.\" SH section heading
.\" SS subsection heading
@@ -19,7 +19,7 @@ chat \- Automated conversational script with a modem
.SH DESCRIPTION
.LP
The \fIchat\fR program defines a conversational exchange between the
-computer and the modem. Its primary purpose is to establish the
+computer and the modem. Its primary purpose is to establish a
connection between the Point-to-Point Protocol Daemon (\fIpppd\fR) and
the remote's \fIpppd\fR process.
.SH OPTIONS
@@ -159,8 +159,8 @@ Many modems will report the status of the call as a string. These
strings may be \fBCONNECTED\fR or \fBNO CARRIER\fR or \fBBUSY\fR. It
is often desirable to terminate the script should the modem fail to
connect to the remote. The difficulty is that a script would not know
-exactly which modem string it may receive. On one attempt, it may
-receive \fBBUSY\fR while the next time it may receive \fBNO CARRIER\fR.
+exactly which modem string it may receive. On one attempt it may
+receive \fBBUSY\fR, while the next time it may receive \fBNO CARRIER\fR.
.LP
These "abort" strings may be specified in the script using the \fIABORT\fR
sequence. It is written in the script as in the following example:
@@ -244,7 +244,7 @@ other string processing such as looking for the expect string. The use
of the same string for a report and abort sequence is probably not
very useful; however, it is possible.
.LP
-The report strings to no change the completion code of the program.
+The report strings do not change the completion code of the program.
.LP
These "report" strings may be specified in the script using the \fIREPORT\fR
sequence. It is written in the script as in the following example:
@@ -375,7 +375,7 @@ send the return character. This sequence may either be a pair of apostrophe
or quote characters.
.TP
.B \\\\b
-represents a backspace character.
+Represents a backspace character.
.TP
.B \\\\c
Suppresses the newline at the end of the reply string. This is the only
@@ -414,7 +414,7 @@ Send or expect a carriage return.
.TP
.B \\\\s
Represents a space character in the string. This may be used when it
-is not desirable to quote the strings which contains spaces. The
+is not desirable to quote the strings which contain spaces. The
sequence 'HI\ TIM' and HI\\sTIM are the same.
.TP
.B \\\\t
@@ -442,7 +442,7 @@ was executed without error to the normal conclusion.
.TP
.B 1
One or more of the parameters are invalid or an expect string was too
-large for the internal buffers. This indicates that the program as not
+large for the internal buffers. This indicates that the program was not
properly executed.
.TP
.B 2
@@ -482,7 +482,7 @@ Additional information about \fIchat\fR scripts may be found with UUCP
documentation. The \fIchat\fR script was taken from the ideas proposed
by the scripts used by the \fIuucico\fR program.
.LP
-uucico(1), uucp(1)
+uucp(1)
.SH COPYRIGHT
The \fIchat\fR program is in public domain. This is not the GNU public
license. If it breaks then you get to keep both pieces.