Module Name: src
Committed By: joerg
Date: Wed Apr 8 13:47:08 UTC 2009
Modified Files:
src/usr.sbin/sesd/getencstat: getencstat.8
src/usr.sbin/sesd/setencstat: setencstat.8
src/usr.sbin/sesd/setobjstat: setobjstat.8
Log Message:
Convert to more semantic markup.
To generate a diff of this commit:
cvs rdiff -u -r1.3 -r1.4 src/usr.sbin/sesd/getencstat/getencstat.8
cvs rdiff -u -r1.3 -r1.4 src/usr.sbin/sesd/setencstat/setencstat.8
cvs rdiff -u -r1.3 -r1.4 src/usr.sbin/sesd/setobjstat/setobjstat.8
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Modified files:
Index: src/usr.sbin/sesd/getencstat/getencstat.8
diff -u src/usr.sbin/sesd/getencstat/getencstat.8:1.3 src/usr.sbin/sesd/getencstat/getencstat.8:1.4
--- src/usr.sbin/sesd/getencstat/getencstat.8:1.3 Fri Apr 23 02:58:30 2004
+++ src/usr.sbin/sesd/getencstat/getencstat.8 Wed Apr 8 13:47:07 2009
@@ -1,4 +1,4 @@
-.\" $NetBSD: getencstat.8,v 1.3 2004/04/23 02:58:30 simonb Exp $
+.\" $NetBSD: getencstat.8,v 1.4 2009/04/08 13:47:07 joerg Exp $
.\" $OpenBSD: $
.\" $FreeBSD: $
.\"
@@ -52,15 +52,24 @@
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
+of being
+.Sy OK ,
+or in one or more of the states of
+.Sy INFORMATIONAL ,
+.Sy NON-CRITICAL ,
+.Sy CRITICAL
+or
+.Sy UNRECOVERABLE
+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.
+.Sy OK
+or not.
+Along with the status of each object is the object identifier.
.Pp
The user may then use
.Xr setencstat 8
@@ -69,7 +78,7 @@
to set specific object status.
.Sh FILES
.Bl -tag -width /dev/sesN -compact
-.It Pa /dev/ses\fIN\fR
+.It Pa /dev/ses Ns Ar N
SCSI Environmental Services Devices
.El
.Sh SEE ALSO
Index: src/usr.sbin/sesd/setencstat/setencstat.8
diff -u src/usr.sbin/sesd/setencstat/setencstat.8:1.3 src/usr.sbin/sesd/setencstat/setencstat.8:1.4
--- src/usr.sbin/sesd/setencstat/setencstat.8:1.3 Sat Feb 2 01:50:23 2002
+++ src/usr.sbin/sesd/setencstat/setencstat.8 Wed Apr 8 13:47:07 2009
@@ -1,4 +1,4 @@
-.\" $NetBSD: setencstat.8,v 1.3 2002/02/02 01:50:23 wiz Exp $
+.\" $NetBSD: setencstat.8,v 1.4 2009/04/08 13:47:07 joerg Exp $
.\" $OpenBSD: $
.\" $FreeBSD: $
.\"
@@ -47,15 +47,25 @@
The enclosure status argument may take on the values:
.Bl -tag -width Ds
.It 0
-Set the status to an \fBOK\fR state.
+Set the status to an
+.Sy OK
+state.
.It 1
-Set the status to an \fBUNRECOVERABLE\fR state.
+Set the status to an
+.Sy UNRECOVERABLE
+state.
.It 2
-Set the status to an \fBCRITICAL\fR state.
+Set the status to an
+.Sy CRITICAL
+state.
.It 4
-Set the status to an \fBNON-CRITICAL\fR state.
+Set the status to an
+.Sy NON-CRITICAL
+state.
.It 8
-Set the status to an \fBINFORMATIONAL\fR state.
+Set the status to an
+.Sy INFORMATIONAL
+state.
.El
.Pp
All the non-zero options may be combined.
@@ -63,7 +73,7 @@
Note that devices may simply and silently ignore the setting of these values.
.Sh FILES
.Bl -tag -width /dev/sesN -compact
-.It Pa /dev/ses\fIN\fR
+.It Pa /dev/ses Ns Ar N
SCSI Environmental Services Devices
.El
.Sh SEE ALSO
Index: src/usr.sbin/sesd/setobjstat/setobjstat.8
diff -u src/usr.sbin/sesd/setobjstat/setobjstat.8:1.3 src/usr.sbin/sesd/setobjstat/setobjstat.8:1.4
--- src/usr.sbin/sesd/setobjstat/setobjstat.8:1.3 Sat Feb 2 01:50:37 2002
+++ src/usr.sbin/sesd/setobjstat/setobjstat.8 Wed Apr 8 13:47:07 2009
@@ -1,4 +1,4 @@
-.\" $NetBSD: setobjstat.8,v 1.3 2002/02/02 01:50:37 wiz Exp $
+.\" $NetBSD: setobjstat.8,v 1.4 2009/04/08 13:47:07 joerg Exp $
.\" $OpenBSD: $
.\" $FreeBSD: $
.\"
@@ -58,7 +58,7 @@
Note that devices may simply and silently ignore the setting of these values.
.Sh FILES
.Bl -tag -width /dev/sesN -compact
-.It Pa /dev/ses\fIN\fR
+.It Pa /dev/ses Ns Ar N
SCSI Environmental Services Devices
.El
.Sh SEE ALSO