mirror of
https://github.com/ivuorinen/cheatsheet-tldr.git
synced 2026-02-19 02:50:05 +00:00
Update cheatsheets
This commit is contained in:
@@ -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}}"`
|
||||
|
||||
Reference in New Issue
Block a user