]> git.ipfire.org Git - thirdparty/man-pages.git/blobdiff - man2/semctl.2
grfix
[thirdparty/man-pages.git] / man2 / semctl.2
index bef82fd67d4b43f8bba0fa578fc578d6dd647fd6..b0d7127326cbbaa9cccde47958998bf3c456a8f1 100644 (file)
@@ -71,7 +71,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) */
 };
 .in
 .fi
@@ -165,7 +165,7 @@ The argument
 .I semnum
 is ignored.
 .TP
-.BR IPC_INFO " (Linux specific)"
+.BR IPC_INFO " (Linux-specific)"
 Returns information about system-wide semaphore limits and
 parameters in the structure pointed to by
 .IR arg.__buf .
@@ -211,7 +211,7 @@ see
 .BR proc (5)
 for details.
 .TP
-.BR SEM_INFO " (Linux specific)"
+.BR SEM_INFO " (Linux-specific)"
 Returns a
 .I seminfo
 structure containing the same information as for
@@ -225,7 +225,7 @@ on the system; and the
 field returns the total number of semaphores in all semaphore sets
 on the system.
 .TP
-.BR SEM_STAT " (Linux specific)"
+.BR SEM_STAT " (Linux-specific)"
 Returns a
 .I semid_ds
 structure as for