summaryrefslogtreecommitdiff
path: root/usr/src/man/man3c/port_get.3c
diff options
context:
space:
mode:
authorYuri Pankov <yuri.pankov@nexenta.com>2011-10-03 04:36:40 -0700
committerYuri Pankov <yuri.pankov@nexenta.com>2011-10-03 04:36:40 -0700
commited22c7109fc5dd9e1b7a5d0333bdc7ad2718e2ab (patch)
tree3b2f488c4a03bda877119449bd63c01fa32aa6f2 /usr/src/man/man3c/port_get.3c
parentaf8dc4373b25cce2c0bbb80f24e791f99eccbb6f (diff)
downloadillumos-joyent-ed22c7109fc5dd9e1b7a5d0333bdc7ad2718e2ab.tar.gz
1502 Remove conversion cruft from manpages
Reviewed by: Alexander Eremin <alexander.eremin@nexenta.com> Reviewed by: Gordon Ross <gordon.w.ross@gmail.com> Reviewed by: Garrett D'Amore <garrett.damore@gmail.com>
Diffstat (limited to 'usr/src/man/man3c/port_get.3c')
-rw-r--r--usr/src/man/man3c/port_get.3c35
1 files changed, 8 insertions, 27 deletions
diff --git a/usr/src/man/man3c/port_get.3c b/usr/src/man/man3c/port_get.3c
index 54575a1e71..95b2f8c2b7 100644
--- a/usr/src/man/man3c/port_get.3c
+++ b/usr/src/man/man3c/port_get.3c
@@ -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 port_get 3C "31 Jan 2007" "SunOS 5.11" "Standard C Library Functions"
+.TH PORT_GET 3C "Jan 31, 2007"
.SH NAME
port_get, port_getn \- retrieve event information from a port
.SH SYNOPSIS
@@ -101,34 +101,28 @@ is set to indicate the error.
The \fBport_get()\fR and \fBport_getn()\fR functions will fail if:
.sp
.ne 2
-.mk
.na
\fB\fBEBADF\fR\fR
.ad
.RS 10n
-.rt
The \fIport\fR identifier is not valid.
.RE
.sp
.ne 2
-.mk
.na
\fB\fBEBADFD\fR\fR
.ad
.RS 10n
-.rt
The \fIport\fR argument is not an event port file descriptor.
.RE
.sp
.ne 2
-.mk
.na
\fB\fBEFAULT\fR\fR
.ad
.RS 10n
-.rt
Event or event list can not be delivered (\fIlist\fR[] pointer and/or user
space reserved to accomodate the list of events is not reasonable), or the
\fItimeout\fR argument is not reasonable.
@@ -136,35 +130,29 @@ space reserved to accomodate the list of events is not reasonable), or the
.sp
.ne 2
-.mk
.na
\fB\fBEINTR\fR\fR
.ad
.RS 10n
-.rt
A signal was caught during the execution of the function.
.RE
.sp
.ne 2
-.mk
.na
\fB\fBEINVAL\fR\fR
.ad
.RS 10n
-.rt
The \fItimeout\fR element \fBtv_sec\fR is < 0 or the \fItimeout\fR element
\fBtv_nsec\fR is < 0 or > 1000000000.
.RE
.sp
.ne 2
-.mk
.na
\fB\fBETIME\fR\fR
.ad
.RS 10n
-.rt
The time interval expired before the expected number of events have been posted
to the port.
.RE
@@ -174,35 +162,29 @@ to the port.
The \fBport_getn()\fR function will fail if:
.sp
.ne 2
-.mk
.na
\fB\fBEINVAL\fR\fR
.ad
.RS 10n
-.rt
The \fIlist\fR[] argument is \fINULL\fR, the \fInget\fR argument is \fINULL\fR,
or the content of \fInget\fR is > \fImax\fR and \fImax\fR is > 0.
.RE
.sp
.ne 2
-.mk
.na
\fB\fBEFAULT\fR\fR
.ad
.RS 10n
-.rt
The \fItimeout\fR argument is not reasonable.
.RE
.sp
.ne 2
-.mk
.na
\fB\fBETIME\fR\fR
.ad
.RS 10n
-.rt
The time interval expired before the expected number of events have been posted
to the port (original value in \fInget\fR), or \fInget\fR is updated with the
number of returned \fBport_event_t\fR structures in \fIlist\fR[].
@@ -287,17 +269,16 @@ 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
_
-Architectureall
+Architecture all
_
-Interface StabilityEvolving
+Interface Stability Evolving
_
-MT-LevelSafe
+MT-Level Safe
.TE
.SH SEE ALSO