From 3ed6ea8db5b83a9c40bfbbf74b034deaa97a5e88 Mon Sep 17 00:00:00 2001 From: Michael Kerrisk Date: Sun, 23 Feb 2020 09:43:00 +0100 Subject: [PATCH] msgget.2, semget.2, shmget.2: ffix Signed-off-by: Michael Kerrisk --- man2/msgget.2 | 12 ++++++------ man2/semget.2 | 12 ++++++------ man2/shmget.2 | 12 ++++++------ 3 files changed, 18 insertions(+), 18 deletions(-) diff --git a/man2/msgget.2 b/man2/msgget.2 index b7b95b66e..ea448d734 100644 --- a/man2/msgget.2 +++ b/man2/msgget.2 @@ -109,22 +109,22 @@ then its associated data structure (see .BR msgctl (2)) is initialized as follows: -.IP +.IP \(bu 2 .I msg_perm.cuid and .I msg_perm.uid are set to the effective user ID of the calling process. -.IP +.IP \(bu .I msg_perm.cgid and .I msg_perm.gid are set to the effective group ID of the calling process. -.IP +.IP \(bu The least significant 9 bits of .I msg_perm.mode are set to the least significant 9 bits of .IR msgflg . -.IP +.IP \(bu .IR msg_qnum , .IR msg_lspid , .IR msg_lrpid , @@ -132,10 +132,10 @@ are set to the least significant 9 bits of and .I msg_rtime are set to 0. -.IP +.IP \(bu .I msg_ctime is set to the current time. -.IP +.IP \(bu .I msg_qbytes is set to the system limit .BR MSGMNB . diff --git a/man2/semget.2 b/man2/semget.2 index 2b905367b..0f55bad1b 100644 --- a/man2/semget.2 +++ b/man2/semget.2 @@ -113,29 +113,29 @@ initializes the set's associated data structure, (see .BR semctl (2)), as follows: -.IP +.IP \(bu 2 .I sem_perm.cuid and .I sem_perm.uid are set to the effective user ID of the calling process. -.IP +.IP \(bu .I sem_perm.cgid and .I sem_perm.gid are set to the effective group ID of the calling process. -.IP +.IP \(bu The least significant 9 bits of .I sem_perm.mode are set to the least significant 9 bits of .IR semflg . -.IP +.IP \(bu .I sem_nsems is set to the value of .IR nsems . -.IP +.IP \(bu .I sem_otime is set to 0. -.IP +.IP \(bu .I sem_ctime is set to the current time. .PP diff --git a/man2/shmget.2 b/man2/shmget.2 index 987d5fb61..8993cef5b 100644 --- a/man2/shmget.2 +++ b/man2/shmget.2 @@ -180,33 +180,33 @@ its associated data structure, (see .BR shmctl (2)), is initialized as follows: -.IP +.IP \(bu 2 .I shm_perm.cuid and .I shm_perm.uid are set to the effective user ID of the calling process. -.IP +.IP \(bu .I shm_perm.cgid and .I shm_perm.gid are set to the effective group ID of the calling process. -.IP +.IP \(bu The least significant 9 bits of .I shm_perm.mode are set to the least significant 9 bit of .IR shmflg . -.IP +.IP \(bu .I shm_segsz is set to the value of .IR size . -.IP +.IP \(bu .IR shm_lpid , .IR shm_nattch , .IR shm_atime , and .I shm_dtime are set to 0. -.IP +.IP \(bu .I shm_ctime is set to the current time. .PP