Fix typos

This commit is contained in:
Michael Kerrisk 2005-10-28 13:32:01 +00:00
parent bf93c935d1
commit 4a04cd9a4d
1 changed files with 3 additions and 3 deletions

View File

@ -237,7 +237,7 @@ against this limit according to the formula:
.nf .nf
bytes = attr.mq_maxmsg * sizeof(struct msg_msg *) + bytes = attr.mq_maxmsg * sizeof(struct msg_msg *) +
attr.mq_maxmsg * attr.mq_msgsize) attr.mq_maxmsg * attr.mq_msgsize
.fi .fi
where where
@ -271,7 +271,7 @@ Attempts
.RB ( open (), .RB ( open (),
.BR pipe (), .BR pipe (),
.BR dup (), .BR dup (),
etc.)" etc.)
to exceed this limit yield the error to exceed this limit yield the error
.BR EMFILE . .BR EMFILE .
.TP .TP
@ -401,7 +401,7 @@ it is nevertheless present on most implementations.
.BR RLIMIT_NICE , .BR RLIMIT_NICE ,
.BR RLIMIT_RTPRIO , .BR RLIMIT_RTPRIO ,
and and
.BR RLIMIT_SIGPENDING , .B RLIMIT_SIGPENDING
are Linux specific. are Linux specific.
.SH "SEE ALSO" .SH "SEE ALSO"
.BR dup (2), .BR dup (2),