summaryrefslogtreecommitdiff
path: root/usr/src/man/man3ext/tsalarm_get.3ext
diff options
context:
space:
mode:
Diffstat (limited to 'usr/src/man/man3ext/tsalarm_get.3ext')
-rw-r--r--usr/src/man/man3ext/tsalarm_get.3ext40
1 files changed, 7 insertions, 33 deletions
diff --git a/usr/src/man/man3ext/tsalarm_get.3ext b/usr/src/man/man3ext/tsalarm_get.3ext
index 93338600c5..7a6768aad0 100644
--- a/usr/src/man/man3ext/tsalarm_get.3ext
+++ b/usr/src/man/man3ext/tsalarm_get.3ext
@@ -3,7 +3,7 @@
.\" The contents of this file are subject to the terms of the Common Development and Distribution License (the "License"). You may not use this file except in compliance with the License.
.\" You can obtain a copy of the license at usr/src/OPENSOLARIS.LICENSE or http://www.opensolaris.org/os/licensing. See the License for the specific language governing permissions and limitations under the License.
.\" When distributing Covered Code, include this CDDL HEADER in each file and include the License file at usr/src/OPENSOLARIS.LICENSE. If applicable, add the following below this CDDL HEADER, with the fields enclosed by brackets "[]" replaced with your own identifying information: Portions Copyright [yyyy] [name of copyright owner]
-.TH tsalarm_get 3EXT "4 Sep 2007" "SunOS 5.11" "Extended Library Functions"
+.TH TSALARM_GET 3EXT "Sep 4, 2007"
.SH NAME
tsalarm_get, tsalarm_set \- get or set alarm relays
.SH SYNOPSIS
@@ -23,7 +23,6 @@ cc [ \fIflag\fR... ] \fIfile\fR... \fB-ltsalarm\fR [ \fIlibrary\fR... ]
.SH PARAMETERS
.sp
.ne 2
-.mk
.na
\fB\fIalarm_type\fR\fR
.ad
@@ -32,45 +31,37 @@ cc [ \fIflag\fR... ] \fIfile\fR... \fB-ltsalarm\fR [ \fIlibrary\fR... ]
The alarm type whose state is retrieved or set. Valid settings are:
.sp
.ne 2
-.mk
.na
\fB\fBTSALARM_CRITICAL\fR\fR
.ad
.RS 20n
-.rt
critical
.RE
.sp
.ne 2
-.mk
.na
\fB\fBTSALARM_MAJOR\fR\fR
.ad
.RS 20n
-.rt
major
.RE
.sp
.ne 2
-.mk
.na
\fB\fBTSALARM_MINOR\fR\fR
.ad
.RS 20n
-.rt
minor
.RE
.sp
.ne 2
-.mk
.na
\fB\fBTSALARM_USER\fR\fR
.ad
.RS 20n
-.rt
user
.RE
@@ -78,7 +69,6 @@ user
.sp
.ne 2
-.mk
.na
\fB\fIalarm_state\fR\fR
.ad
@@ -87,34 +77,28 @@ user
The state of the alarm. Valid settings are:
.sp
.ne 2
-.mk
.na
\fB\fBTSALARM_STATE_ON\fR\fR
.ad
.RS 25n
-.rt
The alarm state needs to be changed to "on", or is returned as "on".
.RE
.sp
.ne 2
-.mk
.na
\fB\fBTSALARM_STATE_OFF\fR\fR
.ad
.RS 25n
-.rt
The alarm state needs to be changed to "off", or is returned as "off".
.RE
.sp
.ne 2
-.mk
.na
\fB\fBTSALARM_STATE_UNKNOWN\fR\fR
.ad
.RS 25n
-.rt
The alarm state is returned as unknown.
.RE
@@ -174,7 +158,6 @@ The \fBtsalarm_get()\fR and \fBtsalarm_set()\fR functions return the following
values:
.sp
.ne 2
-.mk
.na
\fB\fBTSALARM_CHANNEL_INIT_FAILURE\fR\fR
.ad
@@ -185,7 +168,6 @@ Channel initialization failed.
.sp
.ne 2
-.mk
.na
\fB\fBTSALARM_COMM_FAILURE\fR\fR
.ad
@@ -196,7 +178,6 @@ Channel communication failed.
.sp
.ne 2
-.mk
.na
\fB\fBTSALARM_NULL_REQ_DATA\fR\fR
.ad
@@ -207,7 +188,6 @@ Allocating memory for request data failed.
.sp
.ne 2
-.mk
.na
\fB\fBTSALARM_SUCCESS\fR\fR
.ad
@@ -218,7 +198,6 @@ Successful completion.
.sp
.ne 2
-.mk
.na
\fB\fBTSALARM_UNBOUND_PACKET_RECVD\fR\fR
.ad
@@ -232,12 +211,10 @@ An incorrect packet was received.
The \fBtsalarm_get()\fR function returns the following value:
.sp
.ne 2
-.mk
.na
\fB\fBTSALARM_GET_ERROR\fR\fR
.ad
.RS 21n
-.rt
An error occurred while getting the alarm state.
.RE
@@ -246,12 +223,10 @@ An error occurred while getting the alarm state.
The \fBtsalarm_set()\fR function returns the following value:
.sp
.ne 2
-.mk
.na
\fB\fBTSALARM_SET_ERROR\fR\fR
.ad
.RS 21n
-.rt
An error occurred while setting the alarm state.
.RE
@@ -328,15 +303,14 @@ See \fBattributes\fR(5) for descriptions of the following attributes:
.sp
.TS
-tab() box;
-cw(2.75i) |cw(2.75i)
-lw(2.75i) |lw(2.75i)
-.
-ATTRIBUTE TYPEATTRIBUTE VALUE
+box;
+c | c
+l | l .
+ATTRIBUTE TYPE ATTRIBUTE VALUE
_
-Interface StabilityUncommitted
+Interface Stability Uncommitted
_
-MT-LevelSafe
+MT-Level Safe
.TE
.SH SEE ALSO