summaryrefslogtreecommitdiff
path: root/sbin
diff options
context:
space:
mode:
authorAlex Feldman <alex@cvs.openbsd.org>1999-09-23 04:12:13 +0000
committerAlex Feldman <alex@cvs.openbsd.org>1999-09-23 04:12:13 +0000
commitce5efa4c99adb41d3b8e4e0966f38cca93401ae9 (patch)
tree2fcfc24c82be6f1539919cceaabc8b1cfe145e99 /sbin
parent611e3fde18fdf3eb5935c4d652c97a088b5781b2 (diff)
Typo fixes.
Diffstat (limited to 'sbin')
-rw-r--r--sbin/brconfig/brconfig.84
-rw-r--r--sbin/ipf/ipf.46
-rw-r--r--sbin/isakmpd/isakmpd.conf.54
-rw-r--r--sbin/mount_null/mount_null.84
-rw-r--r--sbin/photurisd/photurisd.84
-rw-r--r--sbin/raidctl/raidctl.84
-rw-r--r--sbin/reboot/boot_mac68k.84
-rw-r--r--sbin/routed/routed.86
-rw-r--r--sbin/startkey/startkey.16
-rw-r--r--sbin/wicontrol/wicontrol.86
10 files changed, 24 insertions, 24 deletions
diff --git a/sbin/brconfig/brconfig.8 b/sbin/brconfig/brconfig.8
index bb44a598e22..0f9817b9125 100644
--- a/sbin/brconfig/brconfig.8
+++ b/sbin/brconfig/brconfig.8
@@ -1,4 +1,4 @@
-.\" $OpenBSD: brconfig.8,v 1.1 1999/09/01 03:28:01 deraadt Exp $
+.\" $OpenBSD: brconfig.8,v 1.2 1999/09/23 04:12:02 alex Exp $
.\"
.\" Copyright (c) 1999 Jason L. Wright (jason@thought.net)
.\" All rights reserved.
@@ -185,7 +185,7 @@ Finally, xl0 is marked so that it will not receive packets with
destinations not found in the address cache of bridge0.
This setup is the most secure,
and means that bogus MAC addresses seen by the xl0 side of the bridge
-will not be propogated to the rest of the network.
+will not be propagated to the rest of the network.
Also, no packets will be sent on xl0 segment by the bridge unless they are
broadcast packets or are for 8:0:20:1e:2f:2b.
.El
diff --git a/sbin/ipf/ipf.4 b/sbin/ipf/ipf.4
index d244e0fc057..371c8a0a69b 100644
--- a/sbin/ipf/ipf.4
+++ b/sbin/ipf/ipf.4
@@ -1,4 +1,4 @@
-.\" $OpenBSD: ipf.4,v 1.13 1998/09/15 09:55:44 pattonme Exp $
+.\" $OpenBSD: ipf.4,v 1.14 1999/09/23 04:12:02 alex Exp $
.TH IPF 4
.SH NAME
ipf \- packet filtering kernel interface
@@ -103,7 +103,7 @@ Flags which are recognised in fr_pass:
FR_LOGFIRST 0x000040 /* log only the first packet to match */
FR_RETRST 0x000080 /* return a TCP RST packet if blocked */
FR__RETICMP 0x000100 /* return an ICMP packet if blocked */
- FR_NOMATCH 0x000200 /* no match occured */
+ FR_NOMATCH 0x000200 /* no match occurred */
FR_ACCOUNT 0x000400 /* count packet bytes */
FR_KEEPFRAG 0x000800 /* keep fragment information */
FR_KEEPSTATE 0x001000 /* keep `connection' state information */
@@ -141,7 +141,7 @@ from the list(s). The values which it will take and recognise are FR_INQUE
and FR_OUTQUE (see above).
\fBGeneral Logging Flags\fP
-There are two flags which can be set to log packets independantly of the
+There are two flags which can be set to log packets independently of the
rules used. These allow for packets which are either passed or blocked
to be logged. To set (and clear)/get these flags, two ioctls are
provided:
diff --git a/sbin/isakmpd/isakmpd.conf.5 b/sbin/isakmpd/isakmpd.conf.5
index db18d6f509d..c45c0a8db64 100644
--- a/sbin/isakmpd/isakmpd.conf.5
+++ b/sbin/isakmpd/isakmpd.conf.5
@@ -1,4 +1,4 @@
-.\" $OpenBSD: isakmpd.conf.5,v 1.25 1999/08/26 22:28:43 niklas Exp $
+.\" $OpenBSD: isakmpd.conf.5,v 1.26 1999/09/23 04:12:02 alex Exp $
.\" $EOM: isakmpd.conf.5,v 1.31 1999/08/20 01:20:44 angelos Exp $
.\"
.\" Copyright (c) 1998, 1999 Niklas Hallqvist. All rights reserved.
@@ -69,7 +69,7 @@ Then the comment goes on to the end of the line.
Often the right-hand side values consist of other section names.
This results in a tree structure.
Some values are treated as a list of several scalar values, such lists always
-use comma as the separator. Some values are formated like this: X,Y:Z, which
+use comma as the separator. Some values are formatted like this: X,Y:Z, which
is an offer/accept syntax, where X is a value we offer and Y:Z is a range of
accepted values, inclusive.
.Pp
diff --git a/sbin/mount_null/mount_null.8 b/sbin/mount_null/mount_null.8
index 9da4985a139..0eee27d0b5b 100644
--- a/sbin/mount_null/mount_null.8
+++ b/sbin/mount_null/mount_null.8
@@ -1,4 +1,4 @@
-.\" $OpenBSD: mount_null.8,v 1.12 1999/07/21 01:07:55 deraadt Exp $
+.\" $OpenBSD: mount_null.8,v 1.13 1999/09/23 04:12:02 alex Exp $
.\" $NetBSD: mount_null.8,v 1.4 1996/04/10 20:57:19 thorpej Exp $
.\"
.\" Copyright (c) 1992, 1993, 1994
@@ -175,7 +175,7 @@ process when constructing other vnode stacks.
.Sh CREATING OTHER FILE SYSTEM LAYERS
One of the easiest ways to construct new file system layers is to make
a copy of the null layer, rename all files and variables, and
-then begin modifyng the copy.
+then begin modifying the copy.
.Xr sed 1
can be used to easily rename
all variables.
diff --git a/sbin/photurisd/photurisd.8 b/sbin/photurisd/photurisd.8
index a26fbe7d59d..fcf5919bf7f 100644
--- a/sbin/photurisd/photurisd.8
+++ b/sbin/photurisd/photurisd.8
@@ -1,4 +1,4 @@
-.\" $OpenBSD: photurisd.8,v 1.5 1999/07/03 02:11:08 aaron Exp $
+.\" $OpenBSD: photurisd.8,v 1.6 1999/09/23 04:12:02 alex Exp $
.\" Copyright 1997 Niels Provos <provos@physnet.uni-hamburg.de>
.\" All rights reserved.
.\"
@@ -129,7 +129,7 @@ They are followed by an integer.
The file
.Pa attributes.conf
contains the attributes, i.e., different choices of encryption
-and authenication, offered to the other peer. If a line starts with an ip
+and authentication, offered to the other peer. If a line starts with an ip
address and a space separated netmask the following attributes are only
offered to hosts lying in that net range. Only one attribute per line
is allowed. An attribute can either be an already defined tag or
diff --git a/sbin/raidctl/raidctl.8 b/sbin/raidctl/raidctl.8
index ba6e94df753..e5c05f882bf 100644
--- a/sbin/raidctl/raidctl.8
+++ b/sbin/raidctl/raidctl.8
@@ -1,4 +1,4 @@
-.\" $OpenBSD: raidctl.8,v 1.7 1999/07/30 17:24:32 peter Exp $
+.\" $OpenBSD: raidctl.8,v 1.8 1999/09/23 04:12:02 alex Exp $
.\"
.\" $NetBSD: raidctl.8,v 1.8 1999/03/24 06:18:30 mycroft Exp $
.\"
@@ -345,7 +345,7 @@ of the options for
.Nm raidctl ,
and that they understand how the component reconstruction process
works. While this example is not created as a tutorial, the steps
-shown here can be easily dupilicated using four equal-sized partitions
+shown here can be easily duplicated using four equal-sized partitions
from any number of disks (including all four from a single disk).
.Pp
The primary uses of
diff --git a/sbin/reboot/boot_mac68k.8 b/sbin/reboot/boot_mac68k.8
index a4e3ea2a9dc..b1e1321ee42 100644
--- a/sbin/reboot/boot_mac68k.8
+++ b/sbin/reboot/boot_mac68k.8
@@ -1,4 +1,4 @@
-.\" $OpenBSD: boot_mac68k.8,v 1.9 1999/06/04 02:45:23 aaron Exp $
+.\" $OpenBSD: boot_mac68k.8,v 1.10 1999/09/23 04:12:03 alex Exp $
.\" $NetBSD: boot_mac68k.8,v 1.1 1995/07/02 02:09:52 briggs Exp $
.\"
.\" Copyright (c) 1990, 1991 The Regents of the University of California.
@@ -93,7 +93,7 @@ of the program to be configured differently (e.g. to boot different
bsd or bsd.test, or to boot from two different drives).
.Pp
One option that may be specified is a boot to single-user mode. This
-stops the boot process very early on and allows system maintenence.
+stops the boot process very early on and allows system maintenance.
If one wishes to provide some security at this phase of the boot, remove
the
.Dq secure
diff --git a/sbin/routed/routed.8 b/sbin/routed/routed.8
index 24076dddc2e..e728ebba316 100644
--- a/sbin/routed/routed.8
+++ b/sbin/routed/routed.8
@@ -1,4 +1,4 @@
-.\" $OpenBSD: routed.8,v 1.25 1999/07/03 02:11:07 aaron Exp $
+.\" $OpenBSD: routed.8,v 1.26 1999/09/23 04:12:03 alex Exp $
.\"
.\" Copyright (c) 1983, 1991, 1993
.\" The Regents of the University of California. All rights reserved.
@@ -50,7 +50,7 @@
.Op Fl P Ar parms
.Sh DESCRIPTION
.Nm
-is a dameon invoked at boot time to manage the network
+is a daemon invoked at boot time to manage the network
routing tables.
It uses Routing Information Protocol, RIPv1 (RFC\ 1058),
RIPv2 (RFC\ 1723),
@@ -544,7 +544,7 @@ multicast when possible.
.It Cm no_rdisc
Disables the Internet Router Discovery Protocol.
.It Cm no_solicit
-Disables the tranmission of Router Discovery Solicitations.
+Disables the transmission of Router Discovery Solicitations.
.It Cm send_solicit
Specifies that Router Discovery solicitations should be sent,
even on point-to-point links,
diff --git a/sbin/startkey/startkey.1 b/sbin/startkey/startkey.1
index f22b6d7e946..2253a9c05c4 100644
--- a/sbin/startkey/startkey.1
+++ b/sbin/startkey/startkey.1
@@ -1,4 +1,4 @@
-.\" $OpenBSD: startkey.1,v 1.5 1999/07/21 06:39:29 deraadt Exp $
+.\" $OpenBSD: startkey.1,v 1.6 1999/09/23 04:12:03 alex Exp $
.\" Copyright 1997 Niels Provos <provos@physnet.uni-hamburg.de>
.\" All rights reserved.
.\"
@@ -42,9 +42,9 @@
.Sh DESCRIPTION
The
.Nm
-utility attemps to contact the
+utility attempts to contact the
.Xr photurisd 8
-daemon and initalize a key exchange. The flags are:
+daemon and initialize a key exchange. The flags are:
.Bl -tag -width Ds
.It Fl d Ar directory
The
diff --git a/sbin/wicontrol/wicontrol.8 b/sbin/wicontrol/wicontrol.8
index be980694c8a..bb72d5d44c1 100644
--- a/sbin/wicontrol/wicontrol.8
+++ b/sbin/wicontrol/wicontrol.8
@@ -1,4 +1,4 @@
-.\" $OpenBSD: wicontrol.8,v 1.1 1999/07/11 16:31:08 niklas Exp $
+.\" $OpenBSD: wicontrol.8,v 1.2 1999/09/23 04:12:03 alex Exp $
.\"
.\" Copyright (c) 1997, 1998, 1999
.\" Bill Paul <wpaul@ctr.columbia.edu> All rights reserved.
@@ -164,7 +164,7 @@ Set the
for a specified interface. The legal values for
.Ar port type
are 1 (BSS mode) and 3 (ad-hoc) mode. In ad-hoc mode, the station can
-comminicate directly with any other stations within direct radio range
+communicate directly with any other stations within direct radio range
(provided that they are also operating in ad-hoc mode). In BSS mode,
hosts must associate with a service set controlled by an access point,
which relays traffic between end stations. The default setting is 3
@@ -187,7 +187,7 @@ The
can be any number from 350 to 2304. The default is 2304.
.It Fl i Ar iface Fl r Ar RTS threshold
Set the RTS/CTS threshold for a given interface. This controls the
-number of bytes used for the RTS/CTS handhake boundary. The
+number of bytes used for the RTS/CTS handshake boundary. The
.Ar RTS threshold
can be any value between 0 and 2047. The default is 2347.
.It Fl i Ar iface Fl f Ar frequency