From 5c9e5a95700d9527f27f86b400c5780417259021 Mon Sep 17 00:00:00 2001 From: David Sommerseth Date: Mon, 5 Jul 2010 22:03:58 +0200 Subject: Moved all man pages from section 8 to the more proper section 7. --- database/sqlite/edb-sqlite.7 | 31 +++++++++++++++++++++++++++++++ database/sqlite/edb-sqlite.8 | 31 ------------------------------- 2 files changed, 31 insertions(+), 31 deletions(-) create mode 100644 database/sqlite/edb-sqlite.7 delete mode 100644 database/sqlite/edb-sqlite.8 (limited to 'database/sqlite') diff --git a/database/sqlite/edb-sqlite.7 b/database/sqlite/edb-sqlite.7 new file mode 100644 index 0000000..5f907aa --- /dev/null +++ b/database/sqlite/edb-sqlite.7 @@ -0,0 +1,31 @@ +.TH "edb-sqlite" "7" "July 2010" "David Sommerseth" "" +.SH "NAME" +\fBedb\-sqlite\fR \- eurephia SQLite3 database driver +.SH "DESCRIPTION" +The \fBedb\-sqlite\fR database driver is used to enable SQLite3 database in \fBeurephia\fR. The SQLite3 database is file based and requires no server setup at all. +.PP +The database driver takes only one argument, which is a full path to the database file.b +.SH "EXAMPLES" +.TP +\fBeurephia\-auth\fR \- This is configured via the OpenVPN configuration file. +.IP +plugin eurephia\-auth.so "\-i edb\-sqlite.so \-\- " +.IP +Plese notice the double dashes. They are separating the arguments between the eurephia\-auth module and the database driver. +.TP +\fBeurephia_init\fR \- This is set via the command line +.IP +user@server:~ $ eurephia_init \-\-database\-driver edb\-sqlite.so \\ \-\-database\-args "" +.TP +\fBeurephiadm\fR \- This is configured in the \fB~/.eurephia/eurephiadm.cfg\fR file +.IP +database_driver = edb\-sqlite.so +.br +database_params = +.SH "SEE ALSO" +\fBeurephia\-auth\fR(7), +\fBeurephiadm\fR(7), +\fBeurephia_init\fR(7) + +.SH "AUTHOR" +Copyright (C) 2008\-2010 David Sommerseth diff --git a/database/sqlite/edb-sqlite.8 b/database/sqlite/edb-sqlite.8 deleted file mode 100644 index 0a61843..0000000 --- a/database/sqlite/edb-sqlite.8 +++ /dev/null @@ -1,31 +0,0 @@ -.TH "edb-sqlite" "8" "July 2010" "David Sommerseth" "" -.SH "NAME" -\fBedb\-sqlite\fR \- eurephia SQLite3 database driver -.SH "DESCRIPTION" -The \fBedb\-sqlite\fR database driver is used to enable SQLite3 database in \fBeurephia\fR. The SQLite3 database is file based and requires no server setup at all. -.PP -The database driver takes only one argument, which is a full path to the database file.b -.SH "EXAMPLES" -.TP -\fBeurephia\-auth\fR \- This is configured via the OpenVPN configuration file. -.IP -plugin eurephia\-auth.so "\-i edb\-sqlite.so \-\- " -.IP -Plese notice the double dashes. They are separating the arguments between the eurephia\-auth module and the database driver. -.TP -\fBeurephia_init\fR \- This is set via the command line -.IP -user@server:~ $ eurephia_init \-\-database\-driver edb\-sqlite.so \\ \-\-database\-args "" -.TP -\fBeurephiadm\fR \- This is configured in the \fB~/.eurephia/eurephiadm.cfg\fR file -.IP -database_driver = edb\-sqlite.so -.br -database_params = -.SH "SEE ALSO" -\fBeurephia\-auth\fR(8) -\fBeurephiadm\fR(8) -\fBeurephia_init\fR(8) - -.SH "AUTHOR" -Copyright (C) 2008\-2010 David Sommerseth -- cgit