Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 22 May 2024 13:56:59 GMT
From:      Baptiste Daroussin <bapt@FreeBSD.org>
To:        src-committers@FreeBSD.org, dev-commits-src-all@FreeBSD.org, dev-commits-src-main@FreeBSD.org
Subject:   git: eaab8e4166a0 - main - mac_do(4): fix typo
Message-ID:  <202405221356.44MDuxV4050358@gitrepo.freebsd.org>

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

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

commit eaab8e4166a02212cb7d6aea4304834d9bcf5ff9
Author:     Baptiste Daroussin <bapt@FreeBSD.org>
AuthorDate: 2024-05-22 13:56:03 +0000
Commit:     Baptiste Daroussin <bapt@FreeBSD.org>
CommitDate: 2024-05-22 13:56:36 +0000

    mac_do(4): fix typo
    
    Reported by:    Gary Jennejohn <garyj@gmx.de>
---
 share/man/man4/mac_do.4 | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/share/man/man4/mac_do.4 b/share/man/man4/mac_do.4
index 9a9ebe1ca989..ce9f8cf25a4a 100644
--- a/share/man/man4/mac_do.4
+++ b/share/man/man4/mac_do.4
@@ -27,7 +27,7 @@ according to predefined rules.
 The exact set of kernel privileges granted are:
 .Bl -inset -compact -offset indent
 .It Dv PRIV_CRED_SETGROUPS
-.It Dv PRIV_CRET_SETUID
+.It Dv PRIV_CRED_SETUID
 .El
 .Pp
 The following



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