]> git.ipfire.org Git - thirdparty/man-pages.git/commitdiff
rpc.3: ffix
authorMichael Kerrisk <mtk.manpages@gmail.com>
Tue, 29 Sep 2020 20:00:26 +0000 (22:00 +0200)
committerMichael Kerrisk <mtk.manpages@gmail.com>
Tue, 29 Sep 2020 20:00:44 +0000 (22:00 +0200)
Signed-off-by: Michael Kerrisk <mtk.manpages@gmail.com>
man3/rpc.3

index 9bbc0e998287a8ae2d32897b5ba5c6d196490e1b..ceef1b1c8ccd41e237bd7e5089c95e1c9b5712bb 100644 (file)
@@ -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 ,