diff options
author | Jason McIntyre <jmc@cvs.openbsd.org> | 2003-02-13 08:23:41 +0000 |
---|---|---|
committer | Jason McIntyre <jmc@cvs.openbsd.org> | 2003-02-13 08:23:41 +0000 |
commit | 758d7aef4eb82dc23456f63581fd2b3ea0243998 (patch) | |
tree | e8c1406566f29db21c83c9eac798933f58b56518 /usr.sbin | |
parent | 699bf6a3d57da544493eb91a112f42c5a9116c74 (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
Diffstat (limited to 'usr.sbin')
-rw-r--r-- | usr.sbin/sa/sa.8 | 6 | ||||
-rw-r--r-- | usr.sbin/sesd/sesd/sesd.8 | 8 | ||||
-rw-r--r-- | usr.sbin/sesd/setencstat/setencstat.8 | 11 | ||||
-rw-r--r-- | usr.sbin/sesd/setobjstat/setobjstat.8 | 5 | ||||
-rw-r--r-- | usr.sbin/setextattr/setextattr.8 | 6 |
5 files changed, 17 insertions, 19 deletions
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 , |