shmctl.2: Place list of field descriptions in same order as structure definition

Signed-off-by: Michael Kerrisk <mtk.manpages@gmail.com>
This commit is contained in:
Michael Kerrisk 2020-11-15 09:48:15 +01:00
parent a79c3fc030
commit 379c3ee9d0
1 changed files with 13 additions and 13 deletions

View File

@ -96,19 +96,6 @@ on the shared memory segment.
.I shm_segsz
Size in bytes of the shared memory segment.
.TP
.I shm_cpid
ID of the process that created the shared memory segment.
.TP
.I shm_lpid
ID of the last process that executed a
.BR shmat (2)
or
.BR shmdt (2)
system call on this segment.
.TP
.I shm_nattch
Number of processes that have this segment attached.
.TP
.I shm_atime
Time of the last
.BR shmat (2)
@ -124,6 +111,19 @@ Time of creation of segment or time of the last
.BR shmctl ()
.BR IPC_SET
operation.
.TP
.I shm_cpid
ID of the process that created the shared memory segment.
.TP
.I shm_lpid
ID of the last process that executed a
.BR shmat (2)
or
.BR shmdt (2)
system call on this segment.
.TP
.I shm_nattch
Number of processes that have this segment attached.
.PP
The
.I ipc_perm