From b7a12afe3f932e7fff5d03d2c4fe6570905282cf Mon Sep 17 00:00:00 2001 From: Michael Kerrisk Date: Tue, 29 Sep 2020 22:01:46 +0200 Subject: [PATCH] xdr.3: ffix Signed-off-by: Michael Kerrisk --- man3/xdr.3 | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/man3/xdr.3 b/man3/xdr.3 index aa4eaeecb..713827567 100644 --- a/man3/xdr.3 +++ b/man3/xdr.3 @@ -21,13 +21,13 @@ The prototypes below are declared in .I and make use of the following types: .PP -.in +4n +.RS 4 .EX .BI "typedef int " bool_t ; .PP .BI "typedef bool_t (*" xdrproc_t ") (XDR *, void *,...);" .EE -.in +.RE .PP For the declaration of the .I XDR