From 34e776a9307282122bc7d658184f3a6804eb1ed2 Mon Sep 17 00:00:00 2001 From: Wim Taymans Date: Tue, 28 Jan 2020 16:09:56 +0100 Subject: [PATCH] man: fix command names and issues ref --- man/meson.build | 6 +++--- man/pipewire.1.xml.in | 5 +++-- man/pipewire.conf.5.xml.in | 2 +- man/{pipewire-cli.1.xml.in => pw-cli.1.xml.in} | 10 +++++----- man/{pipewire-monitor.1.xml.in => pw-mon.1.xml.in} | 4 ++-- 5 files changed, 14 insertions(+), 13 deletions(-) rename man/{pipewire-cli.1.xml.in => pw-cli.1.xml.in} (93%) rename man/{pipewire-monitor.1.xml.in => pw-mon.1.xml.in} (88%) diff --git a/man/meson.build b/man/meson.build index ffa332172..c9955a693 100644 --- a/man/meson.build +++ b/man/meson.build @@ -2,7 +2,7 @@ manpage_conf = configuration_data() manpage_conf.set('PACKAGE_NAME', meson.project_name()) manpage_conf.set('PACKAGE_VERSION', meson.project_version()) manpage_conf.set('PACKAGE_URL', 'http://pipewire.org') -manpage_conf.set('PACKAGE_BUGREPORT', 'https://github.com/PipeWire/pipewire/issues') +manpage_conf.set('PACKAGE_BUGREPORT', 'https://gitlab.freedesktop.org/pipewire/pipewire/issues') manpage_conf.set('PIPEWIRE_CONFIG_DIR', pipewire_configdir) manpage_conf.set('top_srcdir', meson.source_root()) manpage_conf.set('top_builddir', meson.build_root()) @@ -10,8 +10,8 @@ manpage_conf.set('top_builddir', meson.build_root()) manpages = [ [ 'pipewire', '1' ], [ 'pipewire.conf', '5' ], - [ 'pipewire-cli', '1' ], - [ 'pipewire-monitor', '1' ] + [ 'pw-cli', '1' ], + [ 'pw-mon', '1' ] ] foreach m : manpages diff --git a/man/pipewire.1.xml.in b/man/pipewire.1.xml.in index 39e09b2c6..d582c8a70 100644 --- a/man/pipewire.1.xml.in +++ b/man/pipewire.1.xml.in @@ -34,7 +34,7 @@ This file is part of PipeWire. @@ -45,7 +45,8 @@ This file is part of PipeWire.

- , + , + ,

diff --git a/man/pipewire.conf.5.xml.in b/man/pipewire.conf.5.xml.in index e7a1fbfc4..d6d45259e 100644 --- a/man/pipewire.conf.5.xml.in +++ b/man/pipewire.conf.5.xml.in @@ -48,7 +48,7 @@ This file is part of PipeWire.

, - , + ,

diff --git a/man/pipewire-cli.1.xml.in b/man/pw-cli.1.xml.in similarity index 93% rename from man/pipewire-cli.1.xml.in rename to man/pw-cli.1.xml.in index e3acf7a37..fe70b2075 100644 --- a/man/pipewire-cli.1.xml.in +++ b/man/pw-cli.1.xml.in @@ -6,18 +6,18 @@ This file is part of PipeWire. --> - + - pipewire-cli + pw-cli

Interact with a PipeWire instance.

-

starts an interactive session +

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.

+ PipeWire instance, that of the pw-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 @@ -145,7 +145,7 @@ This file is part of PipeWire.

, - , + ,

diff --git a/man/pipewire-monitor.1.xml.in b/man/pw-mon.1.xml.in similarity index 88% rename from man/pipewire-monitor.1.xml.in rename to man/pw-mon.1.xml.in index fd84fceac..6bc5067ed 100644 --- a/man/pipewire-monitor.1.xml.in +++ b/man/pw-mon.1.xml.in @@ -6,10 +6,10 @@ This file is part of PipeWire. --> - + - pipewire-monitor [remote-name] + pw-mon [remote-name]