--- cci/usr/src/man/man2/semop.2i 2019/07/28 12:24:19 1.1.1.1 +++ cci/usr/src/man/man2/semop.2i 2019/07/28 12:26:36 1.1.1.2 @@ -74,7 +74,7 @@ and .BR IPC_NOWAIT\*S ) is ``true'', .I semop -will return immediately. +returns immediately. .IP If semval is less than the absolute value of .I sem_op @@ -84,7 +84,7 @@ and .BR IPC_NOWAIT\*S ) is ``false'', .I semop -will increment the semncnt associated with the specified semaphore +increments the semncnt associated with the specified semaphore and suspend execution of the calling process until one of the following conditions occurs. .RS 8 @@ -138,13 +138,13 @@ semaphore. If .I sem_op is zero, -one of the following will occur: +one of the following occurs: .SM \%{READ} .IP If semval is zero, .I semop -will return immediately. +returns immediately. .IP If semval is not equal to zero and .RI ( sem_flg " &" @@ -152,7 +152,7 @@ If semval is not equal to zero and .BR IPC_NOWAIT\*S ) is ``true'', .I semop -will return immediately. +returns immediately. .IP If semval is not equal to zero and .RI ( sem_flg " &" @@ -160,8 +160,8 @@ If semval is not equal to zero and .BR IPC_NOWAIT\*S ) is ``false'', .I semop -will increment the semzcnt associated with the specified semaphore -and suspend execution of the calling process until +increments the semzcnt associated with the specified semaphore +and suspends execution of the calling process until one of the following occurs: .RS 8 .PP @@ -186,7 +186,7 @@ and the calling process resumes executio .RE .PP .I Semop -will fail if one or more of the following are true for any of the semaphore +fails if one or more of the following are true for any of the semaphore operations specified by .IR sops : .TP 15