From 4a42acaf3eab6e9f3ef9d777b4bb5d8d60fed328 Mon Sep 17 00:00:00 2001 From: Michael Kerrisk Date: Tue, 29 Sep 2020 22:00:26 +0200 Subject: [PATCH] rpc.3: ffix Signed-off-by: Michael Kerrisk --- man3/rpc.3 | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/man3/rpc.3 b/man3/rpc.3 index 9bbc0e9982..ceef1b1c8c 100644 --- a/man3/rpc.3 +++ b/man3/rpc.3 @@ -29,7 +29,7 @@ To take use of these routines, include the header file The prototypes below make use of the following types: .PP -.in +4n +.RS 4 .EX .BI "typedef int " bool_t ; .PP @@ -38,7 +38,7 @@ The prototypes below make use of the following types: .BI "typedef bool_t (*" resultproc_t ") (caddr_t " resp , .BI " struct sockaddr_in *" raddr ); .EE -.in +.RE .PP See the header files for the declarations of the .IR AUTH , -- 2.47.2