On Tue, Jan 05, 2021 at 17:25:42 +0000, Daniel P. Berrangé wrote: > This is an adaptation of the libvirtd manpage. > > Signed-off-by: Daniel P. Berrangé <berrange@xxxxxxxxxx> > --- > docs/manpages/index.rst | 1 + > docs/manpages/meson.build | 1 + > docs/manpages/virtproxyd.rst | 256 +++++++++++++++++++++++++++++++++++ > 3 files changed, 258 insertions(+) > create mode 100644 docs/manpages/virtproxyd.rst > ... > diff --git a/docs/manpages/virtproxyd.rst b/docs/manpages/virtproxyd.rst > new file mode 100644 > index 0000000000..a8a0c044fa > --- /dev/null > +++ b/docs/manpages/virtproxyd.rst > @@ -0,0 +1,256 @@ > +========== > +virtproxyd > +========== > + > +-------------------- > +libvirt proxy daemon > +-------------------- > + > +:Manual section: 8 > +:Manual group: Virtualization Support > + > +.. contents:: > + > +SYNOPSIS > +======== > + > +``virtproxyd`` [*OPTION*]... > + > + > +DESCRIPTION > +=========== > + > +The ``virtproxyd`` program is a server side daemon component of the libvirt > +virtualization management system. > + > +It is one of a collection of modular daemons that replace functionality > +previously provided by the monolithic ``libvirtd`` daemon. > + > +This daemon runs on virtualization hosts an s/an/and/ ... > +EXAMPLES > +======== > + > +To retrieve the version of ``virtproxyd``: > + > +:: > + > + # virtproxyd --version > + virtproxyd (libvirt) 6.6.0 I believe you should replace the hardcoded version with @VERSION@ to match what you did in the previous patch. ... Reviewed-by: Jiri Denemark <jdenemar@xxxxxxxxxx>