diff options
author | Ryan Zezeski <rpz@joyent.com> | 2017-05-10 22:03:31 -0600 |
---|---|---|
committer | Robert Mustacchi <rm@joyent.com> | 2017-05-27 03:41:43 +0000 |
commit | d993cb83958d44b76c7c56393113c24811dde5f7 (patch) | |
tree | d7fb122701a2121b45b449d0f4d0e0d8e546242d /usr/src/man/man3lib | |
parent | 6cf138763efaab6b5998bc1ed6849459e376684d (diff) | |
download | illumos-joyent-d993cb83958d44b76c7c56393113c24811dde5f7.tar.gz |
8202 doors man pages contain extra whitespace
5180 door_server_create(3c): Incomplete return type
Reviewed by: Marcel Telka <marcel@telka.sk>
Reviewed by: Jason King <jason.brian.king@gmail.com>
Reviewed by: Peter Tribble <peter.tribble@gmail.com>
Approved by: Robert Mustacchi <rm@joyent.com>
Diffstat (limited to 'usr/src/man/man3lib')
-rw-r--r-- | usr/src/man/man3lib/libdoor.3lib | 9 |
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 |