--- cci/usr/src/man/man2/msgop.2i 2019/07/28 12:24:19 1.1 +++ cci/usr/src/man/man2/msgop.2i 2019/07/28 12:26:28 1.1.1.2 @@ -65,15 +65,15 @@ If .RI ( msgflg " & " .SM .BR IPC_NOWAIT\*S ) -is ``true'', the message will not be sent and the calling process will -return immediately. +is ``true'', the message will not be sent and the calling process +returns immediately. .IP If .RI ( msgflg " & " .SM .BR IPC_NOWAIT\*S ) is ``false'', -the calling process will suspend execution until one of the following occurs: +the calling process suspends execution until one of the following occurs: .RS 8 .IP The condition responsible for the suspension no longer exists, in which case @@ -96,7 +96,7 @@ execution in the manner prescribed in .RE .PP .I Msgsnd -will fail and no message will be sent if one or more of the following are true: +fails and no message is sent if one or more of the following are true: .TP 15 .SM \%[EINVAL] @@ -213,7 +213,7 @@ If .RI ( msgflg " & " .SM .BR IPC_NOWAIT\*S ) -is ``true'', the calling process will return immediately with a return value +is ``true'', the calling process returns immediately with a return value of \-1 and .I errno set to @@ -224,7 +224,7 @@ If .RI ( msgflg " & " .SM .BR IPC_NOWAIT\*S ) -is ``false'', the calling process will suspend execution until one of the +is ``false'', the calling process suspends execution until one of the following occurs: .RS 8 .IP @@ -246,7 +246,7 @@ execution in the manner prescribed in .RE .PP .I Msgrcv -will fail and no message will be received if one or more of the following are +fails and no message is received if one or more of the following are true: .TP 15 .SM