summaryrefslogtreecommitdiff
path: root/usr.sbin
diff options
context:
space:
mode:
Diffstat (limited to 'usr.sbin')
-rw-r--r--usr.sbin/adduser/adduser.perl6
-rw-r--r--usr.sbin/afs/src/ChangeLog.19992
-rw-r--r--usr.sbin/afs/src/lib/cmd/cmd.34
-rw-r--r--usr.sbin/afs/src/rx/rx.c2
-rw-r--r--usr.sbin/config/config.84
-rw-r--r--usr.sbin/config/main.c6
-rw-r--r--usr.sbin/cron/do_command.c6
-rw-r--r--usr.sbin/cron/entry.c8
-rw-r--r--usr.sbin/lpr/pac/pac.c6
-rw-r--r--usr.sbin/mopd/mopa.out/mopa.out.c6
-rw-r--r--usr.sbin/mtrace/mtrace.c6
-rw-r--r--usr.sbin/ppp/ppp/alias_smedia.c4
-rw-r--r--usr.sbin/ppp/ppp/ppp.8.m44
-rw-r--r--usr.sbin/ppp/ppp/slcompress.h4
-rw-r--r--usr.sbin/rdate/ntp.c4
-rw-r--r--usr.sbin/syslogd/syslogd.c6
-rw-r--r--usr.sbin/user/useradd.84
-rw-r--r--usr.sbin/user/usermod.84
18 files changed, 43 insertions, 43 deletions
diff --git a/usr.sbin/adduser/adduser.perl b/usr.sbin/adduser/adduser.perl
index ba66d903644..1a166d4baaa 100644
--- a/usr.sbin/adduser/adduser.perl
+++ b/usr.sbin/adduser/adduser.perl
@@ -1,6 +1,6 @@
#!/usr/bin/perl
#
-# $OpenBSD: adduser.perl,v 1.37 2002/03/05 17:23:45 millert Exp $
+# $OpenBSD: adduser.perl,v 1.38 2002/06/14 21:35:01 todd Exp $
#
# Copyright (c) 1995-1996 Wolfram Schneider <wosch@FreeBSD.org>. Berlin.
# All rights reserved.
@@ -89,7 +89,7 @@ sub variables {
$group = "/etc/group";
$pwd_mkdb = "pwd_mkdb -p"; # program for building passwd database
$encryptionmethod = "blowfish";
- $rcsid = '$OpenBSD: adduser.perl,v 1.37 2002/03/05 17:23:45 millert Exp $';
+ $rcsid = '$OpenBSD: adduser.perl,v 1.38 2002/06/14 21:35:01 todd Exp $';
# List of directories where shells located
@path = ('/bin', '/usr/bin', '/usr/local/bin');
@@ -239,7 +239,7 @@ sub shell_default_valid {
}
# return default home partition (f.e. "/home")
-# create base directory if nesseccary
+# create base directory if necessary
sub home_partition {
local($home) = @_;
$home = &stripdir($home);
diff --git a/usr.sbin/afs/src/ChangeLog.1999 b/usr.sbin/afs/src/ChangeLog.1999
index 47ab1c5e464..db6e77260f3 100644
--- a/usr.sbin/afs/src/ChangeLog.1999
+++ b/usr.sbin/afs/src/ChangeLog.1999
@@ -1049,7 +1049,7 @@ Mon Oct 4 01:58:56 1999 Magnus Ahltorp <map@stacken.kth.se>
* arlad/inter.c (cm_symlink): return the realfid
* arlad/bsd-subr.c (write_dirent): also handle the case of `..'
- refering to a mount-point
+ referring to a mount-point
* tests/readdir-vs-lstat.c (verify_inodes): no need to check for
. or ..
diff --git a/usr.sbin/afs/src/lib/cmd/cmd.3 b/usr.sbin/afs/src/lib/cmd/cmd.3
index 2c5d7fef6d6..af0759496a3 100644
--- a/usr.sbin/afs/src/lib/cmd/cmd.3
+++ b/usr.sbin/afs/src/lib/cmd/cmd.3
@@ -257,7 +257,7 @@ manpage when its generated.
.Xr mdoc 7
.Sh HISTORY
First written on CMU. Taken up by Transarc/IBM in their AFS
-product. Reimplmented for Arla since a lot of people missed it. When
+product. Reimplemented for Arla since a lot of people missed it. When
it got added to arla it also got functionally like generating mdoc
output.
.Sh AUTHORS
@@ -268,4 +268,4 @@ Plenty of them.
.Fn cmd_ParseLine
and
.Fn cmd_FreeArgv
-aren't implemented.
+isn't implemented.
diff --git a/usr.sbin/afs/src/rx/rx.c b/usr.sbin/afs/src/rx/rx.c
index 381d7189e3b..83dc803b2fb 100644
--- a/usr.sbin/afs/src/rx/rx.c
+++ b/usr.sbin/afs/src/rx/rx.c
@@ -2063,7 +2063,7 @@ rxi_ReceiveDataPacket(struct rx_call * call,
}
/*
* If the sequence number is greater than what can be
- * accomodated by the current window, then send a negative
+ * accommodated by the current window, then send a negative
* acknowledge and drop the packet
*/
if ((call->rnext + call->rwind) <= np->header.seq) {
diff --git a/usr.sbin/config/config.8 b/usr.sbin/config/config.8
index dbabc85d037..fb9939d8269 100644
--- a/usr.sbin/config/config.8
+++ b/usr.sbin/config/config.8
@@ -1,4 +1,4 @@
-.\" $OpenBSD: config.8,v 1.28 2002/03/23 13:30:24 espie Exp $
+.\" $OpenBSD: config.8,v 1.29 2002/06/14 21:35:01 todd Exp $
.\" $NetBSD: config.8,v 1.10 1996/08/31 20:58:16 mycroft Exp $
.\"
.\" Copyright (c) 1980, 1991, 1993
@@ -143,7 +143,7 @@ and
appeared in the specified kernel configuration file.
In addition,
.Dq .PROF
-is appended to the default compliation directory name.
+is appended to the default compilation directory name.
.Pp
The
.Fl p
diff --git a/usr.sbin/config/main.c b/usr.sbin/config/main.c
index fd50958f460..f320a875158 100644
--- a/usr.sbin/config/main.c
+++ b/usr.sbin/config/main.c
@@ -1,4 +1,4 @@
-/* $OpenBSD: main.c,v 1.26 2002/05/29 09:45:39 deraadt Exp $ */
+/* $OpenBSD: main.c,v 1.27 2002/06/14 21:35:01 todd Exp $ */
/* $NetBSD: main.c,v 1.22 1997/02/02 21:12:33 thorpej Exp $ */
/*
@@ -345,7 +345,7 @@ defoption(name)
(void)do_option(defopttab, &nextdefopt, n, name, "defopt");
/*
- * Insert a verbatum copy of the option name, as well,
+ * Insert a verbatim copy of the option name, as well,
* to speed lookups when creating the Makefile.
*/
(void)ht_insert(defopttab, name, (void *)name);
@@ -507,7 +507,7 @@ hasparent(i)
* we search its devbase for a matching unit number.
* (2) If the device was attach to an attribute, then we
* search all attributes the device can be attached to
- * for parents (with appropriate unit numebrs) that
+ * for parents (with appropriate unit numbers) that
* may be able to attach the device.
*/
diff --git a/usr.sbin/cron/do_command.c b/usr.sbin/cron/do_command.c
index e445e95af04..22914ff16bd 100644
--- a/usr.sbin/cron/do_command.c
+++ b/usr.sbin/cron/do_command.c
@@ -1,4 +1,4 @@
-/* $OpenBSD: do_command.c,v 1.13 2002/02/19 18:38:02 mpech Exp $ */
+/* $OpenBSD: do_command.c,v 1.14 2002/06/14 21:35:01 todd Exp $ */
/* Copyright 1988,1990,1993,1994 by Paul Vixie
* All rights reserved
*/
@@ -21,7 +21,7 @@
*/
#if !defined(lint) && !defined(LINT)
-static char rcsid[] = "$OpenBSD: do_command.c,v 1.13 2002/02/19 18:38:02 mpech Exp $";
+static char rcsid[] = "$OpenBSD: do_command.c,v 1.14 2002/06/14 21:35:01 todd Exp $";
#endif
#include "cron.h"
@@ -89,7 +89,7 @@ child_process(entry *e, user *u) {
/* our parent is watching for our death by catching SIGCHLD. we
* do not care to watch for our children's deaths this way -- we
- * use wait() explictly. so we have to reset the signal (which
+ * use wait() explicitly. so we have to reset the signal (which
* was inherited from the parent).
*/
(void) signal(SIGCHLD, SIG_DFL);
diff --git a/usr.sbin/cron/entry.c b/usr.sbin/cron/entry.c
index 3b1906a84d5..fceec2a91a6 100644
--- a/usr.sbin/cron/entry.c
+++ b/usr.sbin/cron/entry.c
@@ -1,4 +1,4 @@
-/* $OpenBSD: entry.c,v 1.8 2001/02/18 19:48:33 millert Exp $ */
+/* $OpenBSD: entry.c,v 1.9 2002/06/14 21:35:01 todd Exp $ */
/*
* Copyright 1988,1990,1993,1994 by Paul Vixie
* All rights reserved
@@ -22,7 +22,7 @@
*/
#if !defined(lint) && !defined(LINT)
-static char rcsid[] = "$OpenBSD: entry.c,v 1.8 2001/02/18 19:48:33 millert Exp $";
+static char rcsid[] = "$OpenBSD: entry.c,v 1.9 2002/06/14 21:35:01 todd Exp $";
#endif
/* vix 26jan87 [RCS'd; rest of log is in RCS file]
@@ -232,7 +232,7 @@ load_entry(file, error_func, pw, envp)
}
}
- /* make sundays equivilent */
+ /* make sundays equivalent */
if (bit_test(e->dow, 0) || bit_test(e->dow, 7)) {
bit_set(e->dow, 0);
bit_set(e->dow, 7);
@@ -515,7 +515,7 @@ get_range(bits, low, high, names, ch, file)
/* range. set all elements from num1 to num2, stepping
* by num3. (the step is a downward-compatible extension
* proposed conceptually by bob@acornrc, syntactically
- * designed then implmented by paul vixie).
+ * designed then implemented by paul vixie).
*/
for (i = num1; i <= num2; i += num3)
if (EOF == set_element(bits, low, high, i))
diff --git a/usr.sbin/lpr/pac/pac.c b/usr.sbin/lpr/pac/pac.c
index bb8efb45782..ddd91e400c2 100644
--- a/usr.sbin/lpr/pac/pac.c
+++ b/usr.sbin/lpr/pac/pac.c
@@ -1,4 +1,4 @@
-/* $OpenBSD: pac.c,v 1.14 2002/06/08 01:53:43 millert Exp $ */
+/* $OpenBSD: pac.c,v 1.15 2002/06/14 21:35:01 todd Exp $ */
/* $NetBSD: pac.c,v 1.14 2000/04/27 13:40:18 msaitoh Exp $ */
/*
@@ -45,7 +45,7 @@ static const char copyright[] =
#if 0
static const char sccsid[] = "@(#)pac.c 8.1 (Berkeley) 6/6/93";
#else
-static const char rcsid[] = "$OpenBSD: pac.c,v 1.14 2002/06/08 01:53:43 millert Exp $";
+static const char rcsid[] = "$OpenBSD: pac.c,v 1.15 2002/06/14 21:35:01 todd Exp $";
#endif
#endif /* not lint */
@@ -212,7 +212,7 @@ main(int argc, char **argv)
* Read the entire accounting file, accumulating statistics
* for the users that we have in the hash table. If allflag
* is set, then just gather the facts on everyone.
- * Note that we must accomodate both the active and summary file
+ * Note that we must accommodate both the active and summary file
* formats here.
* The Format of the accounting file is:
* feet_per_page [runs_count] [hostname:]username
diff --git a/usr.sbin/mopd/mopa.out/mopa.out.c b/usr.sbin/mopd/mopa.out/mopa.out.c
index 46cf03da97e..ce9250d82fe 100644
--- a/usr.sbin/mopd/mopa.out/mopa.out.c
+++ b/usr.sbin/mopd/mopa.out/mopa.out.c
@@ -1,9 +1,9 @@
-/* $OpenBSD: mopa.out.c,v 1.3 2001/02/07 20:17:43 todd Exp $ */
+/* $OpenBSD: mopa.out.c,v 1.4 2002/06/14 21:35:01 todd Exp $ */
/* mopa.out - Convert a Unix format kernel into something that
* can be transferred via MOP.
*
- * This code was written while refering to the NetBSD/vax boot
+ * This code was written while referring to the NetBSD/vax boot
* loader. Therefore anything that can be booted by the Vax
* should be convertable with this program.
*
@@ -48,7 +48,7 @@
*/
#ifndef LINT
-static char rcsid[] = "$OpenBSD: mopa.out.c,v 1.3 2001/02/07 20:17:43 todd Exp $";
+static char rcsid[] = "$OpenBSD: mopa.out.c,v 1.4 2002/06/14 21:35:01 todd Exp $";
#endif
#include "os.h"
diff --git a/usr.sbin/mtrace/mtrace.c b/usr.sbin/mtrace/mtrace.c
index 7c040fecf57..47c031b0f34 100644
--- a/usr.sbin/mtrace/mtrace.c
+++ b/usr.sbin/mtrace/mtrace.c
@@ -52,7 +52,7 @@
#ifndef lint
static char rcsid[] =
- "@(#) $Id: mtrace.c,v 1.13 2002/06/02 19:06:39 deraadt Exp $";
+ "@(#) $Id: mtrace.c,v 1.14 2002/06/14 21:35:01 todd Exp $";
#endif
#include <netdb.h>
@@ -409,7 +409,7 @@ send_recv(dst, type, code, tries, save)
else local = INADDR_ANY;
/*
- * If the reply address was not explictly specified, start off
+ * If the reply address was not explicitly specified, start off
* with the unicast address of this host. Then, if there is no
* response after trying half the tries with unicast, switch to
* the standard multicast reply address. If the TTL was also not
@@ -1330,7 +1330,7 @@ Usage: mtrace [-Mlnps] [-w wait] [-m max_hops] [-q nqueries] [-g gateway]\n\
/*
* SunOS 5.X prior to SunOS 2.6, getsockname returns 0 for udp socket.
* This call to sysinfo will return the hostname.
- * If the default multicast interfface (set with the route
+ * If the default multicast interface (set with the route
* for 224.0.0.0) is not the same as the hostname,
* mtrace -i [if_addr] will have to be used.
*/
diff --git a/usr.sbin/ppp/ppp/alias_smedia.c b/usr.sbin/ppp/ppp/alias_smedia.c
index adc2ef663eb..b7751372c63 100644
--- a/usr.sbin/ppp/ppp/alias_smedia.c
+++ b/usr.sbin/ppp/ppp/alias_smedia.c
@@ -62,7 +62,7 @@
* Junichi SATOH <junichi@astec.co.jp>
* <junichi@junichi.org>
*
- * $OpenBSD: alias_smedia.c,v 1.4 2001/01/29 11:41:37 brian Exp $
+ * $OpenBSD: alias_smedia.c,v 1.5 2002/06/14 21:35:01 todd Exp $
*/
/*
@@ -402,7 +402,7 @@ AliasHandleRtspOut(struct ip *pip, struct alias_link *link, int maxpacketsize)
} else {
/* When aliasing a server, check for the 200 reply
- Accomodate varying number of blanks between 200 & OK */
+ Accommodate varying number of blanks between 200 & OK */
if (dlen >= strlen(str200)) {
diff --git a/usr.sbin/ppp/ppp/ppp.8.m4 b/usr.sbin/ppp/ppp/ppp.8.m4
index 5d543f45468..09385853526 100644
--- a/usr.sbin/ppp/ppp/ppp.8.m4
+++ b/usr.sbin/ppp/ppp/ppp.8.m4
@@ -25,7 +25,7 @@ changecom(,)dnl
.\" OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
.\" SUCH DAMAGE.
.\"
-.\" $OpenBSD: ppp.8.m4,v 1.8 2002/05/19 00:00:04 brian Exp $
+.\" $OpenBSD: ppp.8.m4,v 1.9 2002/06/14 21:35:01 todd Exp $
.\"
.Dd September 20, 1995
.Dt PPP 8
@@ -1587,7 +1587,7 @@ is the IP number that your route to
.Dq ui-gate
would normally use.
.Pp
-When routing your connection accross a public network such as the Internet,
+When routing your connection across a public network such as the Internet,
it is preferable to encrypt the data.
This can be done with the help of the MPPE protocol, although currently this
means that you will not be able to also compress the traffic as MPPE is
diff --git a/usr.sbin/ppp/ppp/slcompress.h b/usr.sbin/ppp/ppp/slcompress.h
index 425952ffa56..f7eafaead99 100644
--- a/usr.sbin/ppp/ppp/slcompress.h
+++ b/usr.sbin/ppp/ppp/slcompress.h
@@ -16,7 +16,7 @@
* IMPLIED WARRANTIES, INCLUDING, WITHOUT LIMITATION, THE IMPLIED
* WARRANTIES OF MERCHANTIBILITY AND FITNESS FOR A PARTICULAR PURPOSE.
*
- * $OpenBSD: slcompress.h,v 1.3 2000/02/27 01:38:28 brian Exp $
+ * $OpenBSD: slcompress.h,v 1.4 2002/06/14 21:35:01 todd Exp $
*
* Van Jacobson (van@helios.ee.lbl.gov), Dec 31, 1989:
* - Initial distribution.
@@ -42,7 +42,7 @@
*
* There are 5 numbers which can change (they are always inserted
* in the following order): TCP urgent pointer, window,
- * acknowlegement, sequence number and IP ID. (The urgent pointer
+ * acknowledgement, sequence number and IP ID. (The urgent pointer
* is different from the others in that its value is sent, not the
* change in value.) Since typical use of SLIP links is biased
* toward small packets (see comments on MTU/MSS below), changes
diff --git a/usr.sbin/rdate/ntp.c b/usr.sbin/rdate/ntp.c
index 78cf29a7ca0..364f3f98254 100644
--- a/usr.sbin/rdate/ntp.c
+++ b/usr.sbin/rdate/ntp.c
@@ -1,4 +1,4 @@
-/* $OpenBSD: ntp.c,v 1.6 2002/05/16 22:00:37 ho Exp $ */
+/* $OpenBSD: ntp.c,v 1.7 2002/06/14 21:35:01 todd Exp $ */
/*
* Copyright (c) 1996, 1997 by N.M. Maclaren. All rights reserved.
@@ -205,7 +205,7 @@ sync_ntp(int fd, const struct sockaddr *peer, double *offset, double *error)
#endif
if (a > b)
- errx(1, "Inconsistent times recieved from NTP server");
+ errx(1, "Inconsistent times received from NTP server");
if (*error <= minerr)
break;
diff --git a/usr.sbin/syslogd/syslogd.c b/usr.sbin/syslogd/syslogd.c
index 5bce408160e..e6b8ff1dee6 100644
--- a/usr.sbin/syslogd/syslogd.c
+++ b/usr.sbin/syslogd/syslogd.c
@@ -1,4 +1,4 @@
-/* $OpenBSD: syslogd.c,v 1.52 2002/06/05 17:12:52 millert Exp $ */
+/* $OpenBSD: syslogd.c,v 1.53 2002/06/14 21:35:01 todd Exp $ */
/*
* Copyright (c) 1983, 1988, 1993, 1994
@@ -43,7 +43,7 @@ static char copyright[] =
#if 0
static char sccsid[] = "@(#)syslogd.c 8.3 (Berkeley) 4/4/94";
#else
-static char rcsid[] = "$OpenBSD: syslogd.c,v 1.52 2002/06/05 17:12:52 millert Exp $";
+static char rcsid[] = "$OpenBSD: syslogd.c,v 1.53 2002/06/14 21:35:01 todd Exp $";
#endif
#endif /* not lint */
@@ -60,7 +60,7 @@ static char rcsid[] = "$OpenBSD: syslogd.c,v 1.52 2002/06/05 17:12:52 millert Ex
*
* Defined Constants:
*
- * MAXLINE -- the maximimum line length that can be handled.
+ * MAXLINE -- the maximum line length that can be handled.
* DEFUPRI -- the default priority for user messages
* DEFSPRI -- the default priority for kernel messages
*
diff --git a/usr.sbin/user/useradd.8 b/usr.sbin/user/useradd.8
index b2342cd9256..79705b83392 100644
--- a/usr.sbin/user/useradd.8
+++ b/usr.sbin/user/useradd.8
@@ -1,4 +1,4 @@
-.\" $OpenBSD: useradd.8,v 1.12 2002/03/05 17:30:15 millert Exp $
+.\" $OpenBSD: useradd.8,v 1.13 2002/06/14 21:35:01 todd Exp $
.\" $NetBSD: useradd.8,v 1.10 2001/02/21 12:16:07 agc Exp $
.\"
.\" Copyright (c) 1999 Alistair G. Crooks. All rights reserved.
@@ -31,7 +31,7 @@
.\" SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
.\"
.\"
-.Dd Septemper 5, 2001
+.Dd September 5, 2001
.Dt USERADD 8
.Os
.Sh NAME
diff --git a/usr.sbin/user/usermod.8 b/usr.sbin/user/usermod.8
index 514a0b18cbd..456329da42c 100644
--- a/usr.sbin/user/usermod.8
+++ b/usr.sbin/user/usermod.8
@@ -1,4 +1,4 @@
-.\" $OpenBSD: usermod.8,v 1.11 2001/09/18 01:50:44 millert Exp $
+.\" $OpenBSD: usermod.8,v 1.12 2002/06/14 21:35:01 todd Exp $
.\" $NetBSD: usermod.8,v 1.10 2001/02/21 12:16:07 agc Exp $
.\"
.\" Copyright (c) 1999 Alistair G. Crooks. All rights reserved.
@@ -129,7 +129,7 @@ file - it has the format:
.It Fl L Ar login-class
This option sets the login class for the user being created. See
.Xr login.conf 5
-for more information on user login classes. Thie value can be preset
+for more information on user login classes. This value can be preset
for all users by using the
.Ar class
field in the