minor wording/formatting fixes

This commit is contained in:
Michael Kerrisk 2004-12-13 08:39:46 +00:00
parent 540036b2fd
commit ba17901d0c
2 changed files with 3 additions and 3 deletions

View File

@ -392,9 +392,9 @@ was specified in
.I msgflg .I msgflg
and no message of the requested type existed on the message queue. and no message of the requested type existed on the message queue.
.SH NOTES .SH NOTES
The following are system limits affecting a The following limits on message queue resources affect the
.BR msgsnd () .BR msgsnd ()
system call: call:
.TP 11 .TP 11
.B MSGMAX .B MSGMAX
Maximum size for a message text: 8192 bytes Maximum size for a message text: 8192 bytes

View File

@ -256,7 +256,7 @@ value is
.\" FIXME That last sentence isn't true for all Linux .\" FIXME That last sentence isn't true for all Linux
.\" architectures -- MTK, Nov 04 .\" architectures -- MTK, Nov 04
.PP .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 number of shared memory segments
.RB ( SHMSEG ). .RB ( SHMSEG ).
.SH "CONFORMING TO" .SH "CONFORMING TO"