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