mdoc(7) police: print #ifdef/#endif literally,

and as list items (to get the correct offset).
This commit is contained in:
Ruslan Ermilov 2001-02-08 10:40:42 +00:00
parent 041cbd4832
commit c6e2c33321
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=72157

View File

@ -496,15 +496,15 @@ A filter primitive that translates between C
integers and their external representations. integers and their external representations.
This routine returns one if it succeeds, zero otherwise. This routine returns one if it succeeds, zero otherwise.
.Pp .Pp
.Fd #ifdef _STDIO_H_ .It Li "#ifdef _STDIO_H_"
.Fd /* XDR using stdio library */ .It Li "/* XDR using stdio library */"
.It Xo .It Xo
.Ft void .Ft void
.Xc .Xc
.It Xo .It Xo
.Fn xdrstdio_create "XDR *xdrs" "FILE *file" "enum xdr_op op" .Fn xdrstdio_create "XDR *xdrs" "FILE *file" "enum xdr_op op"
.Xc .Xc
.Fd #endif .It Li "#endif"
.Pp .Pp
This routine initializes the This routine initializes the
.Tn XDR .Tn XDR