svn commit: r194956 - in head/lib/libc: posix1e sys
Edward Tomasz Napierala
trasz at FreeBSD.org
Thu Jun 25 12:53:51 UTC 2009
Author: trasz
Date: Thu Jun 25 12:53:50 2009
New Revision: 194956
URL: http://svn.freebsd.org/changeset/base/194956
Log:
Bump manual page timestamps.
Modified:
head/lib/libc/posix1e/acl.3
head/lib/libc/posix1e/acl_add_flag_np.3
head/lib/libc/posix1e/acl_add_perm.3
head/lib/libc/posix1e/acl_clear_flags_np.3
head/lib/libc/posix1e/acl_create_entry.3
head/lib/libc/posix1e/acl_delete_entry.3
head/lib/libc/posix1e/acl_get.3
head/lib/libc/posix1e/acl_get_brand_np.3
head/lib/libc/posix1e/acl_get_entry_type_np.3
head/lib/libc/posix1e/acl_get_flag_np.3
head/lib/libc/posix1e/acl_get_flagset_np.3
head/lib/libc/posix1e/acl_is_trivial_np.3
head/lib/libc/posix1e/acl_set.3
head/lib/libc/posix1e/acl_set_entry_type_np.3
head/lib/libc/posix1e/acl_set_flagset_np.3
head/lib/libc/posix1e/acl_set_tag_type.3
head/lib/libc/posix1e/acl_strip_np.3
head/lib/libc/posix1e/acl_to_text.3
head/lib/libc/sys/pathconf.2
Modified: head/lib/libc/posix1e/acl.3
==============================================================================
--- head/lib/libc/posix1e/acl.3 Thu Jun 25 12:46:59 2009 (r194955)
+++ head/lib/libc/posix1e/acl.3 Thu Jun 25 12:53:50 2009 (r194956)
@@ -27,7 +27,7 @@
.\"
.\" $FreeBSD$
.\"
-.Dd December 18, 2002
+.Dd June 25, 2009
.Dt ACL 3
.Os
.Sh NAME
Modified: head/lib/libc/posix1e/acl_add_flag_np.3
==============================================================================
--- head/lib/libc/posix1e/acl_add_flag_np.3 Thu Jun 25 12:46:59 2009 (r194955)
+++ head/lib/libc/posix1e/acl_add_flag_np.3 Thu Jun 25 12:53:50 2009 (r194956)
@@ -25,7 +25,7 @@
.\"
.\" $FreeBSD$
.\"
-.Dd March 10, 2001
+.Dd June 25, 2009
.Dt ACL_ADD_FLAG_NP 3
.Os
.Sh NAME
Modified: head/lib/libc/posix1e/acl_add_perm.3
==============================================================================
--- head/lib/libc/posix1e/acl_add_perm.3 Thu Jun 25 12:46:59 2009 (r194955)
+++ head/lib/libc/posix1e/acl_add_perm.3 Thu Jun 25 12:53:50 2009 (r194956)
@@ -25,7 +25,7 @@
.\"
.\" $FreeBSD$
.\"
-.Dd March 10, 2001
+.Dd June 25, 2009
.Dt ACL_ADD_PERM 3
.Os
.Sh NAME
Modified: head/lib/libc/posix1e/acl_clear_flags_np.3
==============================================================================
--- head/lib/libc/posix1e/acl_clear_flags_np.3 Thu Jun 25 12:46:59 2009 (r194955)
+++ head/lib/libc/posix1e/acl_clear_flags_np.3 Thu Jun 25 12:53:50 2009 (r194956)
@@ -25,7 +25,7 @@
.\"
.\" $FreeBSD$
.\"
-.Dd March 10, 2001
+.Dd June 25, 2009
.Dt ACL_CLEAR_FLAGS_NP 3
.Os
.Sh NAME
Modified: head/lib/libc/posix1e/acl_create_entry.3
==============================================================================
--- head/lib/libc/posix1e/acl_create_entry.3 Thu Jun 25 12:46:59 2009 (r194955)
+++ head/lib/libc/posix1e/acl_create_entry.3 Thu Jun 25 12:53:50 2009 (r194956)
@@ -25,7 +25,7 @@
.\"
.\" $FreeBSD$
.\"
-.Dd March 16, 2001
+.Dd June 25, 2009
.Dt ACL_CREATE_ENTRY 3
.Os
.Sh NAME
Modified: head/lib/libc/posix1e/acl_delete_entry.3
==============================================================================
--- head/lib/libc/posix1e/acl_delete_entry.3 Thu Jun 25 12:46:59 2009 (r194955)
+++ head/lib/libc/posix1e/acl_delete_entry.3 Thu Jun 25 12:53:50 2009 (r194956)
@@ -25,7 +25,7 @@
.\"
.\" $FreeBSD$
.\"
-.Dd March 10, 2001
+.Dd June 25, 2009
.Dt ACL_DELETE_ENTRY 3
.Os
.Sh NAME
Modified: head/lib/libc/posix1e/acl_get.3
==============================================================================
--- head/lib/libc/posix1e/acl_get.3 Thu Jun 25 12:46:59 2009 (r194955)
+++ head/lib/libc/posix1e/acl_get.3 Thu Jun 25 12:53:50 2009 (r194956)
@@ -27,7 +27,7 @@
.\"
.\" $FreeBSD$
.\"
-.Dd December 29, 2002
+.Dd June 25, 2009
.Dt ACL_GET 3
.Os
.Sh NAME
Modified: head/lib/libc/posix1e/acl_get_brand_np.3
==============================================================================
--- head/lib/libc/posix1e/acl_get_brand_np.3 Thu Jun 25 12:46:59 2009 (r194955)
+++ head/lib/libc/posix1e/acl_get_brand_np.3 Thu Jun 25 12:53:50 2009 (r194956)
@@ -25,7 +25,7 @@
.\"
.\" $FreeBSD$
.\"
-.Dd March 10, 2001
+.Dd June 25, 2009
.Dt ACL_GET_BRAND_NP 3
.Os
.Sh NAME
Modified: head/lib/libc/posix1e/acl_get_entry_type_np.3
==============================================================================
--- head/lib/libc/posix1e/acl_get_entry_type_np.3 Thu Jun 25 12:46:59 2009 (r194955)
+++ head/lib/libc/posix1e/acl_get_entry_type_np.3 Thu Jun 25 12:53:50 2009 (r194956)
@@ -25,7 +25,7 @@
.\"
.\" $FreeBSD$
.\"
-.Dd March 10, 2001
+.Dd June 25, 2009
.Dt ACL_GET_ENTRY_TYPE_NP 3
.Os
.Sh NAME
Modified: head/lib/libc/posix1e/acl_get_flag_np.3
==============================================================================
--- head/lib/libc/posix1e/acl_get_flag_np.3 Thu Jun 25 12:46:59 2009 (r194955)
+++ head/lib/libc/posix1e/acl_get_flag_np.3 Thu Jun 25 12:53:50 2009 (r194956)
@@ -25,7 +25,7 @@
.\"
.\" $FreeBSD$
.\"
-.Dd April 10, 2001
+.Dd June 25, 2009
.Dt ACL_GET_FLAG_NP 3
.Os
.Sh NAME
Modified: head/lib/libc/posix1e/acl_get_flagset_np.3
==============================================================================
--- head/lib/libc/posix1e/acl_get_flagset_np.3 Thu Jun 25 12:46:59 2009 (r194955)
+++ head/lib/libc/posix1e/acl_get_flagset_np.3 Thu Jun 25 12:53:50 2009 (r194956)
@@ -25,7 +25,7 @@
.\"
.\" $FreeBSD$
.\"
-.Dd March 10, 2001
+.Dd June 25, 2009
.Dt ACL_GET_FLAGSET_NP 3
.Os
.Sh NAME
Modified: head/lib/libc/posix1e/acl_is_trivial_np.3
==============================================================================
--- head/lib/libc/posix1e/acl_is_trivial_np.3 Thu Jun 25 12:46:59 2009 (r194955)
+++ head/lib/libc/posix1e/acl_is_trivial_np.3 Thu Jun 25 12:53:50 2009 (r194956)
@@ -27,7 +27,7 @@
.\"
.\" $FreeBSD$
.\"
-.Dd January 28, 2000
+.Dd June 25, 2009
.Dt ACL_STRIP_NP 3
.Os
.Sh NAME
Modified: head/lib/libc/posix1e/acl_set.3
==============================================================================
--- head/lib/libc/posix1e/acl_set.3 Thu Jun 25 12:46:59 2009 (r194955)
+++ head/lib/libc/posix1e/acl_set.3 Thu Jun 25 12:53:50 2009 (r194956)
@@ -27,7 +27,7 @@
.\"
.\" $FreeBSD$
.\"
-.Dd December 29, 2002
+.Dd June 25, 2009
.Dt ACL_SET 3
.Os
.Sh NAME
Modified: head/lib/libc/posix1e/acl_set_entry_type_np.3
==============================================================================
--- head/lib/libc/posix1e/acl_set_entry_type_np.3 Thu Jun 25 12:46:59 2009 (r194955)
+++ head/lib/libc/posix1e/acl_set_entry_type_np.3 Thu Jun 25 12:53:50 2009 (r194956)
@@ -25,7 +25,7 @@
.\"
.\" $FreeBSD$
.\"
-.Dd March 10, 2001
+.Dd June 25, 2009
.Dt ACL_SET_ENTRY_TYPE_NP 3
.Os
.Sh NAME
Modified: head/lib/libc/posix1e/acl_set_flagset_np.3
==============================================================================
--- head/lib/libc/posix1e/acl_set_flagset_np.3 Thu Jun 25 12:46:59 2009 (r194955)
+++ head/lib/libc/posix1e/acl_set_flagset_np.3 Thu Jun 25 12:53:50 2009 (r194956)
@@ -25,7 +25,7 @@
.\"
.\" $FreeBSD$
.\"
-.Dd March 10, 2001
+.Dd June 25, 2009
.Dt ACL_SET_FLAGSET_NP 3
.Os
.Sh NAME
Modified: head/lib/libc/posix1e/acl_set_tag_type.3
==============================================================================
--- head/lib/libc/posix1e/acl_set_tag_type.3 Thu Jun 25 12:46:59 2009 (r194955)
+++ head/lib/libc/posix1e/acl_set_tag_type.3 Thu Jun 25 12:53:50 2009 (r194956)
@@ -25,7 +25,7 @@
.\"
.\" $FreeBSD$
.\"
-.Dd March 10, 2001
+.Dd June 25, 2009
.Dt ACL_SET_TAG_TYPE 3
.Os
.Sh NAME
Modified: head/lib/libc/posix1e/acl_strip_np.3
==============================================================================
--- head/lib/libc/posix1e/acl_strip_np.3 Thu Jun 25 12:46:59 2009 (r194955)
+++ head/lib/libc/posix1e/acl_strip_np.3 Thu Jun 25 12:53:50 2009 (r194956)
@@ -27,7 +27,7 @@
.\"
.\" $FreeBSD$
.\"
-.Dd January 28, 2000
+.Dd June 25, 2009
.Dt ACL_STRIP_NP 3
.Os
.Sh NAME
Modified: head/lib/libc/posix1e/acl_to_text.3
==============================================================================
--- head/lib/libc/posix1e/acl_to_text.3 Thu Jun 25 12:46:59 2009 (r194955)
+++ head/lib/libc/posix1e/acl_to_text.3 Thu Jun 25 12:53:50 2009 (r194956)
@@ -27,7 +27,7 @@
.\"
.\" $FreeBSD$
.\"
-.Dd January 28, 2000
+.Dd June 25, 2009
.Dt ACL_TO_TEXT 3
.Os
.Sh NAME
Modified: head/lib/libc/sys/pathconf.2
==============================================================================
--- head/lib/libc/sys/pathconf.2 Thu Jun 25 12:46:59 2009 (r194955)
+++ head/lib/libc/sys/pathconf.2 Thu Jun 25 12:53:50 2009 (r194956)
@@ -28,7 +28,7 @@
.\" @(#)pathconf.2 8.1 (Berkeley) 6/4/93
.\" $FreeBSD$
.\"
-.Dd April 5, 2007
+.Dd June 25, 2009
.Dt PATHCONF 2
.Os
.Sh NAME
More information about the svn-src-head
mailing list