diff options
author | Marco Peereboom <marco@cvs.openbsd.org> | 2008-09-07 14:59:42 +0000 |
---|---|---|
committer | Marco Peereboom <marco@cvs.openbsd.org> | 2008-09-07 14:59:42 +0000 |
commit | 1784aa36318a1f9545b70da7c2f9a1b732b55056 (patch) | |
tree | 2c33d0e718ec9fb6c4304f4427c1fbfc0f729562 /lib/libc/rpc | |
parent | 496295129c693a96a0c93ef9f7c1c3662c5e83dd (diff) |
Fix param list for xdrrec_eof. Found during coding some stuff that uses
xdr goo.
Diffstat (limited to 'lib/libc/rpc')
-rw-r--r-- | lib/libc/rpc/xdr.3 | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/lib/libc/rpc/xdr.3 b/lib/libc/rpc/xdr.3 index 0a2da033a72..e4267c6ecca 100644 --- a/lib/libc/rpc/xdr.3 +++ b/lib/libc/rpc/xdr.3 @@ -1,4 +1,4 @@ -.\" $OpenBSD: xdr.3,v 1.19 2008/06/13 23:39:26 deraadt Exp $ +.\" $OpenBSD: xdr.3,v 1.20 2008/09/07 14:59:41 marco Exp $ .\" Mostly converted to mandoc by Theo de Raadt, Tue Feb 24 04:04:46 MST 1998 .\" .\" Sun RPC is a product of Sun Microsystems, Inc. and is provided for @@ -28,7 +28,7 @@ .\" 2550 Garcia Avenue .\" Mountain View, California 94043 .\" -.Dd $Mdocdate: June 13 2008 $ +.Dd $Mdocdate: September 7 2008 $ .Dt XDR 3 .Os .Sh NAME @@ -110,7 +110,7 @@ .Ft int .Fn xdrrec_endofrecord "XDR *xdrs" "int sendnow" .Ft int -.Fn xdrrec_eof "XDR *xdrs" "int empty" +.Fn xdrrec_eof "XDR *xdrs" .Ft int .Fn xdrrec_skiprecord "XDR *xdrs" .Ft int |