This commit is contained in:
Michael Kerrisk 2007-07-09 21:52:33 +00:00
parent a057d61fb4
commit d4f3dcff0f
3 changed files with 4 additions and 1 deletions

View File

@ -71,6 +71,7 @@ The
.I "struct aliasent"
is defined in
.IR <aliases.h> :
.in +0.5i
.nf
struct aliasent {

View 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:

View 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