On Tue, Jan 05, 2021 at 17:25:46 +0000, Daniel P. Berrangé wrote:
This is an adaptation of the libvirtd manpage.
Signed-off-by: Daniel P. Berrangé <berrange(a)redhat.com>
---
docs/manpages/index.rst | 1 +
docs/manpages/meson.build | 1 +
docs/manpages/virtnetworkd.rst | 215 +++++++++++++++++++++++++++++++++
3 files changed, 217 insertions(+)
create mode 100644 docs/manpages/virtnetworkd.rst
...
diff --git a/docs/manpages/virtnetworkd.rst
b/docs/manpages/virtnetworkd.rst
new file mode 100644
index 0000000000..1ef9a12210
--- /dev/null
+++ b/docs/manpages/virtnetworkd.rst
@@ -0,0 +1,215 @@
...
+EXAMPLES
+========
+
+To retrieve the version of ``virtnetworkd``:
+
+::
+
+ # virtnetworkd --version
+ virtnetworkd (libvirt) @
Missing VERSION@ at the end of the line.
...
Reviewed-by: Jiri Denemark <jdenemar(a)redhat.com>