summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorderaadt <deraadt@openbsd.org>1998-02-24 12:57:52 +0000
committerderaadt <deraadt@openbsd.org>1998-02-24 12:57:52 +0000
commit14201ac93afb18d9fb182f75d7d0444f38d1edba (patch)
tree57944cb95cdade1649a72ce4a8e0b7f898a0041c
parentcommas are good (diff)
downloadwireguard-openbsd-14201ac93afb18d9fb182f75d7d0444f38d1edba.tar.xz
wireguard-openbsd-14201ac93afb18d9fb182f75d7d0444f38d1edba.zip
cleanup a bit more
-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