summaryrefslogtreecommitdiffstats
path: root/lib/libc/xdr/xdr.3
diff options
context:
space:
mode:
authorru <ru@FreeBSD.org>2001-02-08 10:40:42 +0000
committerru <ru@FreeBSD.org>2001-02-08 10:40:42 +0000
commit2b9e4b5e9be55b9cc22c8aed97136f9feeb73309 (patch)
tree9c6026e3b0a71c04788e052740e3d1bcec4ef015 /lib/libc/xdr/xdr.3
parenta1870463d8819cf123e4978c190ae6d56aba19a8 (diff)
downloadFreeBSD-src-2b9e4b5e9be55b9cc22c8aed97136f9feeb73309.zip
FreeBSD-src-2b9e4b5e9be55b9cc22c8aed97136f9feeb73309.tar.gz
mdoc(7) police: print #ifdef/#endif literally,
and as list items (to get the correct offset).
Diffstat (limited to 'lib/libc/xdr/xdr.3')
-rw-r--r--lib/libc/xdr/xdr.36
1 files changed, 3 insertions, 3 deletions
diff --git a/lib/libc/xdr/xdr.3 b/lib/libc/xdr/xdr.3
index 0b933bc..49266e5 100644
--- a/lib/libc/xdr/xdr.3
+++ b/lib/libc/xdr/xdr.3
@@ -496,15 +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 Li "#ifdef _STDIO_H_"
+.It Li "/* 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
+.It Li "#endif"
.Pp
This routine initializes the
.Tn XDR
OpenPOWER on IntegriCloud