Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 29 Sep 2023 00:29:54 GMT
From:      Dag-Erling =?utf-8?Q?Sm=C3=B8rgrav?= <des@FreeBSD.org>
To:        src-committers@FreeBSD.org, dev-commits-src-all@FreeBSD.org, dev-commits-src-branches@FreeBSD.org
Subject:   git: d1a34ebb939b - stable/13 - Remove mention of defunct mailing list from acl / mac man pages.
Message-ID:  <202309290029.38T0Ts36073117@gitrepo.freebsd.org>

next in thread | raw e-mail | index | archive | help
The branch stable/13 has been updated by des:

URL: https://cgit.FreeBSD.org/src/commit/?id=d1a34ebb939b0c56d101fd0dee5298396ac030fd

commit d1a34ebb939b0c56d101fd0dee5298396ac030fd
Author:     Dag-Erling Smørgrav <des@FreeBSD.org>
AuthorDate: 2023-09-22 07:42:57 +0000
Commit:     Dag-Erling Smørgrav <des@FreeBSD.org>
CommitDate: 2023-09-29 00:26:43 +0000

    Remove mention of defunct mailing list from acl / mac man pages.
    
    Sponsored by:   Klara, Inc.
    Reviewed by:    kevans
    Differential Revision:  https://reviews.freebsd.org/D41923
    
    (cherry picked from commit b653faaa19c47a4a7e488e5ead738b7ae44ffe8b)
    
    Fix typos in acl_get_entry(3) manual page.
    
    Sponsored by:   Klara, Inc.
    Reviewed by:    kevans
    Differential Revision:  https://reviews.freebsd.org/D41924
    
    (cherry picked from commit c34fce8a039935e06ed84db1395d7d2c551e5a7c)
---
 lib/libc/posix1e/acl.3           |  7 +------
 lib/libc/posix1e/acl_get.3       | 12 ++----------
 lib/libc/posix1e/acl_get_entry.3 |  6 +++---
 lib/libc/posix1e/mac_free.3      |  8 +-------
 lib/libc/posix1e/mac_get.3       |  8 +-------
 lib/libc/posix1e/mac_prepare.3   |  8 +-------
 lib/libc/posix1e/mac_text.3      |  8 +-------
 7 files changed, 10 insertions(+), 47 deletions(-)

diff --git a/lib/libc/posix1e/acl.3 b/lib/libc/posix1e/acl.3
index c74b92028c6d..4c5f232a2e6a 100644
--- a/lib/libc/posix1e/acl.3
+++ b/lib/libc/posix1e/acl.3
@@ -25,7 +25,7 @@
 .\" OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
 .\" SUCH DAMAGE.
 .\"
-.Dd May 8, 2023
+.Dd September 21, 2023
 .Dt ACL 3
 .Os
 .Sh NAME
@@ -286,11 +286,6 @@ POSIX.2c describes a set of userland utilities for manipulating these
 labels.
 .Pp
 POSIX.1e is described in IEEE POSIX.1e draft 17.
-Discussion of the draft continues on the cross-platform POSIX.1e
-implementation mailing list.
-To join this list, see the
-.Fx
-POSIX.1e implementation page for more information.
 .Sh HISTORY
 POSIX.1e support was introduced in
 .Fx 4.0 ;
diff --git a/lib/libc/posix1e/acl_get.3 b/lib/libc/posix1e/acl_get.3
index 1908f0d0d97b..91a3626ada72 100644
--- a/lib/libc/posix1e/acl_get.3
+++ b/lib/libc/posix1e/acl_get.3
@@ -25,7 +25,7 @@
 .\" OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
 .\" SUCH DAMAGE.
 .\"
-.Dd June 25, 2009
+.Dd September 21, 2023
 .Dt ACL_GET 3
 .Os
 .Sh NAME
@@ -151,16 +151,8 @@ The file system does not support ACL retrieval.
 .Xr posix1e 3
 .Sh STANDARDS
 POSIX.1e is described in IEEE POSIX.1e draft 17.
-Discussion
-of the draft continues on the cross-platform POSIX.1e implementation
-mailing list.
-To join this list, see the
-.Fx
-POSIX.1e implementation
-page for more information.
 .Sh HISTORY
 POSIX.1e support was introduced in
-.Fx 4.0 ,
-and development continues.
+.Fx 4.0 .
 .Sh AUTHORS
 .An Robert N M Watson
diff --git a/lib/libc/posix1e/acl_get_entry.3 b/lib/libc/posix1e/acl_get_entry.3
index 1c6126334fa3..94a95b5412b7 100644
--- a/lib/libc/posix1e/acl_get_entry.3
+++ b/lib/libc/posix1e/acl_get_entry.3
@@ -23,7 +23,7 @@
 .\" OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
 .\" SUCH DAMAGE.
 .\"
