summaryrefslogtreecommitdiff
path: root/usr/src/man/man3lib
diff options
context:
space:
mode:
authorJerry Jelinek <jerry.jelinek@joyent.com>2017-05-30 12:09:28 +0000
committerJerry Jelinek <jerry.jelinek@joyent.com>2017-05-30 12:09:28 +0000
commit539be8d67e75fbd3dbdebfb93ba8ec220779f0dc (patch)
tree216317390a6e9baedf41b054985ce3860227bc17 /usr/src/man/man3lib
parenteb851a777c457362e68a9c4505129bd23d595b7a (diff)
parent8186848379535a7535e73f719d8d947abf86522d (diff)
downloadillumos-joyent-539be8d67e75fbd3dbdebfb93ba8ec220779f0dc.tar.gz
[illumos-gate merge]
commit 8186848379535a7535e73f719d8d947abf86522d 8271 loader: Replacing iterating over rootpath by strsep commit 1a1df1dbef1b5c57672433301a296dfe4311e6db 8247 uts: Remove archaic register keyword from zmod commit 45681b8b0e59cad83c1547d78e25d4b7f218d635 8238 xdr_callmsg() should clear residual bytes commit d1aea6f139360e9e7f1504facb24f8521047b15c 7768 Avoid vgatext dependency on agpmaster commit d3d32e94615bd7b44139c48d97167020d74fa5b0 8262 sadp is neither built nor used commit b521c41bc9226e79d6dea569da64cfe5def2ea19 8279 socketpair(AF_UNIX, SOCK_DGRAM,...) broken after 7590 commit d0d16abc1e2ce70cfd8468614a702b20e1fc7e78 8194 kmfcfg: case value not in enumerated type commit 84e6955df14dc7f06618ed336ac0a78ba258feb6 8171 loader: distinguish NFS versus TFTP boot by rootpath commit d993cb83958d44b76c7c56393113c24811dde5f7 8202 doors man pages contain extra whitespace 5180 door_server_create(3c): Incomplete return type commit 6cf138763efaab6b5998bc1ed6849459e376684d 8170 update CLDR data to v31 commit dea58231324dba08972c488dcdedbab5c528ac8a 8263 pkgchk has unused -Q flag
Diffstat (limited to 'usr/src/man/man3lib')
-rw-r--r--usr/src/man/man3lib/libdoor.3lib9
1 files changed, 2 insertions, 7 deletions
diff --git a/usr/src/man/man3lib/libdoor.3lib b/usr/src/man/man3lib/libdoor.3lib
index 19ef8ff409..a5552fee42 100644
--- a/usr/src/man/man3lib/libdoor.3lib
+++ b/usr/src/man/man3lib/libdoor.3lib
@@ -9,12 +9,11 @@ libdoor \- doors library
.SH SYNOPSIS
.LP
.nf
-cc [ \fIflag\fR... ] \fIfile\fR... [ \fIlibrary\fR... ]
+cc [ \fIflag\fR... ] \fIfile\fR... [ \fIlibrary\fR... ]
#include <\fBdoor.h\fR>
.fi
.SH DESCRIPTION
-.sp
.LP
Historically, functions in this library provided programmatic access to doors,
including the ability to create and call them. This functionality now resides
@@ -24,7 +23,7 @@ in \fBlibc\fR(3LIB).
Doors are a fast light-weight RPC mechanism for secure control transfer between
processes on the same machine. Conceptually, a thread in one process can issue
a call using a door descriptor that causes code to be executed in another
-process and then returns using the traditional synchronous RPC model. Doors
+process and then returns using the traditional synchronous RPC model. Doors
can also be used to pass data and file descriptors between processes.
.sp
.LP
@@ -32,7 +31,6 @@ This library is maintained to provide backward compatibility for both runtime
and compilation environments. The shared object is implemented as a filter on
\fBlibc.so.1\fR. New application development need not specify \fB-ldoor\fR.
.SH INTERFACES
-.sp
.LP
The shared object \fBlibdoor.so.1\fR provides the public interfaces defined
below. See \fBIntro\fR(3) for additional information on shared object
@@ -51,7 +49,6 @@ l l .
.TE
.SH FILES
-.sp
.ne 2
.na
\fB\fB/lib/libdoor.so.1\fR\fR
@@ -70,7 +67,6 @@ shared object
.RE
.SH ATTRIBUTES
-.sp
.LP
See \fBattributes\fR(5) for descriptions of the following attributes:
.sp
@@ -85,7 +81,6 @@ MT-Level Safe
.TE
.SH SEE ALSO
-.sp
.LP
\fBIntro\fR(3), \fBlibc\fR(3LIB), \fBattributes\fR(5)
.sp