1
Fork 0
mirror of https://github.com/RGBCube/serenity synced 2025-07-27 07:37:46 +00:00

Base: Correct IPC socket path in AudioServer's man page

This commit is contained in:
Sönke Holz 2023-12-09 02:21:05 +01:00 committed by Sam Atkins
parent 7ebf9cb2db
commit c15e0b6596

View file

@ -82,7 +82,7 @@ SerenityOS's audio system uses a variety of sample rates in different layers of
* [/dev/audio](help://man/4/audio) * [/dev/audio](help://man/4/audio)
* AudioApplet and AudioServer have settings which are managed by ConfigServer. * AudioApplet and AudioServer have settings which are managed by ConfigServer.
* `/tmp/user/%uid/portal/audio`: AudioServer's client IPC socket * `/tmp/session/%sid/portal/audio`: AudioServer's client IPC socket
## See also ## See also