diff options
| author | Glen Barber <gjb@FreeBSD.org> | 2011-02-18 17:41:39 +0000 |
|---|---|---|
| committer | Glen Barber <gjb@FreeBSD.org> | 2011-02-18 17:41:39 +0000 |
| commit | d70a43c5217a9775a29938d4c0690702c0ad17a5 (patch) | |
| tree | 57b20f98e8dde7decb0c2eb058662c3bf167ca8c /lib | |
| parent | 02165c5876c8c7c9e0a298875e24fd41ece68d9b (diff) | |
Notes
Diffstat (limited to 'lib')
| -rw-r--r-- | lib/libc/db/man/dbopen.3 | 6 | ||||
| -rw-r--r-- | lib/libc/sys/cpuset_getaffinity.2 | 2 |
2 files changed, 4 insertions, 4 deletions
diff --git a/lib/libc/db/man/dbopen.3 b/lib/libc/db/man/dbopen.3 index 7ef7ae79afec..13481dd7eccc 100644 --- a/lib/libc/db/man/dbopen.3 +++ b/lib/libc/db/man/dbopen.3 @@ -28,7 +28,7 @@ .\" @(#)dbopen.3 8.5 (Berkeley) 1/2/94 .\" $FreeBSD$ .\" -.Dd January 2, 1994 +.Dd September 10, 2010 .Dt DBOPEN 3 .Os .Sh NAME @@ -78,8 +78,8 @@ arguments are as specified to the .Xr open 2 routine, however, only the -.Dv O_CREAT , O_EXCL , O_EXLOCK , O_NONBLOCK , -.Dv O_RDONLY , O_RDWR , O_SHLOCK +.Dv O_CREAT , O_EXCL , O_EXLOCK , O_NOFOLLOW , O_NONBLOCK , +.Dv O_RDONLY , O_RDWR , O_SHLOCK , O_SYNC and .Dv O_TRUNC flags are meaningful. diff --git a/lib/libc/sys/cpuset_getaffinity.2 b/lib/libc/sys/cpuset_getaffinity.2 index 26d72ef7985e..5c75b92a7dcc 100644 --- a/lib/libc/sys/cpuset_getaffinity.2 +++ b/lib/libc/sys/cpuset_getaffinity.2 @@ -25,7 +25,7 @@ .\" .\" $FreeBSD$ .\" -.Dd January 8, 2010 +.Dd September 10, 2010 .Dt CPUSET 2 .Os .Sh NAME |
