]> git.ipfire.org Git - thirdparty/man-pages.git/commitdiff
ffix
authorMichael Kerrisk <mtk.manpages@gmail.com>
Mon, 9 Jul 2007 21:52:33 +0000 (21:52 +0000)
committerMichael Kerrisk <mtk.manpages@gmail.com>
Mon, 9 Jul 2007 21:52:33 +0000 (21:52 +0000)
man3/setaliasent.3
man3/sigvec.3
man3/strtoul.3

index d7d8da4d88274438a7e082ee76f591288a589edd..bfd5396807ccb89156a3ff29ad3049428f7afb95 100644 (file)
@@ -71,6 +71,7 @@ The
 .I "struct aliasent"
 is defined in
 .IR <aliases.h> :
+.in +0.5i
 .nf
 
 struct aliasent {
index 7569e651464958fc46458fdcdbdbe9bc8dc6e4ea..8e4f8ca5173a060a4c3b61a36a21c0a4a3e15fd8 100644 (file)
@@ -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:
index 470d0220bf3bf93901187d796a9fdaf26e767b4e..ef8b2fedbab6389dad846e122e35ccb2dc7d35ad 100644 (file)
@@ -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