Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 12 Jan 2010 01:30:06 +0000 (UTC)
From:      David Xu <davidxu@FreeBSD.org>
To:        src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-head@freebsd.org
Subject:   svn commit: r202133 - head/lib/libc/gen
Message-ID:  <201001120130.o0C1U66t035665@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: davidxu
Date: Tue Jan 12 01:30:05 2010
New Revision: 202133
URL: http://svn.freebsd.org/changeset/base/202133

Log:
  Update manuals of sem_open and sem_init.
  
  Submitted by:	ru

Modified:
  head/lib/libc/gen/sem_init.3
  head/lib/libc/gen/sem_open.3

Modified: head/lib/libc/gen/sem_init.3
==============================================================================
--- head/lib/libc/gen/sem_init.3	Tue Jan 12 00:04:13 2010	(r202132)
+++ head/lib/libc/gen/sem_init.3	Tue Jan 12 01:30:05 2010	(r202133)
@@ -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

Modified: head/lib/libc/gen/sem_open.3
==============================================================================
--- head/lib/libc/gen/sem_open.3	Tue Jan 12 00:04:13 2010	(r202132)
+++ head/lib/libc/gen/sem_open.3	Tue Jan 12 01:30:05 2010	(r202133)
@@ -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



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201001120130.o0C1U66t035665>