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