Update cheatsheets

This commit is contained in:
ivuorinen
2025-04-28 00:20:19 +00:00
parent 5bf37ece1a
commit 2c0f4bfdb2
88 changed files with 330 additions and 253 deletions

View File

@@ -6,7 +6,7 @@ source: https://github.com/tldr-pages/tldr.git
# pulseaudio
> The PulseAudio sound system daemon and manager.
> More information: <https://www.freedesktop.org/wiki/Software/PulseAudio/>.
> More information: <https://manned.org/pulseaudio>.
- Check if PulseAudio is running (a non-zero exit code means it is not running):
@@ -18,7 +18,7 @@ source: https://github.com/tldr-pages/tldr.git
- Kill the running PulseAudio daemon:
`pulseaudio --kill`
`pulseaudio {{[-k|--kill]}}`
- List available modules:
@@ -26,4 +26,4 @@ source: https://github.com/tldr-pages/tldr.git
- Load a module into the currently running daemon with the specified arguments:
`pulseaudio --load="{{module_name}} {{arguments}}"`
`pulseaudio {{[-L|--load]}} "{{module_name}} {{arguments}}"`