aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMichael Kerrisk <mtk.manpages@gmail.com>2020-11-15 09:48:15 +0100
committerMichael Kerrisk <mtk.manpages@gmail.com>2020-11-15 09:48:15 +0100
commit379c3ee9d02309eeb77ff7f22e4aad81f9bd7bbe (patch)
treedcd7062f5f0cdb95ce06391bbfdf6630dec28a62
parenta79c3fc030ab65a59ae1732b0b3f2d4d3c4e2a0e (diff)
downloadman-pages-379c3ee9d02309eeb77ff7f22e4aad81f9bd7bbe.tar.gz
shmctl.2: Place list of field descriptions in same order as structure definition
Signed-off-by: Michael Kerrisk <mtk.manpages@gmail.com>
-rw-r--r--man2/shmctl.226
1 files changed, 13 insertions, 13 deletions
diff --git a/man2/shmctl.2 b/man2/shmctl.2
index 05c371ec40..4f38dcd5da 100644
--- a/man2/shmctl.2
+++ b/man2/shmctl.2
@@ -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