summaryrefslogtreecommitdiffstats
path: root/lib
diff options
context:
space:
mode:
authordavidxu <davidxu@FreeBSD.org>2010-01-12 01:30:05 +0000
committerdavidxu <davidxu@FreeBSD.org>2010-01-12 01:30:05 +0000
commit5d104fe3d7b80ec6fa42b6b91bdfb5c7b24c7775 (patch)
treeb7f5ebcb88f372ae80e24c7eedb7fd11c10465f6 /lib
parent360184f5a52ece4a18e2a8c0426367109a559978 (diff)
downloadFreeBSD-src-5d104fe3d7b80ec6fa42b6b91bdfb5c7b24c7775.zip
FreeBSD-src-5d104fe3d7b80ec6fa42b6b91bdfb5c7b24c7775.tar.gz
Update manuals of sem_open and sem_init.
Submitted by: ru
Diffstat (limited to 'lib')
-rw-r--r--lib/libc/gen/sem_init.34
-rw-r--r--lib/libc/gen/sem_open.36
2 files changed, 5 insertions, 5 deletions
diff --git a/lib/libc/gen/sem_init.3 b/lib/libc/gen/sem_init.3
index e00cd4b..52bcb75 100644
--- a/lib/libc/gen/sem_init.3
+++ b/lib/libc/gen/sem_init.3
@@ -27,7 +27,7 @@
.\"
.\" $FreeBSD$
.\"
-.Dd January 7, 2010
+.Dd January 9, 2010
.Dt SEM_INIT 3
.Os
.Sh NAME
@@ -52,7 +52,7 @@ A non-zero value for
specifies a shared semaphore that can be used by multiple processes,
the semaphore should be located in shared memory region (see
.Xr mmap 2 ,
-.Xr shm_open 2 ,
+.Xr shm_open 2 ,
and
.Xr shmget 2 ) ,
any process having read and write access to address
diff --git a/lib/libc/gen/sem_open.3 b/lib/libc/gen/sem_open.3
index c7ee518..3527605 100644
--- a/lib/libc/gen/sem_open.3
+++ b/lib/libc/gen/sem_open.3
@@ -27,7 +27,7 @@
.\"
.\" $FreeBSD$
.\"
-.Dd January 15, 2003
+.Dd January 9, 2010
.Dt SEM_OPEN 3
.Os
.Sh NAME
@@ -61,8 +61,8 @@ and
This implementation places strict requirements on the value of
.Fa name :
it must begin with a slash
-.Pq Ql / ,
-contain no other slash characters.
+.Pq Ql /
+and contain no other slash characters.
.Pp
The following bits may be set in the
.Fa oflag
OpenPOWER on IntegriCloud