diff options
author | 2008-09-07 14:59:41 +0000 | |
---|---|---|
committer | 2008-09-07 14:59:41 +0000 | |
commit | 19188b0d0a9f98513197b06f23b19f6e338287d7 (patch) | |
tree | e8a8414766a61acf5c8037387498ffd067bfc546 | |
parent | Nuke ifconfig '-m' uses. Use bare 'media' instead. Pointed out by (diff) | |
download | wireguard-openbsd-19188b0d0a9f98513197b06f23b19f6e338287d7.tar.xz wireguard-openbsd-19188b0d0a9f98513197b06f23b19f6e338287d7.zip |
Fix param list for xdrrec_eof. Found during coding some stuff that uses
xdr goo.
-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 |