diff options
Diffstat (limited to '')
-rw-r--r-- | man/pipewire.1.rst.in | 54 |
1 files changed, 54 insertions, 0 deletions
diff --git a/man/pipewire.1.rst.in b/man/pipewire.1.rst.in new file mode 100644 index 0000000..8b63839 --- /dev/null +++ b/man/pipewire.1.rst.in @@ -0,0 +1,54 @@ +pipewire +######## + +------------------------- +The PipeWire media server +------------------------- + +:Manual section: 1 +:Manual group: General Commands Manual + +SYNOPSIS +======== + +| **pipewire** [*options*] + +DESCRIPTION +=========== + +PipeWire is a service that facilitates sharing of multimedia content +between devices and applications. + +The **pipewire** daemon reads a config file that is further documented in +``pipewire.conf(5)`` manual page. + +OPTIONS +======= + +-h | --help + Show help. + +-v | --verbose + Increase the verbosity by one level. This option may be specified multiple + times. + +--version + Show version information. + +-c | --config=FILE + Load the given config file (Default: pipewire.conf). + +AUTHORS +======= + +The PipeWire Developers <@PACKAGE_BUGREPORT@>; +PipeWire is available from @PACKAGE_URL@ + +SEE ALSO +======== + +``pw-top(1)``, +``pw-dump(1)``, +``pw-mon(1)``, +``pw-cat(1)``, +``pw-cli(1)``, |