diff --git a/man2/getrlimit.2 b/man2/getrlimit.2 index 107d63a2c..2b335fee6 100644 --- a/man2/getrlimit.2 +++ b/man2/getrlimit.2 @@ -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),