diff --git a/man/meson.build b/man/meson.build index ceea56cf6..65644442d 100644 --- a/man/meson.build +++ b/man/meson.build @@ -7,6 +7,7 @@ manpage_conf.set('top_srcdir', meson.source_root()) manpage_conf.set('top_builddir', meson.build_root()) manpages = ['pipewire.1', + 'pipewire-cli.1', 'pipewire-monitor.1' ] foreach m : manpages diff --git a/man/pipewire-cli.1.xml.in b/man/pipewire-cli.1.xml.in new file mode 100644 index 000000000..b8cb48b57 --- /dev/null +++ b/man/pipewire-cli.1.xml.in @@ -0,0 +1,165 @@ + + + + + + + + + + pipewire-cli + + + +

Interact with a PipeWire instance.

+ +

starts an interactive session + with a pipewire instance. By default, a connection is made with the local + PipeWire instance, that of the pipewire-cli command itself.

+ +

Connections to other, remote instances can be made. The current instance + name is displayed at the prompt. Some commands operate on the current + instance and some on the local instance.

+ +

Use the 'help' command to list the available commands.

+ +
+ +
+ +
+ +
+

Modules are loaded and unloaded in the local instance and can add + functionality or objects to the local instance.

+ + + +
+ +
+ + + +
+ +
+ + + + + + + +
+ +
+ + + + + +
+ +
+ + + +
+ +
+

+
+ +
+

The PipeWire Developers <@PACKAGE_BUGREPORT@>; PipeWire is available from

+
+ +
+

+ , + , +

+
+ +
diff --git a/man/pipewire-monitor.1.xml.in b/man/pipewire-monitor.1.xml.in index 650c8e7a8..57b694ac6 100644 --- a/man/pipewire-monitor.1.xml.in +++ b/man/pipewire-monitor.1.xml.in @@ -22,16 +22,22 @@ License along with PipeWire; if not, see . - pipewire + pipewire-monitor [remote-name] -

Monitor objects on the PipeWire service.

+

Monitor objects on the PipeWire instance.

+ +