[ovs-dev] [PATCH] debian: Added a manpage for ovs-bugtool

Ethan Jackson ethan at nicira.com
Fri Sep 24 23:35:03 UTC 2010


Added a manpage for the ovs-bugtool script.
---
 debian/automake.mk                |    1 +
 debian/openvswitch-common.install |    1 +
 debian/ovs-bugtool.8              |   46 +++++++++++++++++++++++++++++++++++++
 3 files changed, 48 insertions(+), 0 deletions(-)
 create mode 100644 debian/ovs-bugtool.8

diff --git a/debian/automake.mk b/debian/automake.mk
index 2043206..7c73831 100644
--- a/debian/automake.mk
+++ b/debian/automake.mk
@@ -42,6 +42,7 @@ EXTRA_DIST += \
 	debian/openvswitch-switch.postrm \
 	debian/openvswitch-switch.template \
 	debian/ovs-bugtool \
+	debian/ovs-bugtool.8 \
 	debian/ovs-monitor-ipsec \
 	debian/python-openvswitch.dirs \
 	debian/python-openvswitch.install \
diff --git a/debian/openvswitch-common.install b/debian/openvswitch-common.install
index 298f1ad..1733612 100644
--- a/debian/openvswitch-common.install
+++ b/debian/openvswitch-common.install
@@ -5,4 +5,5 @@ _debian/utilities/ovs-ofctl usr/sbin
 _debian/utilities/ovs-parse-leaks usr/bin
 _debian/utilities/ovs-pki usr/sbin
 debian/ovs-bugtool usr/sbin
+debian/ovs-bugtool.8 usr/share/man/man8
 vswitchd/vswitch.ovsschema usr/share/openvswitch
diff --git a/debian/ovs-bugtool.8 b/debian/ovs-bugtool.8
new file mode 100644
index 0000000..5f62224
--- /dev/null
+++ b/debian/ovs-bugtool.8
@@ -0,0 +1,46 @@
+.\" -*- nroff -*-
+.de IQ
+.  br
+.  ns
+.  IP "\\$1"
+..
+.TH ovs\-bugtool 8 "September 2010" "Open vSwitch" "Open vSwitch Manual"
+.\" This program's name:
+.ds PN ovs\-bugtool
+.
+.SH NAME
+ovs\-bugtool \- Open vSwitch daemon
+.
+.SH SYNOPSIS
+.B ovs\-bugtool
+.
+.SH DESCRIPTION
+Generate a debug bundle with useful information about Open vSwitch on this
+system.
+.
+.SH OPTIONS
+.
+.IP "\fB\-\-all\fR"
+use all available capabilities.
+.
+.IP "\fB\-\-capabilities\fR"
+list \fBovs\-bugtool\fR capabilities.
+.
+.IP "\fB\-\-debug\fR"
+print verbose debugging output.
+.
+.IP "\fB\-\-entries=LIST\fR"
+use the capabilities specified in a comma separated list.
+.
+.IP "\fB\-\-output=FILETYPE\fR"
+generate a debug bundle with the specified file type.  Options include tar,
+tar.bz2, and zip.
+.
+.IP "\fB\-\-silent\fR"
+suppress output.
+.
+.IP "\fB\-\-unlimited\fR"
+do not exclude files which are too large.
+.
+.IP "\fB\-\-yestoall\fR"
+answer yes to all prompts.
-- 
1.7.3





More information about the dev mailing list