[LIBREPORT PATCH 2/4] add several missing manual pages

Jakub Filak jfilak at redhat.com
Mon Jul 15 09:12:25 UTC 2013


Related to abrt/abrt#672

Signed-off-by: Jakub Filak <jfilak at redhat.com>
---
 doc/Makefile.am          |  3 +++
 doc/report-gtk.txt       | 44 ++++++++++++++++++++++++++++++++++++++++++++
 doc/report-newt.txt      | 27 +++++++++++++++++++++++++++
 doc/reporter-ureport.txt | 47 +++++++++++++++++++++++++++++++++++++++++++++++
 4 files changed, 121 insertions(+)
 create mode 100644 doc/report-gtk.txt
 create mode 100644 doc/report-newt.txt
 create mode 100644 doc/reporter-ureport.txt

diff --git a/doc/Makefile.am b/doc/Makefile.am
index b52a043..11e2c4d 100644
--- a/doc/Makefile.am
+++ b/doc/Makefile.am
@@ -9,6 +9,8 @@ XMLTO_SILENT_0 = @echo "  XMLTO " $@;
 
 MAN1_TXT =
 MAN1_TXT += report-cli.txt
+MAN1_TXT += report-newt.txt
+MAN1_TXT += report-gtk.txt
 
 if BUILD_BUGZILLA
 MAN1_TXT += reporter-bugzilla.txt
@@ -20,6 +22,7 @@ MAN1_TXT += reporter-mailx.txt
 MAN1_TXT += reporter-print.txt
 MAN1_TXT += reporter-rhtsupport.txt
 MAN1_TXT += reporter-upload.txt
+MAN1_TXT += reporter-ureport.txt
 
 MAN5_TXT =
 MAN5_TXT += report_event.conf.txt
diff --git a/doc/report-gtk.txt b/doc/report-gtk.txt
new file mode 100644
index 0000000..20e3685
--- /dev/null
+++ b/doc/report-gtk.txt
@@ -0,0 +1,44 @@
+report-gtk(1)
+===========
+
+NAME
+----
+report-gtk - GUI tool to analyze and report ABRT problems
+
+SYNOPSIS
+--------
+'report-gtk' [-vpdx] [-e EVENT] [-g GUI_FILE] PROBLEM_DIR
+
+DESCRIPTION
+-----------
+'report-gtk' is a graphical tool that reports application crashes and other
+problems caught by abrtd daemon, or created by other programs using libreport.
+report-gtk works with a single problem saved in specified PROBLEM_DIR.
+In the expert mode it enables access to and manipulation of problem data.
+
+OPTIONS
+-------
+-d, --delete::
+    Remove PROBLEM_DIR after reporting
+
+-e EVENT::
+    Run only theset EVENTs on PROBLEM_DIR
+
+-g FILE::
+    Alternate GUI file
+
+-p::
+    Add program names to log
+
+-v, --verbose::
+    Be verbose
+
+-V, --version::
+    Display version and exit
+
+-x, --expert::
+    Enabled advanced features
+
+AUTHORS
+-------
+* ABRT team
diff --git a/doc/report-newt.txt b/doc/report-newt.txt
new file mode 100644
index 0000000..63e8ed0
--- /dev/null
+++ b/doc/report-newt.txt
@@ -0,0 +1,27 @@
+report-newt(1)
+============
+
+NAME
+----
+report-newt - Reports ABRT problem to various bug tracking tools.
+
+SYNOPSIS
+--------
+'report-newt' [-d] PROBLEM_DIR
+
+DESCRIPTION
+-----------
+'report-newt' is a command line tool that reports application crashes and other
+problems caught by abrtd daemon, or created by other programs using libreport.
+
+OPTIONS
+-------
+-d, --delete::
+    Remove PROBLEM_DIR after reporting
+
+-V, --version::
+    Display version and exit
+
+AUTHORS
+-------
+* ABRT team
diff --git a/doc/reporter-ureport.txt b/doc/reporter-ureport.txt
new file mode 100644
index 0000000..1da336d
--- /dev/null
+++ b/doc/reporter-ureport.txt
@@ -0,0 +1,47 @@
+reporter-ureport(1)
+=================
+
+NAME
+----
+reporter-ureport - Reports ABRT problems in format of micro report
+
+SYNOPSIS
+--------
+'reporter-ureport' [-v] [-u URL] [-k] [-a bthash -b bug-id] [-r] [-d DIR]
+
+DESCRIPTION
+-----------
+The tool reads problem directory DIR, assembles an micro report from the loaded
+problem data and sends the micro report to uReport server for updating
+statistics and fast analysis. The results of the analysis are stored in problem
+data in form of problems elements. 'reporter-ureport' updates 'reported_to'
+element with links to duplicates and saves solutions in 'not-reportable' element.
+
+
+OPTIONS
+-------
+-a, --attach BTHASH::
+   bthash of uReport to attach
+
+-b, --bug-id NUM::
+   Attach RHBZ bug (requires -a)
+
+-d DIR::
+   Path to problem directory.
+
+-k,--insecure::
+   Allow insecure connection to ureport server
+
+-r, --attach-reported-to::
+   Attach contents of reported_to
+
+-v::
+   Be more verbose. Can be given multiple times.
+
+-u, --url URL::
+   Specify server URL
+
+
+AUTHORS
+-------
+* ABRT team
-- 
1.8.3.1



More information about the Crash-catcher mailing list