aboutsummaryrefslogtreecommitdiffstats
path: root/man3/shm_open.3
diff options
context:
space:
mode:
Diffstat (limited to 'man3/shm_open.3')
-rw-r--r--man3/shm_open.32
1 files changed, 1 insertions, 1 deletions
diff --git a/man3/shm_open.3 b/man3/shm_open.3
index 80d1eae178..c5ce650afb 100644
--- a/man3/shm_open.3
+++ b/man3/shm_open.3
@@ -386,7 +386,7 @@ main(int argc, char *argv[])
if (shmp == MAP_FAILED)
errExit("mmap");
- /* Initialize semaphores as process-shared, with value 0. */
+ /* Initialize semaphores as process\-shared, with value 0. */
if (sem_init(&shmp\->sem1, 1, 0) == \-1)
errExit("sem_init\-sem1");