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/sesd | |
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/sesd')
-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 |
3 files changed, 11 insertions, 13 deletions
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 |