From ba17901d0ce2d116ed4368f1f25d9b56fd7a2051 Mon Sep 17 00:00:00 2001 From: Michael Kerrisk Date: Mon, 13 Dec 2004 08:39:46 +0000 Subject: [PATCH] minor wording/formatting fixes --- man2/msgop.2 | 4 ++-- man2/shmop.2 | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/man2/msgop.2 b/man2/msgop.2 index efb367841..f5b291af0 100644 --- a/man2/msgop.2 +++ b/man2/msgop.2 @@ -392,9 +392,9 @@ was specified in .I msgflg and no message of the requested type existed on the message queue. .SH NOTES -The following are system limits affecting a +The following limits on message queue resources affect the .BR msgsnd () -system call: +call: .TP 11 .B MSGMAX Maximum size for a message text: 8192 bytes diff --git a/man2/shmop.2 b/man2/shmop.2 index 3812eb3fa..fca274aa8 100644 --- a/man2/shmop.2 +++ b/man2/shmop.2 @@ -256,7 +256,7 @@ value is .\" FIXME That last sentence isn't true for all Linux .\" architectures -- MTK, Nov 04 .PP -The implementation has no intrinsic limit to the per\-process maximum +The implementation places no intrinsic limit on the per\-process maximum number of shared memory segments .RB ( SHMSEG ). .SH "CONFORMING TO"