The branch main has been updated by christos: URL: https://cgit.FreeBSD.org/src/commit/?id=7f2d790824692b16ab2bf64a9b1e176f192cf319
commit 7f2d790824692b16ab2bf64a9b1e176f192cf319 Author: Christos Margiolis <[email protected]> AuthorDate: 2026-05-21 18:42:25 +0000 Commit: Christos Margiolis <[email protected]> CommitDate: 2026-06-15 15:03:55 +0000 groups.7: Document audio group Sponsored by: The FreeBSD Foundation MFC after: 1 week Reviewed by: emaste Pull-Request: https://ron-dev.freebsd.org/FreeBSD/src/pulls/35 --- share/man/man7/groups.7 | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/share/man/man7/groups.7 b/share/man/man7/groups.7 index d928dbb41e0f..2b5c34ca08cd 100644 --- a/share/man/man7/groups.7 +++ b/share/man/man7/groups.7 @@ -26,7 +26,7 @@ .\" ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE .\" POSSIBILITY OF SUCH DAMAGE. .\" -.Dd April 19, 2026 +.Dd May 21, 2026 .Dt GROUPS 7 .Os .Sh NAME @@ -183,6 +183,11 @@ group). Not used by .Fx ; available for the administrator's interpretation. +.It Em audio +Used to access any device node created by +.Xr sound 4 , +device drivers, and +.Xr virtual_oss 8 . .It Em video Used for access to .Pa /dev/drm/*
