diff options
| author | Michael Kerrisk <mtk.manpages@gmail.com> | 2021-01-09 23:21:02 +0100 |
|---|---|---|
| committer | Michael Kerrisk <mtk.manpages@gmail.com> | 2021-01-21 10:29:14 +0100 |
| commit | d064d41a4b95ba7f2c70f180ab5445384fb948ab (patch) | |
| tree | 39b87c84ccfdfa6d35dd4698d68007e85b1b98d3 /man2/semctl.2 | |
| parent | d5de9d1dc5a7d20e2bbd2578b8be2ce0a9369619 (diff) | |
| download | man-pages-d064d41a4b95ba7f2c70f180ab5445384fb948ab.tar.gz | |
Various pages: Inside code blocks (.EX/.EE) use \- to get real minus signs
A real minus can be cut and pasted...
THere are a few exceptions that gave been excluded in the this
change. For example, where there' is a string such as "<p1-name>",
where p1-name is soome sort of pseudo-identifier.
Signed-off-by: Michael Kerrisk <mtk.manpages@gmail.com>
Diffstat (limited to 'man2/semctl.2')
| -rw-r--r-- | man2/semctl.2 | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/man2/semctl.2 b/man2/semctl.2 index d46d53cb4b..a99c6fb87d 100644 --- a/man2/semctl.2 +++ b/man2/semctl.2 @@ -74,7 +74,7 @@ union semun { struct semid_ds *buf; /* Buffer for IPC_STAT, IPC_SET */ unsigned short *array; /* Array for GETALL, SETALL */ struct seminfo *__buf; /* Buffer for IPC_INFO - (Linux-specific) */ + (Linux\-specific) */ }; .EE .in @@ -222,7 +222,7 @@ The argument .I semnum is ignored. .TP -.BR IPC_INFO " (Linux-specific)" +.BR IPC_INFO " (Linux\-specific)" Return information about system-wide semaphore limits and parameters in the structure pointed to by .IR arg.__buf . @@ -242,7 +242,7 @@ struct seminfo { int semmni; /* Maximum number of semaphore sets */ int semmns; /* Maximum number of semaphores in all semaphore sets */ - int semmnu; /* System-wide maximum number of undo + int semmnu; /* System\-wide maximum number of undo structures; unused within kernel */ int semmsl; /* Maximum number of semaphores in a set */ |
