aboutsummaryrefslogtreecommitdiffstats
path: root/man7/svipc.7
diff options
context:
space:
mode:
Diffstat (limited to 'man7/svipc.7')
-rw-r--r--man7/svipc.730
1 files changed, 15 insertions, 15 deletions
diff --git a/man7/svipc.7 b/man7/svipc.7
index 5f3e80ad62..0fc0d1b402 100644
--- a/man7/svipc.7
+++ b/man7/svipc.7
@@ -155,19 +155,19 @@ containing the following members:
.br
.B
pid_t msg_lspid;
-/* PID of last msgsnd() call */
+/* PID of last msgsnd(2) call */
.br
.B
pid_t msg_lrpid;
-/* PID of last msgrcv() call */
+/* PID of last msgrcv(2) call */
.br
.B
time_t msg_stime;
-/* last msgsnd() time */
+/* last msgsnd(2) time */
.br
.B
time_t msg_rtime;
-/* last msgrcv() time */
+/* last msgrcv(2) time */
.br
.B
time_t msg_ctime;
@@ -187,22 +187,22 @@ queue.
.TP
.B msg_lspid
ID of the process that performed the last
-.BR msgsnd ()
+.BR msgsnd (2)
system call.
.TP
.B msg_lrpid
ID of the process that performed the last
-.BR msgrcv ()
+.BR msgrcv (2)
system call.
.TP
.B msg_stime
Time of the last
-.BR msgsnd ()
+.BR msgsnd (2)
system call.
.TP
.B msg_rtime
Time of the last
-.BR msgcv ()
+.BR msgcv (2)
system call.
.TP
.B msg_ctime
@@ -241,12 +241,12 @@ set.
.TP
.B sem_otime
Time of last
-.BR semop ()
+.BR semop (2)
system call.
.TP
.B sem_ctime
Time of last
-.BR semctl ()
+.BR semctl (2)
system call that changed a member of the above structure or of one
semaphore belonging to the set.
.TP
@@ -347,9 +347,9 @@ ID of the process that created the shared memory segment.
.TP
.B shm_lpid
ID of the last process that executed a
-.BR shmat ()
+.BR shmat (2)
or
-.BR shmdt ()
+.BR shmdt (2)
system call.
.TP
.B shm_nattch
@@ -357,17 +357,17 @@ Number of current alive attaches for this shared memory segment.
.TP
.B shm_atime
Time of the last
-.BR shmat ()
+.BR shmat (2)
system call.
.TP
.B shm_dtime
Time of the last
-.BR shmdt ()
+.BR shmdt (2)
system call.
.TP
.B shm_ctime
Time of the last
-.BR shmctl ()
+.BR shmctl (2)
system call that changed
.BR shmid_ds .
.SH "SEE ALSO"