]> xenbits.xensource.com Git - libvirt.git/commitdiff
virt-ssh-helper: Move manual page to section 8
authorAndrea Bolognani <abologna@redhat.com>
Thu, 13 Jan 2022 13:42:21 +0000 (14:42 +0100)
committerAndrea Bolognani <abologna@redhat.com>
Thu, 13 Jan 2022 15:07:56 +0000 (16:07 +0100)
While sections are somewhat loosely defined and thus the choice
is not quite a clear-cut one, section 8 might be a slightly
better fit in this case.

Suggested-by: Olaf Hering <olaf@aepfle.de>
Signed-off-by: Andrea Bolognani <abologna@redhat.com>
Reviewed-by: Ján Tomko <jtomko@redhat.com>
docs/manpages/meson.build
docs/manpages/virt-ssh-helper.rst
libvirt.spec.in

index 6763d19af84be9c1579b8078d1fa8ee3058556d2..150f45d296cbded431f1cf0d58f461e0f0018e39 100644 (file)
@@ -19,11 +19,11 @@ docs_man_files = [
   { 'name': 'virt-pki-query-dn', 'section': '1', 'install': true },
   { 'name': 'virt-pki-validate', 'section': '1', 'install': true },
   { 'name': 'virt-qemu-run', 'section': '1', 'install': conf.has('WITH_QEMU') },
-  { 'name': 'virt-ssh-helper', 'section': '1', 'install': conf.has('WITH_LIBVIRTD') },
   { 'name': 'virt-xml-validate', 'section': '1', 'install': true },
 
   { 'name': 'libvirtd', 'section': '8', 'install': conf.has('WITH_LIBVIRTD') },
   { 'name': 'virt-sanlock-cleanup', 'section': '8', 'install': conf.has('WITH_SANLOCK') },
+  { 'name': 'virt-ssh-helper', 'section': '8', 'install': conf.has('WITH_LIBVIRTD') },
   { 'name': 'virtbhyved', 'section': '8', 'install': conf.has('WITH_BHYVE') },
   { 'name': 'virtinterfaced', 'section': '8', 'install': conf.has('WITH_INTERFACE') },
   { 'name': 'virtlockd', 'section': '8', 'install': conf.has('WITH_LIBVIRTD') },
index 175ddacaec6073c6b9576f0bbf14c0624c7605b5..9d0cf10bc39d79719c1ac458ca89c01b509bd9c4 100644 (file)
@@ -6,7 +6,7 @@ virt-ssh-helper
 libvirt socket proxy
 --------------------
 
-:Manual section: 1
+:Manual section: 8
 :Manual group: Virtualization Support
 
 .. contents::
index 7a90a1a9e660e9255e7270a3fecacf304d34ef72..db9d622699900be84e1d00285909caab03016b4d 100644 (file)
@@ -1693,7 +1693,7 @@ exit 0
 
 %{_mandir}/man1/virt-admin.1*
 %{_mandir}/man1/virt-host-validate.1*
-%{_mandir}/man1/virt-ssh-helper.1*
+%{_mandir}/man8/virt-ssh-helper.8*
 %{_mandir}/man8/libvirtd.8*
 %{_mandir}/man8/virtlogd.8*
 %{_mandir}/man8/virtlockd.8*