From d4f3dcff0f4d7e0579269b73390da5517f63fe03 Mon Sep 17 00:00:00 2001 From: Michael Kerrisk Date: Mon, 9 Jul 2007 21:52:33 +0000 Subject: [PATCH] ffix --- man3/setaliasent.3 | 1 + man3/sigvec.3 | 2 ++ man3/strtoul.3 | 2 +- 3 files changed, 4 insertions(+), 1 deletion(-) diff --git a/man3/setaliasent.3 b/man3/setaliasent.3 index d7d8da4d8..bfd539680 100644 --- a/man3/setaliasent.3 +++ b/man3/setaliasent.3 @@ -71,6 +71,7 @@ The .I "struct aliasent" is defined in .IR : +.in +0.5i .nf struct aliasent { diff --git a/man3/sigvec.3 b/man3/sigvec.3 index 7569e6514..8e4f8ca51 100644 --- a/man3/sigvec.3 +++ b/man3/sigvec.3 @@ -84,6 +84,7 @@ cannot be changed. The .I sigvec structure has the following form: +.in +0.5i .nf struct sigvec { @@ -93,6 +94,7 @@ struct sigvec { }; .fi +.in The .I sv_handler field specifies the disposition of the signal, and is either: diff --git a/man3/strtoul.3 b/man3/strtoul.3 index 470d0220b..ef8b2fedb 100644 --- a/man3/strtoul.3 +++ b/man3/strtoul.3 @@ -155,7 +155,7 @@ BSD also has .in +4n .nf .BI "u_quad_t" -.BI "strtouq(const char *" nptr ", char **" endptr ", int base" ); +.BI "strtouq(const char *" nptr ", char **" endptr ", int " base ); .sp .in -4n .fi