Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 29 Apr 2023 11:24:23 GMT
From:      Ceri Davies <ceri@FreeBSD.org>
To:        src-committers@FreeBSD.org, dev-commits-src-all@FreeBSD.org, dev-commits-src-main@FreeBSD.org
Subject:   git: fef74e99fc23 - main - setfacl.1: correct reference to a trailing comma, should read "colon" PR:		271063 Reported by:	rdd@rdd.nu
Message-ID:  <202304291124.33TBONev042629@gitrepo.freebsd.org>

next in thread | raw e-mail | index | archive | help
The branch main has been updated by ceri:

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

commit fef74e99fc234a687f1a00318ece1834587c4e92
Author:     Ceri Davies <ceri@FreeBSD.org>
AuthorDate: 2023-04-29 11:22:52 +0000
Commit:     Ceri Davies <ceri@FreeBSD.org>
CommitDate: 2023-04-29 11:22:52 +0000

    setfacl.1: correct reference to a trailing comma, should read "colon"
    PR:             271063
    Reported by:    rdd@rdd.nu
---
 bin/setfacl/setfacl.1 | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/bin/setfacl/setfacl.1 b/bin/setfacl/setfacl.1
index 31040a61558c..45f3ab8d1e7a 100644
--- a/bin/setfacl/setfacl.1
+++ b/bin/setfacl/setfacl.1
@@ -26,7 +26,7 @@
 .\"
 .\" $FreeBSD$
 .\"
-.Dd October 26, 2018
+.Dd April 29, 2023
 .Dt SETFACL 1
 .Os
 .Sh NAME
@@ -331,7 +331,7 @@ In entries whose tag type is one of
 .Dq Li group@ ,
 or
 .Dq Li everyone@ ,
-this field is omitted altogether, including the trailing comma.
+this field is omitted altogether, including the trailing colon.
 .It Ar "access permissions"
 Access permissions may be specified in either short or long form.
 Short and long forms may not be mixed.



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