summaryrefslogtreecommitdiff
path: root/lib
diff options
context:
space:
mode:
authorTheo de Raadt <deraadt@cvs.openbsd.org>1998-02-24 12:57:53 +0000
committerTheo de Raadt <deraadt@cvs.openbsd.org>1998-02-24 12:57:53 +0000
commit32867d4a7cf94a0e2ae29bf9899666bc007b345d (patch)
tree386b54b9fe02cef10c885bb28262a8b051636b1f /lib
parent22983c1c4640d45cdafa1d98317d710b27a82b1b (diff)
cleanup a bit more
Diffstat (limited to 'lib')
-rw-r--r--lib/libc/rpc/xdr.34
1 files changed, 3 insertions, 1 deletions
diff --git a/lib/libc/rpc/xdr.3 b/lib/libc/rpc/xdr.3
index 236088d6de2..9b8ff9e14a4 100644
--- a/lib/libc/rpc/xdr.3
+++ b/lib/libc/rpc/xdr.3
@@ -1,4 +1,4 @@
-.\" $OpenBSD: xdr.3,v 1.5 1998/02/24 11:13:54 deraadt Exp $
+.\" $OpenBSD: xdr.3,v 1.6 1998/02/24 12:57:52 deraadt Exp $
.\" Mostly converted to mandoc by Theo de Raadt, Tue Feb 24 04:04:46 MST 1998
.\"
.Dd February 16, 1988
@@ -40,6 +40,8 @@
.Nm xdr_wrapstring
.Nd library routines for external data representation
.Sh SYNOPSIS
+.Fd #include <sys/types.h>
+.Fd #include <xdr.h>
.Ft int
.Fn xdr_array "XDR *xdrs" "char **arrp" "u_int *sizep" "u_int maxsize" "u_int elsize" "xdrproc_t elproc"
.Ft int