From 4a04cd9a4d51151dacb8db703ac18e1a2b4a6c21 Mon Sep 17 00:00:00 2001 From: Michael Kerrisk Date: Fri, 28 Oct 2005 13:32:01 +0000 Subject: [PATCH] Fix typos --- man2/getrlimit.2 | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) 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),