
7 Jan
2022
7 Jan
'22
10:30 a.m.
On 12/13/21 14:44, Andrea Bolognani wrote:
We don't usually provide manual pages for internal tools, but in the case of virt-ssh-helper the command is installed inside the default $PATH and so it's likely that the user will stumble upon it by using the shell's completion feature when invoking another virt-* command, which makes it a good idea to provide at least a minimal manual page.
Signed-off-by: Andrea Bolognani <abologna@redhat.com> --- docs/manpages/meson.build | 1 + docs/manpages/virt-ssh-helper.rst | 95 +++++++++++++++++++++++++++++++ libvirt.spec.in | 1 + 3 files changed, 97 insertions(+) create mode 100644 docs/manpages/virt-ssh-helper.rst
Reviewed-by: Michal Privoznik <mprivozn@redhat.com> Michal