aboutsummaryrefslogtreecommitdiffstats
path: root/man2
diff options
context:
space:
mode:
Diffstat (limited to 'man2')
-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