msgctl.2, semctl.2, shmctl.2: Minor fix

Break text into more paragraphs to ease readability

Signed-off-by: Michael Kerrisk <mtk.manpages@gmail.com>
This commit is contained in:
Michael Kerrisk 2020-11-15 10:18:31 +01:00
parent 10aa508cad
commit 0a33c83e51
3 changed files with 6 additions and 0 deletions

View File

@ -181,12 +181,14 @@ to the kernel data structure associated with this message queue,
updating also its
.I msg_ctime
member.
.IP
The following members of the structure are updated:
.IR msg_qbytes ,
.IR msg_perm.uid ,
.IR msg_perm.gid ,
and (the least significant 9 bits of)
.IR msg_perm.mode .
.IP
The effective UID of the calling process must match the owner
.RI ( msg_perm.uid )
or creator

View File

@ -191,11 +191,13 @@ to the kernel data structure associated with this semaphore set,
updating also its
.I sem_ctime
member.
.IP
The following members of the structure are updated:
.IR sem_perm.uid ,
.IR sem_perm.gid ,
and (the least significant 9 bits of)
.IR sem_perm.mode .
.IP
The effective UID of the calling process must match the owner
.RI ( sem_perm.uid )
or creator

View File

@ -192,9 +192,11 @@ to the kernel data structure associated with this shared memory segment,
updating also its
.I shm_ctime
member.
.IP
The following fields can be changed:
\fIshm_perm.uid\fP, \fIshm_perm.gid\fP,
and (the least significant 9 bits of) \fIshm_perm.mode\fP.
.IP
The effective UID of the calling process must match the owner
.RI ( shm_perm.uid )
or creator