diff options
Diffstat (limited to 'usr/src/man/man3nsl/xdr_admin.3nsl')
-rw-r--r-- | usr/src/man/man3nsl/xdr_admin.3nsl | 22 |
1 files changed, 6 insertions, 16 deletions
diff --git a/usr/src/man/man3nsl/xdr_admin.3nsl b/usr/src/man/man3nsl/xdr_admin.3nsl index 66c241687f..4f5bdb79d8 100644 --- a/usr/src/man/man3nsl/xdr_admin.3nsl +++ b/usr/src/man/man3nsl/xdr_admin.3nsl @@ -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 xdr_admin 3NSL "30 Dec 1996" "SunOS 5.11" "Networking Services Library Functions" +.TH XDR_ADMIN 3NSL "Dec 30, 1996" .SH NAME xdr_admin, xdr_control, xdr_getpos, xdr_inline, xdrrec_endofrecord, xdrrec_eof, xdrrec_readbytes, xdrrec_skiprecord, xdr_setpos, xdr_sizeof \- library routines @@ -30,7 +30,6 @@ four. \fB#include <rpc/xdr.h>\fR .sp .ne 2 -.mk .na \fB\fBbool_t xdr_control( XDR *\fR\fIxdrs\fR\fB, int\fR\fI req\fR\fB, void *\fR\fIinfo\fR\fB);\fR\fR @@ -47,7 +46,6 @@ whether or not this is the last fragment. .sp .ne 2 -.mk .na \fB\fBuint_t xdr_getpos(const XDR *\fR\fIxdrs\fR\fB);\fR\fR .ad @@ -63,7 +61,6 @@ written for portability should not depend on this feature. .sp .ne 2 -.mk .na \fB\fBlong *xdr_inline(XDR *\fR\fIxdrs\fR\fB, const int \fR\fIlen\fR\fB);\fR\fR .ad @@ -82,7 +79,6 @@ written for portability should not depend on this feature. .sp .ne 2 -.mk .na \fB\fBbool_t xdrrec_endofrecord(XDR *xdrs, int \fR\fIsendnow\fR\fB);\fR\fR .ad @@ -97,7 +93,6 @@ completed record, and the output buffer is optionally written out if .sp .ne 2 -.mk .na \fB\fBbool_t xdrrec_eof(XDR *\fR\fIxdrs\fR\fB);\fR\fR .ad @@ -111,7 +106,6 @@ returns \fBFALSE\fR if there is additional data in the stream's input buffer. .sp .ne 2 -.mk .na \fB\fBint xdrrec_readbytes(XDR *\fR\fIxdrs\fR\fB, caddr_t\fR\fI addr\fR\fB, uint_t\fR\fI nbytes\fR\fB);\fR\fR @@ -127,7 +121,6 @@ of bytes read. Upon failure, it returns \fB\(mi1\fR\&. A return value of .sp .ne 2 -.mk .na \fB\fBbool_t xdrrec_skiprecord(XDR *\fR\fIxdrs\fR\fB);\fR\fR .ad @@ -141,7 +134,6 @@ This routine returns \fBTRUE\fR if it succeeds, \fBFALSE\fR otherwise. .sp .ne 2 -.mk .na \fB\fBbool_t xdr_setpos(XDR *\fR\fIxdrs\fR\fB, const uint_t \fR\fIpos\fR\fB);\fR\fR @@ -160,7 +152,6 @@ applications written for portability should not depend on this feature. .sp .ne 2 -.mk .na \fB\fBunsigned long xdr_sizeof(xdrproc_t \fR\fIfunc\fR\fB, void *\fR\fIdata\fR\fB);\fR\fR @@ -184,13 +175,12 @@ 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 _ -MT-LevelSafe +MT-Level Safe .TE .SH SEE ALSO |