The comment is truncated for sempid, and this patch fixes this issue. Signed-off-by: GUO Zihua <guozihua@xxxxxxxxxx> --- man2/semop.2 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/man2/semop.2 b/man2/semop.2 index 7a301f453c43..054f2b99363c 100644 --- a/man2/semop.2 +++ b/man2/semop.2 @@ -45,7 +45,7 @@ has the following associated values: unsigned short semval; /* semaphore value */ unsigned short semzcnt; /* # waiting for zero */ unsigned short semncnt; /* # waiting for increase */ -pid_t sempid; /* PID of process that last +pid_t sempid; /* PID of process that last modified the semaphore */ .EE .in .PP -- 2.17.1