summaryrefslogtreecommitdiffstats
path: root/doc/sqlite3.txt
diff options
context:
space:
mode:
Diffstat (limited to 'doc/sqlite3.txt')
-rw-r--r--doc/sqlite3.txt7
1 files changed, 0 insertions, 7 deletions
diff --git a/doc/sqlite3.txt b/doc/sqlite3.txt
deleted file mode 100644
index 97e8bc9..0000000
--- a/doc/sqlite3.txt
+++ /dev/null
@@ -1,7 +0,0 @@
-XXX: This has to go in ulogd.sgml, later.
-
-To create the database file, you have to:
-$ sqlite3 file.db < sqlite3.table
-
-To check that we are logging stuff into it correctly:
-sqlite3 ulogd.sqlite3db "SELECT * from ulog"