summaryrefslogtreecommitdiffstats
path: root/lib/Plugins/abrt-SQLite3.7
diff options
context:
space:
mode:
authorDaniel Novotny <dnovotny@dhcp-lab-180.englab.brq.redhat.com>2009-06-16 13:55:59 +0200
committerDaniel Novotny <dnovotny@dhcp-lab-180.englab.brq.redhat.com>2009-06-16 13:55:59 +0200
commita4399f13dbb85e9e64ba6e36957e46f33e293371 (patch)
tree91415fe0ab72e31454ba0df98eaba154432ef753 /lib/Plugins/abrt-SQLite3.7
parent43480d99a2350216cc317caae0e7572084faffec (diff)
downloadabrt-a4399f13dbb85e9e64ba6e36957e46f33e293371.tar.gz
abrt-a4399f13dbb85e9e64ba6e36957e46f33e293371.tar.xz
abrt-a4399f13dbb85e9e64ba6e36957e46f33e293371.zip
new manual pages
Diffstat (limited to 'lib/Plugins/abrt-SQLite3.7')
-rw-r--r--lib/Plugins/abrt-SQLite3.736
1 files changed, 36 insertions, 0 deletions
diff --git a/lib/Plugins/abrt-SQLite3.7 b/lib/Plugins/abrt-SQLite3.7
new file mode 100644
index 0000000..86b5097
--- /dev/null
+++ b/lib/Plugins/abrt-SQLite3.7
@@ -0,0 +1,36 @@
+.TH abrt "7" "1 Jun 2009" ""
+.SH NAME
+SQLite3 database plugin for abrt(8)
+.SH DESCRIPTION
+.P
+.I abrt
+is a daemon which watches for application crashes. When a crash occurs,
+it collects the crash data and performs some actions according to
+the configuration. This manual page describes the \fISQLite3\fP database plugin
+for \fIabrt\fP.
+.P
+This is a database plugin: \fIabrt\fP needs some database to store
+its metadata. You can choose which one, specifying "Database" in
+the \fIabrt.conf\fP configuration file. Currently SQLite3 is
+the only choice.
+.SH INVOCATION
+The plugin is invoked in the \fIabrt.conf\fP configuration file, like
+this:
+.br
+[common]
+.br
+Database = SQLite3
+.SH CONFIGURATION
+The \fISQLite3.conf\fP configuration file contains one entry:
+.SS DBPath
+The path to the database.
+.SH EXAMPLES
+see \fBINVOCATION\fP
+.SH "SEE ALSO"
+.IR abrt (8),
+.IR abrt.conf (5),
+.IR abrt-plugins (7)
+.SH AUTHOR
+Written by Zdenek Prikryl <zprikryl@redhat.com> and Jiri
+Moskovcak <jmoskovc@redhat.com>. Manual
+page by Daniel Novotny <dnovotny@redhat.com>.