diff options
| author | Christos Margiolis <christos@FreeBSD.org> | 2026-05-21 18:42:25 +0000 |
|---|---|---|
| committer | Christos Margiolis <christos@FreeBSD.org> | 2026-06-15 15:03:55 +0000 |
| commit | 7f2d790824692b16ab2bf64a9b1e176f192cf319 (patch) | |
| tree | 3c3c7e54fa2cb853a391cb76b58745ce41603059 | |
| parent | a6aa95eba6ee2dd199d6cb8063dbaccd8a6f7512 (diff) | |
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
| -rw-r--r-- | share/man/man7/groups.7 | 7 |
1 files changed, 6 insertions, 1 deletions
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/* |
