diff options
author | Yuri Pankov <yuri.pankov@nexenta.com> | 2011-10-03 04:36:40 -0700 |
---|---|---|
committer | Yuri Pankov <yuri.pankov@nexenta.com> | 2011-10-03 04:36:40 -0700 |
commit | ed22c7109fc5dd9e1b7a5d0333bdc7ad2718e2ab (patch) | |
tree | 3b2f488c4a03bda877119449bd63c01fa32aa6f2 /usr/src/man/man3c/port_create.3c | |
parent | af8dc4373b25cce2c0bbb80f24e791f99eccbb6f (diff) | |
download | illumos-gate-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_create.3c')
-rw-r--r-- | usr/src/man/man3c/port_create.3c | 43 |
1 files changed, 18 insertions, 25 deletions
diff --git a/usr/src/man/man3c/port_create.3c b/usr/src/man/man3c/port_create.3c index 54a6cc9a49..654c8d6a4b 100644 --- a/usr/src/man/man3c/port_create.3c +++ b/usr/src/man/man3c/port_create.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_create 3C "5 Feb 2008" "SunOS 5.11" "Standard C Library Functions" +.TH PORT_CREATE 3C "Feb 5, 2008" .SH NAME port_create \- create a port .SH SYNOPSIS @@ -24,21 +24,19 @@ source-specific mechanism for associating an object with a port. .sp .TS -tab(); -cw(1.83i) cw(1.83i) cw(1.83i) -lw(1.83i) lw(1.83i) lw(1.83i) -. -sourceobject typeassociation mechanism +c c c +l l l . +source object type association mechanism _ -\fBPORT_SOURCE_AIO\fR\fBstruct aiocb\fRT{ +\fBPORT_SOURCE_AIO\fR \fBstruct aiocb\fR T{ \fBaio_read\fR(3C), \fBaio_write\fR(3C), \fBlio_listio\fR(3C) T} -\fBPORT_SOURCE_FD\fRfile descriptor\fBport_associate\fR(3C) -\fBPORT_SOURCE_MQ\fR\fBmqd_t\fR\fBmq_notify\fR(3C) -\fBPORT_SOURCE_TIMER\fR\fBtimer_t\fR\fBtimer_create\fR(3C) -\fBPORT_SOURCE_USER\fR\fBuintptr_t\fR\fBport_send\fR(3C) -\fBPORT_SOURCE_ALERT\fR\fBuintptr_t\fR\fBport_alert\fR(3C) -\fBPORT_SOURCE_FILE\fR\fBfile_obj_t\fR\fBport_associate\fR(3C) +\fBPORT_SOURCE_FD\fR file descriptor \fBport_associate\fR(3C) +\fBPORT_SOURCE_MQ\fR \fBmqd_t\fR \fBmq_notify\fR(3C) +\fBPORT_SOURCE_TIMER\fR \fBtimer_t\fR \fBtimer_create\fR(3C) +\fBPORT_SOURCE_USER\fR \fBuintptr_t\fR \fBport_send\fR(3C) +\fBPORT_SOURCE_ALERT\fR \fBuintptr_t\fR \fBport_alert\fR(3C) +\fBPORT_SOURCE_FILE\fR \fBfile_obj_t\fR \fBport_associate\fR(3C) .TE .sp @@ -116,12 +114,10 @@ is set to indicate the error. The \fBport_create()\fR function will fail if: .sp .ne 2 -.mk .na \fB\fBEAGAIN\fR\fR .ad .RS 10n -.rt The maximum allowable number of ports is currently open in the system. The maximum allowable number of ports is the minimum value of the \fBproject.max-port-ids\fR resource control. See \fBsetrctl\fR(2) and @@ -130,12 +126,10 @@ maximum allowable number of ports is the minimum value of the .sp .ne 2 -.mk .na \fB\fBEMFILE\fR\fR .ad .RS 10n -.rt The process has too many open descriptors. .RE @@ -147,17 +141,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 StabilityCommitted +Interface Stability Committed _ -MT-LevelSafe +MT-Level Safe .TE .SH SEE ALSO |