From 9b4a382a794db2aab361ee54fe01ec6596d4a5c2 Mon Sep 17 00:00:00 2001 From: Michael Kerrisk Date: Thu, 3 Mar 2016 08:55:49 +0100 Subject: [PATCH] svipc.7: Tweak description of 'sempid' Signed-off-by: Michael Kerrisk --- man7/svipc.7 | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/man7/svipc.7 b/man7/svipc.7 index 00a97bc27..f98f39d03 100644 --- a/man7/svipc.7 +++ b/man7/svipc.7 @@ -245,7 +245,7 @@ containing the following members: struct sem { int semval; /* semaphore value */ - int sempid; /* PID for last operation */ + int sempid; /* PID of process that last modified */ .\" unsigned short semncnt; /* nr awaiting semval to increase */ .\" unsigned short semzcnt; /* nr awaiting semval = 0 */ }; @@ -256,8 +256,8 @@ struct sem { Semaphore value: a nonnegative integer. .TP .I sempid -ID of the last process that performed a semaphore operation -on this semaphore. +PID of the last process that modified the value of +this semaphore. .\".TP .\".I semncnt .\"Number of processes suspended awaiting for