Module Name: src
Committed By: christos
Date: Mon Jan 17 17:56:48 UTC 2022
Modified Files:
src/lib/libc/posix1e: acl.3
Log Message:
PR/56640: Kimmo Suominen: Correct HISTORY section.
To generate a diff of this commit:
cvs rdiff -u -r1.2 -r1.3 src/lib/libc/posix1e/acl.3
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Modified files:
Index: src/lib/libc/posix1e/acl.3
diff -u src/lib/libc/posix1e/acl.3:1.2 src/lib/libc/posix1e/acl.3:1.3
--- src/lib/libc/posix1e/acl.3:1.2 Thu Jun 18 15:46:34 2020
+++ src/lib/libc/posix1e/acl.3 Mon Jan 17 12:56:48 2022
@@ -1,4 +1,4 @@
-.\" $NetBSD: acl.3,v 1.2 2020/06/18 19:46:34 wiz Exp $
+.\" $NetBSD: acl.3,v 1.3 2022/01/17 17:56:48 christos Exp $
.\"-
.\" Copyright (c) 2000, 2001, 2002 Robert N. M. Watson
.\" All rights reserved.
@@ -28,7 +28,7 @@
.\"
.\" $FreeBSD: head/lib/libc/posix1e/acl.3 296196 2016-02-29 16:52:06Z trasz $
.\"
-.Dd October 30, 2014
+.Dd January 17, 2022
.Dt ACL 3
.Os
.Sh NAME
@@ -290,13 +290,12 @@ 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 ;
-.Fx 5.0
-was the first version to include a complete ACL implementation based
-on extended attributes for the UFS and UFS2 file systems.
-NFSv4 ACL support was introduced in
-.Fx 8.0 .
+Both NFSv4 and POSIX.1e ACL support were introduced in
+.Nx 10.0 .
+Support was ported from
+.Fx
+and is based on extended attributes
+for the UFS and UFS2 file systems.
.Pp
The
.Xr getfacl 1