summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJason McIntyre <jmc@cvs.openbsd.org>2003-02-13 08:23:41 +0000
committerJason McIntyre <jmc@cvs.openbsd.org>2003-02-13 08:23:41 +0000
commit758d7aef4eb82dc23456f63581fd2b3ea0243998 (patch)
treee8c1406566f29db21c83c9eac798933f58b56518
parent699bf6a3d57da544493eb91a112f42c5a9116c74 (diff)
typos;
setextattr(8): example markus@ spamd(8): someone else found some of these on bugs/misc, but for the life of me i can't find out who pf.conf(5): from openbsd@davidkrause.com raidctl(8): from ian@darwinsys.com
-rw-r--r--libexec/spamd/spamd.827
-rw-r--r--sbin/raidctl/raidctl.84
-rw-r--r--sbin/scsi/scsi.825
-rw-r--r--sbin/swapctl/swapctl.86
-rw-r--r--sbin/sysctl/sysctl.84
-rw-r--r--share/man/man5/pf.conf.56
-rw-r--r--share/man/man8/ssl.84
-rw-r--r--usr.sbin/sa/sa.86
-rw-r--r--usr.sbin/sesd/sesd/sesd.88
-rw-r--r--usr.sbin/sesd/setencstat/setencstat.811
-rw-r--r--usr.sbin/sesd/setobjstat/setobjstat.85
-rw-r--r--usr.sbin/setextattr/setextattr.86
12 files changed, 60 insertions, 52 deletions
diff --git a/libexec/spamd/spamd.8 b/libexec/spamd/spamd.8
index 2c854c545e8..8e26f1947cc 100644
--- a/libexec/spamd/spamd.8
+++ b/libexec/spamd/spamd.8
@@ -1,4 +1,4 @@
-.\" $OpenBSD: spamd.8,v 1.9 2003/02/10 12:01:51 dhartmei Exp $
+.\" $OpenBSD: spamd.8,v 1.10 2003/02/13 08:23:39 jmc Exp $
.\"
.\" Copyright (c) 2002 Theo de Raadt. All rights reserved.
.\"
@@ -37,7 +37,7 @@
.Op Fl n Ar name
.Sh DESCRIPTION
.Nm
-is a a fake
+is a fake
.Xr sendmail 8 Ns -like
daemon which absorbs false mail.
If the
@@ -62,7 +62,7 @@ into the background.
The SMTP error to return to the spammer, ie 450, 451, 550. This defaults
to 450.
.It Fl c
-the Maximum number of concurrent connections to allow.
+The maximum number of concurrent connections to allow.
.It Fl p
Specify the port number that
.Nm
@@ -88,7 +88,8 @@ and is used in conjuction with
.Xr spamd-setup 8
which processes a list of spammers' addresses, and applies appropriate
.Xr pfctl 8
-rdr rules.
+.Em rdr
+rules.
.Pp
.Sh REDIRECTING SMTP CONNECTIONS
With
@@ -96,29 +97,29 @@ With
connections to port 25 (SMTP) can be redirected to another host or port,
based on the source address of the sender.
The
-.Pa rdr
+.Em rdr
rules used for this purpose are described in
.Xr pf.conf 5 .
The rules can be loaded into an
-.Pa anchor
+.Em anchor
to simplify handling.
If the main ruleset contains the following
-.Pa rdr-anchor rule ,
+.Em rdr-anchor rule ,
all
-.Pa rdr
+.Em rdr
rules inside the specified
-.Pa anchor
+.Em anchor
are evaluated for SMTP connections:
.Bd -literal
rdr-anchor spews proto tcp from any to any port smtp
.Ed
.Pp
And all
-.Pa rdr
+.Em rdr
rules related to
.Nm
can be loaded into one or more rulesets inside that
-.Pa anchor ,
+.Em anchor ,
like:
.Bd -literal
echo "rdr inet proto tcp from { 10.1.2.3, 10.2.3.4/30, 10.3.4.5/24 }
@@ -127,8 +128,8 @@ like:
.Pp
.Sh SEE ALSO
.Xr pf.conf 5 ,
-.Xr spamd-setup 8 ,
-.Xr pfctl 8
+.Xr pfctl 8 ,
+.Xr spamd-setup 8
.Sh HISTORY
The
.Nm
diff --git a/sbin/raidctl/raidctl.8 b/sbin/raidctl/raidctl.8
index f0919290fbf..1ccabf2e724 100644
--- a/sbin/raidctl/raidctl.8
+++ b/sbin/raidctl/raidctl.8
@@ -1,4 +1,4 @@
-.\" $OpenBSD: raidctl.8,v 1.27 2003/02/11 07:26:20 jmc Exp $
+.\" $OpenBSD: raidctl.8,v 1.28 2003/02/13 08:23:40 jmc Exp $
.\" $NetBSD: raidctl.8,v 1.24 2001/07/10 01:30:52 lukem Exp $
.\"
.\" Copyright (c) 1998 The NetBSD Foundation, Inc.
@@ -1292,7 +1292,7 @@ Use:
# raidctl -c raid0.conf raid0
.Ed
.Pp
-To re-configure the RAID set the next time it is needed, or put
+to re-configure the RAID set the next time it is needed, or put
raid0.conf into
.Pa /etc
where it will automatically be started by the
diff --git a/sbin/scsi/scsi.8 b/sbin/scsi/scsi.8
index cc6ffe8512d..f1d57fea77c 100644
--- a/sbin/scsi/scsi.8
+++ b/sbin/scsi/scsi.8
@@ -1,4 +1,4 @@
-.\" $OpenBSD: scsi.8,v 1.20 2002/02/11 18:43:51 mpech Exp $
+.\" $OpenBSD: scsi.8,v 1.21 2003/02/13 08:23:39 jmc Exp $
.\" $FreeBSD: scsi.8,v 1.5 1995/05/05 20:41:58 dufault Exp $
.\"
.\" Written By Julian ELischer
@@ -155,10 +155,14 @@ to probe all devices with a given SCSI
on a given SCSI bus.
The
.Ar bus
-can be selected with the -b option and the default is 0.
+can be selected with the
+.Fl b
+option and the default is 0.
The
.Ar lun
-can be selected with the -l option and the default is 0.
+can be selected with the
+.Fl l
+option and the default is 0.
See
.Xr scsi 4
for a description of the "super scsi" device.
@@ -217,7 +221,7 @@ using the provided arguments to fill in any integer variables.
.Ar out_fmt
can be specified as a hyphen
.Pq Ql -
-to indicate that the
+to indicate that
.Ar count
bytes of data should be read from the standard input.
.Pp
@@ -234,25 +238,30 @@ and displayed on the standard output.
.Ar in_fmt
can be specified as a hyphen
.Pq Ql -
-to indicate that the
+to indicate that
.Ar count
bytes of data input should be written to the standard output.
.El
.Sh EXAMPLES
-To verify that the device type for the disk /dev/rsd0c is 0
+To verify that the device type for the disk
+.Pa /dev/rsd0c
+is 0
(direct access device):
.Bd -literal -offset
# scsi -f /dev/rsd0c -c "12 0 0 0 64 0" -i 64 "*b3 b5"
0
.Ed
.Pp
-To do an inquiry to /dev/rsd2c:
+To do an inquiry to
+.Pa /dev/rsd2c :
.Bd -literal -offset
# scsi -f /dev/rsd2c -c "12 0 0 0 64 0" -i 64 "s8 z8 z16 z4"
FUJITSU M2654S-512 010P
.Ed
.Pp
-To edit mode page 1 on /dev/rsd2c and store it permanently on the
+To edit mode page 1 on
+.Pa /dev/rsd2c
+and store it permanently on the
drive (set AWRE and ARRE to 1 to enable bad block remapping):
.Bd -literal -offset
# scsi -f /dev/rsd2c -m 1 -e -P 3
diff --git a/sbin/swapctl/swapctl.8 b/sbin/swapctl/swapctl.8
index b8d9f6f623a..3fe7f1bbbc8 100644
--- a/sbin/swapctl/swapctl.8
+++ b/sbin/swapctl/swapctl.8
@@ -1,4 +1,4 @@
-.\" $OpenBSD: swapctl.8,v 1.19 2002/12/19 00:39:57 deraadt Exp $
+.\" $OpenBSD: swapctl.8,v 1.20 2003/02/13 08:23:39 jmc Exp $
.\" $NetBSD: swapctl.8,v 1.14 1998/05/22 18:27:52 msaitoh Exp $
.\"
.\" Copyright (c) 1997 Matthew R. Green
@@ -69,8 +69,8 @@ program, as if called with the
option, except if
.Nm swapon
itself is called with
-.Fl a
-in which case,
+.Fl a ,
+in which case
.Nm swapon
acts as
.Nm
diff --git a/sbin/sysctl/sysctl.8 b/sbin/sysctl/sysctl.8
index 83721f44b3f..95a31b8ff8d 100644
--- a/sbin/sysctl/sysctl.8
+++ b/sbin/sysctl/sysctl.8
@@ -1,4 +1,4 @@
-.\" $OpenBSD: sysctl.8,v 1.95 2003/01/21 21:59:18 markus Exp $
+.\" $OpenBSD: sysctl.8,v 1.96 2003/02/13 08:23:40 jmc Exp $
.\" $NetBSD: sysctl.8,v 1.4 1995/09/30 07:12:49 thorpej Exp $
.\"
.\" Copyright (c) 1993
@@ -424,7 +424,7 @@ I/O requests on an NFS client machine:
# sysctl -w vfs.nfs.iothreads=4
.Ed
.Pp
-The number of 4 is the default, where the 20 is the maximum.
+The number of 4 is the default, 20 is the maximum.
See
.Xr nfssvc 2
and
diff --git a/share/man/man5/pf.conf.5 b/share/man/man5/pf.conf.5
index 8d0306926de..172cc230e59 100644
--- a/share/man/man5/pf.conf.5
+++ b/share/man/man5/pf.conf.5
@@ -1,4 +1,4 @@
-.\" $OpenBSD: pf.conf.5,v 1.180 2003/02/12 13:27:20 mcbride Exp $
+.\" $OpenBSD: pf.conf.5,v 1.181 2003/02/13 08:23:40 jmc Exp $
.\"
.\" Copyright (c) 2002, Daniel Hartmeier
.\" All rights reserved.
@@ -53,7 +53,7 @@ Tables provide a mechanism for increasing the performance and flexibility of
rules with large numbers of source or destination addresses.
.It Cm Options
Options tune the behaviour of the packet filtering engine.
-.It Cm Traffic Normalisation Li (e.g. Em scrub Ns )
+.It Cm Traffic Normalization Li (e.g. Em scrub Ns )
Traffic normalization protects internal machines against inconsistencies
in Internet protocols and implementations.
.It Cm Queueing
@@ -345,7 +345,7 @@ These can be combined:
.Ic set limit { states 20000, frags 20000 }
.Ed
.It Ar set optimization
-Optimise the engine for one of the following network environments:
+Optimize the engine for one of the following network environments:
.Pp
.Bl -tag -width xxxx -compact
.It Ar normal
diff --git a/share/man/man8/ssl.8 b/share/man/man8/ssl.8
index b50c1213a43..7e1e40922be 100644
--- a/share/man/man8/ssl.8
+++ b/share/man/man8/ssl.8
@@ -1,4 +1,4 @@
-.\" $OpenBSD: ssl.8,v 1.38 2002/12/15 19:26:54 margarida Exp $
+.\" $OpenBSD: ssl.8,v 1.39 2003/02/13 08:23:39 jmc Exp $
.\"
.Dd September 19, 2001
.Dt SSL 8
@@ -73,7 +73,7 @@ directory.
Private keys can be encrypted using
.Ar 3DES
and a passphrase to protect their integrity should the encrypted file
-be disclosed, However it is
+be disclosed. However, it is
important to note that encrypted server keys mean that the passphrase
needs to be typed in every time the server is started.
If a passphrase is not used, you will need to be absolutely sure your
diff --git a/usr.sbin/sa/sa.8 b/usr.sbin/sa/sa.8
index 8e053d9f68b..6883b054bb7 100644
--- a/usr.sbin/sa/sa.8
+++ b/usr.sbin/sa/sa.8
@@ -1,4 +1,4 @@
-.\" $OpenBSD: sa.8,v 1.10 2001/08/02 18:37:35 mpech Exp $
+.\" $OpenBSD: sa.8,v 1.11 2003/02/13 08:23:39 jmc Exp $
.\"
.\" Copyright (c) 1994 Christopher G. Demetriou
.\" All rights reserved.
@@ -28,7 +28,7 @@
.\" (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF
.\" THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
.\"
-.\" $Id: sa.8,v 1.10 2001/08/02 18:37:35 mpech Exp $
+.\" $Id: sa.8,v 1.11 2003/02/13 08:23:39 jmc Exp $
.\"
.Dd February 25, 1994
.Dt SA 8
@@ -242,7 +242,7 @@ option now understands more options than it used to.
.Pp
The formats of the summary files created by this version of
.Nm
-are very different than the those used by the original version.
+are very different than those used by the original version.
This is not considered a problem, however, because the accounting record
format has changed as well (since user ids are now 32 bits).
.Sh HISTORY
diff --git a/usr.sbin/sesd/sesd/sesd.8 b/usr.sbin/sesd/sesd/sesd.8
index 597acf9570c..387dc1bd074 100644
--- a/usr.sbin/sesd/sesd/sesd.8
+++ b/usr.sbin/sesd/sesd/sesd.8
@@ -1,4 +1,4 @@
-.\" $OpenBSD: sesd.8,v 1.6 2001/07/20 19:09:48 mpech Exp $
+.\" $OpenBSD: sesd.8,v 1.7 2003/02/13 08:23:39 jmc Exp $
.\"
.\" Copyright (c) 2000 Matthew Jacob
.\" All rights reserved.
@@ -51,7 +51,7 @@ in state and logs such changes to the system error logger
At least one device must be specified.
When no other options are supplied,
.Nm
-detached becomes a daemon, by default waking up every 30 seconds to
+detaches and becomes a daemon, by default waking up every 30 seconds to
poll each device for a change in state.
.Pp
The options are as follows:
@@ -76,9 +76,9 @@ SCSI Environmental Services Devices
.El
.Sh SEE ALSO
.Xr ses 4 ,
-.Xr syslogd 8 ,
.Xr getencstat 8 ,
.Xr setencstat 8 ,
-.Xr setobjstat 8
+.Xr setobjstat 8 ,
+.Xr syslogd 8
.Sh BUGS
This is something of a toy, but it is better than nothing.
diff --git a/usr.sbin/sesd/setencstat/setencstat.8 b/usr.sbin/sesd/setencstat/setencstat.8
index 6afc046553b..5be6a1183b7 100644
--- a/usr.sbin/sesd/setencstat/setencstat.8
+++ b/usr.sbin/sesd/setencstat/setencstat.8
@@ -1,5 +1,5 @@
.\" $NetBSD: $
-.\" $OpenBSD: setencstat.8,v 1.3 2001/07/20 19:09:48 mpech Exp $
+.\" $OpenBSD: setencstat.8,v 1.4 2003/02/13 08:23:39 jmc Exp $
.\" $FreeBSD: $
.\"
.\" Copyright (c) 2000 Matthew Jacob
@@ -44,16 +44,16 @@
.Sh DESCRIPTION
.Nm
sets summary status for a SCSI Environmental Services (or SAF-TE) device.
-The enclosure status argument may take on the values:
+The enclosure status argument may take the values:
.Bl -tag -width Ds
.It 0
Set the status to an \fBOK\fR state.
.It 1
Set the status to an \fBUNRECOVERABLE\fR state.
.It 2
-Set the status to an \fBCRITICAL\fR state.
+Set the status to a \fBCRITICAL\fR state.
.It 4
-Set the status to an \fBNON-CRITICAL\fR state.
+Set the status to a \fBNON-CRITICAL\fR state.
.It 8
Set the status to an \fBINFORMATIONAL\fR state.
.El
@@ -68,7 +68,6 @@ SCSI Environmental Services Devices
.El
.Sh SEE ALSO
.Xr ses 4 ,
-.Xr sesd 8 ,
.Xr getencstat 8 ,
+.Xr sesd 8 ,
.Xr setobjstat 8
-.Sh BUGS
diff --git a/usr.sbin/sesd/setobjstat/setobjstat.8 b/usr.sbin/sesd/setobjstat/setobjstat.8
index a9d112e8c74..88d1a44638f 100644
--- a/usr.sbin/sesd/setobjstat/setobjstat.8
+++ b/usr.sbin/sesd/setobjstat/setobjstat.8
@@ -1,5 +1,5 @@
.\" $NetBSD: $
-.\" $OpenBSD: setobjstat.8,v 1.5 2001/08/08 22:50:02 jsyn Exp $
+.\" $OpenBSD: setobjstat.8,v 1.6 2003/02/13 08:23:39 jmc Exp $
.\" $FreeBSD: $
.\"
.\" Copyright (c) 2000 Matthew Jacob
@@ -63,7 +63,6 @@ SCSI Environmental Services Devices
.El
.Sh SEE ALSO
.Xr ses 4 ,
-.Xr sesd 8 ,
.Xr getencstat 8 ,
+.Xr sesd 8 ,
.Xr setencstat 8
-.Sh BUGS
diff --git a/usr.sbin/setextattr/setextattr.8 b/usr.sbin/setextattr/setextattr.8
index c031a0a6f4a..2cc998335aa 100644
--- a/usr.sbin/setextattr/setextattr.8
+++ b/usr.sbin/setextattr/setextattr.8
@@ -1,4 +1,4 @@
-.\" $OpenBSD: setextattr.8,v 1.1 2002/02/22 21:09:47 drahn Exp $
+.\" $OpenBSD: setextattr.8,v 1.2 2003/02/13 08:23:39 jmc Exp $
.\"-
.\" Copyright (c) 2000, 2001 Robert N. M. Watson
.\" All rights reserved.
@@ -60,13 +60,13 @@ In order for
to succeed, the attribute service must be available on the file system,
and appropriate privilege may be required.
.Sh EXAMPLES
-.Dl # setextattr system md5 /kernel `md5 -q /kernel`
+.Dl # setextattr system md5 /kernel `md5 < /kernel`
.Pp
Set the
.Dq md5
extended attribute on the file /kernel to the string
containing the output of
-.Dq md5 -q /kernel .
+.Dq md5 < /kernel .
.Sh SEE ALSO
.Xr extattr 2 ,
.Xr extattr 3 ,