-.Dd April 13, 2001
+.Dd September 21, 2023
 .Dt ACL_GET_ENTRY 3
 .Os
 .Sh NAME
@@ -42,7 +42,7 @@ The
 function
 is a POSIX.1e call that retrieves a descriptor for an ACL entry
 specified by the argument
-.Fa entry_d
+.Fa entry_id
 within the ACL indicated by the argument
 .Fa acl .
 .Pp
@@ -100,7 +100,7 @@ will be set to indicate the error.
 .Sh ERRORS
 The
 .Fn acl_get_entry
-fails if:
+function fails if:
 .Bl -tag -width Er
 .It Bq Er EINVAL
 Argument
diff --git a/lib/libc/posix1e/mac_free.3 b/lib/libc/posix1e/mac_free.3
index 987bd9966564..4ed68b70f3a3 100644
--- a/lib/libc/posix1e/mac_free.3
+++ b/lib/libc/posix1e/mac_free.3
@@ -31,7 +31,7 @@
 .\" OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
 .\" SUCH DAMAGE.
 .\"
-.Dd December 21, 2001
+.Dd September 21, 2023
 .Dt MAC_FREE 3
 .Os
 .Sh NAME
@@ -67,12 +67,6 @@ function.
 .Xr mac 9
 .Sh STANDARDS
 POSIX.1e is described in IEEE POSIX.1e draft 17.
-Discussion of the draft
-continues on the cross-platform POSIX.1e implementation mailing list.
-To join this list, see the
-.Fx
-POSIX.1e implementation page
-for more information.
 .Sh HISTORY
 Support for Mandatory Access Control was introduced in
 .Fx 5.0
diff --git a/lib/libc/posix1e/mac_get.3 b/lib/libc/posix1e/mac_get.3
index 45045977fb32..171f7cd91aaf 100644
--- a/lib/libc/posix1e/mac_get.3
+++ b/lib/libc/posix1e/mac_get.3
@@ -28,7 +28,7 @@
 .\" OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
 .\" SUCH DAMAGE.
 .\"
-.Dd December 21, 2001
+.Dd September 21, 2023
 .Dt MAC_GET 3
 .Os
 .Sh NAME
@@ -136,12 +136,6 @@ is not a directory.
 .Xr mac 9
 .Sh STANDARDS
 POSIX.1e is described in IEEE POSIX.1e draft 17.
-Discussion of the draft
-continues on the cross-platform POSIX.1e implementation mailing list.
-To join this list, see the
-.Fx
-POSIX.1e implementation page
-for more information.
 .Sh HISTORY
 Support for Mandatory Access Control was introduced in
 .Fx 5.0
diff --git a/lib/libc/posix1e/mac_prepare.3 b/lib/libc/posix1e/mac_prepare.3
index 58493e988a0b..50dfa1c28d2d 100644
--- a/lib/libc/posix1e/mac_prepare.3
+++ b/lib/libc/posix1e/mac_prepare.3
@@ -28,7 +28,7 @@
 .\" OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
 .\" SUCH DAMAGE.
 .\"
-.Dd August 22, 2003
+.Dd September 21, 2023
 .Dt MAC_PREPARE 3
 .Os
 .Sh NAME
@@ -108,12 +108,6 @@ respectively.
 .Xr maclabel 7
 .Sh STANDARDS
 POSIX.1e is described in IEEE POSIX.1e draft 17.
-Discussion of the draft
-continues on the cross-platform POSIX.1e implementation mailing list.
-To join this list, see the
-.Fx
-POSIX.1e implementation page
-for more information.
 .Sh HISTORY
 Support for Mandatory Access Control was introduced in
 .Fx 5.0
diff --git a/lib/libc/posix1e/mac_text.3 b/lib/libc/posix1e/mac_text.3
index 88131f0bf611..29c1aacca485 100644
--- a/lib/libc/posix1e/mac_text.3
+++ b/lib/libc/posix1e/mac_text.3
@@ -28,7 +28,7 @@
 .\" OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
 .\" SUCH DAMAGE.
 .\"
-.Dd December 21, 2001
+.Dd September 21, 2023
 .Dt MAC_TEXT 3
 .Os
 .Sh NAME
@@ -101,12 +101,6 @@ to allocate internal storage.
 .Xr maclabel 7
 .Sh STANDARDS
 POSIX.1e is described in IEEE POSIX.1e draft 17.
-Discussion of the draft
-continues on the cross-platform POSIX.1e implementation mailing list.
-To join this list, see the
-.Fx
-POSIX.1e implementation page
-for more information.
 .Sh HISTORY
 Support for Mandatory Access Control was introduced in
 .Fx 5.0



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