mirror of
https://github.com/libvirt/libvirt.git
synced 2025-02-25 18:55:26 -06:00
Revert "virt-ssh-helper: Add manual page"
This was pushed by mistake with incorrect claim of my R-b.
This reverts commit dadcd35260
.
Signed-off-by: Ján Tomko <jtomko@redhat.com>
This commit is contained in:
parent
9402db25f8
commit
4a6b246d39
@ -19,7 +19,6 @@ docs_man_files = [
|
|||||||
{ 'name': 'virt-pki-query-dn', 'section': '1', 'install': true },
|
{ 'name': 'virt-pki-query-dn', 'section': '1', 'install': true },
|
||||||
{ 'name': 'virt-pki-validate', '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-qemu-run', 'section': '1', 'install': conf.has('WITH_QEMU') },
|
||||||
{ 'name': 'virt-ssh-helper', 'section': '1', 'install': true },
|
|
||||||
{ 'name': 'virt-xml-validate', 'section': '1', 'install': true },
|
{ 'name': 'virt-xml-validate', 'section': '1', 'install': true },
|
||||||
|
|
||||||
{ 'name': 'libvirtd', 'section': '8', 'install': conf.has('WITH_LIBVIRTD') },
|
{ 'name': 'libvirtd', 'section': '8', 'install': conf.has('WITH_LIBVIRTD') },
|
||||||
|
@ -1,95 +0,0 @@
|
|||||||
===============
|
|
||||||
virt-ssh-helper
|
|
||||||
===============
|
|
||||||
|
|
||||||
--------------------
|
|
||||||
libvirt socket proxy
|
|
||||||
--------------------
|
|
||||||
|
|
||||||
:Manual section: 1
|
|
||||||
:Manual group: Virtualization Support
|
|
||||||
|
|
||||||
.. contents::
|
|
||||||
|
|
||||||
|
|
||||||
SYNOPSIS
|
|
||||||
========
|
|
||||||
|
|
||||||
``virt-ssh-helper`` [*OPTION*]... *URI*
|
|
||||||
|
|
||||||
|
|
||||||
DESCRIPTION
|
|
||||||
===========
|
|
||||||
|
|
||||||
``virt-ssh-helper`` is an internal tool used to handle connections
|
|
||||||
coming from remote clients, and it's not intended to be called
|
|
||||||
directly by the user.
|
|
||||||
|
|
||||||
|
|
||||||
OPTIONS
|
|
||||||
=======
|
|
||||||
|
|
||||||
*URI*
|
|
||||||
|
|
||||||
Local libvirt URI to connect the remote client to.
|
|
||||||
|
|
||||||
``-r``, ``--readonly``
|
|
||||||
|
|
||||||
Make the connection read-only.
|
|
||||||
|
|
||||||
``-h``, ``--help``
|
|
||||||
|
|
||||||
Display command line help usage then exit.
|
|
||||||
|
|
||||||
``-V``, ``--version``
|
|
||||||
|
|
||||||
Display version information then exit.
|
|
||||||
|
|
||||||
|
|
||||||
EXIT STATUS
|
|
||||||
===========
|
|
||||||
|
|
||||||
The exit status will be zero on success, non-zero on failure.
|
|
||||||
|
|
||||||
|
|
||||||
AUTHOR
|
|
||||||
======
|
|
||||||
|
|
||||||
Daniel P. Berrangé
|
|
||||||
|
|
||||||
|
|
||||||
BUGS
|
|
||||||
====
|
|
||||||
|
|
||||||
Please report all bugs you discover. This should be done via either:
|
|
||||||
|
|
||||||
#. the mailing list
|
|
||||||
|
|
||||||
`https://libvirt.org/contact.html <https://libvirt.org/contact.html>`_
|
|
||||||
|
|
||||||
#. the bug tracker
|
|
||||||
|
|
||||||
`https://libvirt.org/bugs.html <https://libvirt.org/bugs.html>`_
|
|
||||||
|
|
||||||
Alternatively, you may report bugs to your software distributor / vendor.
|
|
||||||
|
|
||||||
|
|
||||||
COPYRIGHT
|
|
||||||
=========
|
|
||||||
|
|
||||||
Copyright (C) 2020 Red Hat, Inc.
|
|
||||||
|
|
||||||
|
|
||||||
LICENSE
|
|
||||||
=======
|
|
||||||
|
|
||||||
``virt-ssh-helper`` is distributed under the terms of the GNU LGPL v2+.
|
|
||||||
This is free software; see the source for copying conditions. There
|
|
||||||
is NO warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR
|
|
||||||
PURPOSE.
|
|
||||||
|
|
||||||
|
|
||||||
SEE ALSO
|
|
||||||
========
|
|
||||||
|
|
||||||
virsh(1), `https://libvirt.org/ <https://libvirt.org/>`_
|
|
@ -1697,7 +1697,6 @@ exit 0
|
|||||||
|
|
||||||
%{_mandir}/man1/virt-admin.1*
|
%{_mandir}/man1/virt-admin.1*
|
||||||
%{_mandir}/man1/virt-host-validate.1*
|
%{_mandir}/man1/virt-host-validate.1*
|
||||||
%{_mandir}/man1/virt-ssh-helper.1*
|
|
||||||
%{_mandir}/man8/libvirtd.8*
|
%{_mandir}/man8/libvirtd.8*
|
||||||
%{_mandir}/man8/virtlogd.8*
|
%{_mandir}/man8/virtlogd.8*
|
||||||
%{_mandir}/man8/virtlockd.8*
|
%{_mandir}/man8/virtlockd.8*
|
||||||
|
Loading…
Reference in New Issue
Block a user