summaryrefslogtreecommitdiffstats
path: root/lib/libc/sys/semctl.2
diff options
context:
space:
mode:
authorru <ru@FreeBSD.org>2005-01-15 12:28:01 +0000
committerru <ru@FreeBSD.org>2005-01-15 12:28:01 +0000
commitd26afd541df23fb12a7967a6327bd1eafc184a85 (patch)
tree67be4a2793520ab24bb84fe954e5f09e1493d521 /lib/libc/sys/semctl.2
parentc448d3af70f9c62a62a6f78fa06a919f11e33f5c (diff)
downloadFreeBSD-src-d26afd541df23fb12a7967a6327bd1eafc184a85.zip
FreeBSD-src-d26afd541df23fb12a7967a6327bd1eafc184a85.tar.gz
Eliminate macro calls inside literal displays.
Diffstat (limited to 'lib/libc/sys/semctl.2')
-rw-r--r--lib/libc/sys/semctl.24
1 files changed, 2 insertions, 2 deletions
diff --git a/lib/libc/sys/semctl.2 b/lib/libc/sys/semctl.2
index 0971949..01a984a 100644
--- a/lib/libc/sys/semctl.2
+++ b/lib/libc/sys/semctl.2
@@ -56,10 +56,10 @@ For the commands that use the
argument,
.Fa "union semun"
is defined as follows:
-.Bd -literal
.\"
.\" From <sys/sem.h>:
.\"
+.Bd -literal
union semun {
int val; /* value for SETVAL */
struct semid_ds *buf; /* buffer for IPC_STAT & IPC_SET */
@@ -139,10 +139,10 @@ in any process are cleared.
The
.Vt "struct semid_ds"
is defined as follows:
-.Bd -literal
.\"
.\" Taken straight from <sys/sem.h>.
.\"
+.Bd -literal
struct semid_ds {
struct ipc_perm sem_perm; /* operation permission struct */
struct sem *sem_base; /* pointer to first semaphore in set */
OpenPOWER on IntegriCloud