From ed8be8e393b9752e46344823ba60107b337716ba Mon Sep 17 00:00:00 2001 From: Wim Taymans Date: Mon, 26 Sep 2022 10:07:32 +0200 Subject: [PATCH] man: add some more see also manpages --- man/pipewire.1.rst.in | 2 ++ man/pw-profiler.1.rst.in | 3 +++ man/pw-top.1.rst.in | 3 +++ 3 files changed, 8 insertions(+) diff --git a/man/pipewire.1.rst.in b/man/pipewire.1.rst.in index fd0701705..8b6383969 100644 --- a/man/pipewire.1.rst.in +++ b/man/pipewire.1.rst.in @@ -47,6 +47,8 @@ PipeWire is available from @PACKAGE_URL@ SEE ALSO ======== +``pw-top(1)``, +``pw-dump(1)``, ``pw-mon(1)``, ``pw-cat(1)``, ``pw-cli(1)``, diff --git a/man/pw-profiler.1.rst.in b/man/pw-profiler.1.rst.in index 119d8ceea..6fb57c8eb 100644 --- a/man/pw-profiler.1.rst.in +++ b/man/pw-profiler.1.rst.in @@ -27,6 +27,8 @@ When this program is stopped, a set of **gnuplot** files and a script to generat SVG files from the .plot files is generated, along with a .html file to visualize the profiling results in a browser. +This function uses the same data used by *pw-top*. + OPTIONS ======= @@ -52,3 +54,4 @@ SEE ALSO ======== ``pipewire(1)``, +``pw-top(1)``, diff --git a/man/pw-top.1.rst.in b/man/pw-top.1.rst.in index afd357347..0e3a4854e 100644 --- a/man/pw-top.1.rst.in +++ b/man/pw-top.1.rst.in @@ -168,4 +168,7 @@ SEE ALSO ======== ``pipewire(1)``, +``pw-dump(1)``, +``pw-cli(1)``, +``pw-profiler(1)``,