diff options
author | Aaron Campbell <aaron@cvs.openbsd.org> | 2000-03-23 21:39:59 +0000 |
---|---|---|
committer | Aaron Campbell <aaron@cvs.openbsd.org> | 2000-03-23 21:39:59 +0000 |
commit | 4684cfef89d32a9bab1b6108bb67be2ef91ab20a (patch) | |
tree | 466be8512d53a615017f9183e9757d741698c15f /usr.sbin/sesd | |
parent | 24bba1c5cbdd58b421017d9012e88422c8f67a4d (diff) |
More pedantic man page formatting insanity, lalala
Diffstat (limited to 'usr.sbin/sesd')
-rw-r--r-- | usr.sbin/sesd/getencstat/getencstat.8 | 13 | ||||
-rw-r--r-- | usr.sbin/sesd/setobjstat/setobjstat.8 | 8 |
2 files changed, 12 insertions, 9 deletions
diff --git a/usr.sbin/sesd/getencstat/getencstat.8 b/usr.sbin/sesd/getencstat/getencstat.8 index 82d993e9e58..6259bfd9cf3 100644 --- a/usr.sbin/sesd/getencstat/getencstat.8 +++ b/usr.sbin/sesd/getencstat/getencstat.8 @@ -1,5 +1,5 @@ .\" $NetBSD: $ -.\" $OpenBSD: getencstat.8,v 1.1 2000/02/21 08:45:14 mjacob Exp $ +.\" $OpenBSD: getencstat.8,v 1.2 2000/03/23 21:39:57 aaron Exp $ .\" $FreeBSD: $ .\" .\" Copyright (c) 2000 Matthew Jacob @@ -46,21 +46,24 @@ .Sh DESCRIPTION .Nm gets summary and detailed SCSI Environmental Services (or SAF-TE) device -enclosure status. The overall status is printed out. If the overall status +enclosure status. +The overall status is printed out. +If the overall status is considered okay, nothing else is printed out (unless the the .Fl v option is used). .Pp A SCSI Environmental Services device enclosure may be either in the state of being \fBOK\fR, or in one or more of the states of \fBINFORMATIONAL\fR, -\fBNON-CRITICAL\fR, \fBCRITICAL\fB or \fBUNRECOVERABLE\fR states. These -overall states reflect a summary of the states of each object within +\fBNON-CRITICAL\fR, \fBCRITICAL\fB or \fBUNRECOVERABLE\fR states. +These overall states reflect a summary of the states of each object within such a device (such as power supplies or disk drives). .Pp With the .Fl v option, the status of all objects within the device is printed, whether -\fBOK\fR or not. Along with the status of each object is the object identifier. +\fBOK\fR or not. +Along with the status of each object is the object identifier. .Pp The user may then use .Xr setencstat 8 diff --git a/usr.sbin/sesd/setobjstat/setobjstat.8 b/usr.sbin/sesd/setobjstat/setobjstat.8 index 00397113f47..3979b39f378 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.1 2000/02/21 08:45:15 mjacob Exp $ +.\" $OpenBSD: setobjstat.8,v 1.2 2000/03/23 21:39:57 aaron Exp $ .\" $FreeBSD: $ .\" .\" Copyright (c) 2000 Matthew Jacob @@ -50,9 +50,9 @@ argument may be determined by running .Xr getencstat 8 . .Pp The status fields are partially common (first byte only, which must -have a value of 0x80 contained in it), but otherwise quite device -specific. A complete discussion of the possible values is impractical -here. Please refer to the ANSI SCSI specification (available on +have a value of 0x80 contained in it), but otherwise quite device specific. +A complete discussion of the possible values is impractical here. +Please refer to the ANSI SCSI specification (available on the FTP site ftp.t10.org). .Pp Note that devices may simply and silently ignore the setting of these values. |