git: fef74e99fc23 - main - setfacl.1: correct reference to a trailing comma, should read "colon" PR: 271063 Reported by: rdd@rdd.nu

From: Ceri Davies <ceri_at_FreeBSD.org>
Date: Sat, 29 Apr 2023 11:24:23 UTC
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.