From 14e6355f0272e4b60e6d9edc8f1516bdc0c85fd0 Mon Sep 17 00:00:00 2001 From: Bruce Evans Date: Mon, 5 Feb 2001 15:24:34 +0000 Subject: [PATCH] Fixed errors in prototypes. Many were hiding under mdoc errors. --- lib/libc/xdr/xdr.3 | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/lib/libc/xdr/xdr.3 b/lib/libc/xdr/xdr.3 index 95cb37c9e8c0..0b933bc3bb10 100644 --- a/lib/libc/xdr/xdr.3 +++ b/lib/libc/xdr/xdr.3 @@ -10,6 +10,7 @@ .Sh LIBRARY .Lb libc .Sh SYNOPSIS +.Fd "#include " .Fd "#include " .Pp See @@ -495,12 +496,15 @@ A filter primitive that translates between C integers and their external representations. This routine returns one if it succeeds, zero otherwise. .Pp +.Fd #ifdef _STDIO_H_ +.Fd /* XDR using stdio library */ .It Xo .Ft void .Xc .It Xo .Fn xdrstdio_create "XDR *xdrs" "FILE *file" "enum xdr_op op" .Xc +.Fd #endif .Pp This routine initializes the .Tn XDR