Updated manpages
This commit is contained in:
parent
1793637418
commit
4443732429
@ -1,35 +1,35 @@
|
|||||||
.TH "Relational" "1"
|
.TH "Relational" "1"
|
||||||
.SH "NAME"
|
.SH "NAME"
|
||||||
relational-cli \(em Python implementation of Relational algebra.
|
relational-cli \(em Implementation of Relational algebra.
|
||||||
.SH "SYNOPSIS"
|
.SH "SYNOPSIS"
|
||||||
.PP
|
.PP
|
||||||
\fBrelational\fR [OPTIONS\fR\fP] [ FILE .\|.\|.]
|
\fBrelational\fR [OPTIONS\fR\fP] [ FILE .\|.\|.]
|
||||||
|
|
||||||
.SH "DESCRIPTION"
|
.SH "DESCRIPTION"
|
||||||
.PP
|
.PP
|
||||||
Python implementation of Relational algebra. This program provides a command line interface to execute relational algebra queries. It is meant to be used for educational purposes.
|
This program provides a command line interface to execute relational algebra queries. It is meant to experiment with relational algebra queries.
|
||||||
|
|
||||||
.SH "OPTIONS"
|
.SH "OPTIONS"
|
||||||
.PP
|
.PP
|
||||||
These programs follow the usual GNU command line syntax,
|
These programs follow the usual GNU command line syntax,
|
||||||
with long options starting with two dashes (`\-'). A summary of
|
with long options starting with two dashes (`\-'). A summary of
|
||||||
options is included below. However, the ordering is very strict \-
|
options is included below. However, the ordering is very strict \-
|
||||||
.IP "\fB-v\fP
|
.IP "\fB-v\fP
|
||||||
Show version information.
|
Show version information and exit.
|
||||||
|
|
||||||
.IP "\fB-h\fP
|
.IP "\fB-h\fP
|
||||||
Shows help.
|
Shows help and exit.
|
||||||
|
|
||||||
.IP "\fB-q\fP
|
.IP "\fB-q\fP
|
||||||
Uses the Qt4 GUI.
|
Uses the Qt5 GUI.
|
||||||
|
|
||||||
.IP "\fB-r\fP
|
.IP "\fB-r\fP
|
||||||
Uses the readline UI (default).
|
Uses the readline UI (default).
|
||||||
|
|
||||||
.SH "AUTHOR"
|
.SH "AUTHOR"
|
||||||
.PP
|
.PP
|
||||||
This manual page was written by Salvo 'LtWorf' Tomaselli <tiposchi@tiscali.it> for
|
This manual page was written by Salvo 'LtWorf' Tomaselli <tiposchi@tiscali.it> for
|
||||||
the \fBDebian GNU/Linux\fP system (but may be used by others). Permission is
|
the \fBDebian GNU/Linux\fP system (but may be used by others). Permission is
|
||||||
granted to copy, distribute and/or modify this document under
|
granted to copy, distribute and/or modify this document under
|
||||||
the terms of the GNU General Public License
|
the terms of the GNU General Public License
|
||||||
version 3 or any later version published by the Free Software Foundation.
|
version 3 or any later version published by the Free Software Foundation.
|
||||||
|
48
relational.1
48
relational.1
@ -1,35 +1,35 @@
|
|||||||
.TH "Relational" 1 "Oct 13, 2011" "Relational algebra learning tool"
|
.TH "Relational" "1"
|
||||||
.SH "NAME"
|
.SH "NAME"
|
||||||
relational \(em Python implementation of Relational algebra.
|
relational \(em Implementation of Relational algebra.
|
||||||
.SH "SYNOPSIS"
|
.SH "SYNOPSIS"
|
||||||
.PP
|
.PP
|
||||||
\fBrelational\fR [OPTIONS\fR\fP] [ FILE .\|.\|.]
|
\fBrelational\fR [OPTIONS\fR\fP] [ FILE .\|.\|.]
|
||||||
|
|
||||||
.SH "DESCRIPTION"
|
.SH "DESCRIPTION"
|
||||||
.PP
|
.PP
|
||||||
Python implementation of Relational algebra. This program provides an UI to execute relational algebra queries. It is meant to be used for educational purposes.
|
This program provides a UI to execute relational algebra queries. It is meant to experiment with relational algebra queries.
|
||||||
|
|
||||||
.SH "OPTIONS"
|
.SH "OPTIONS"
|
||||||
.PP
|
.PP
|
||||||
These programs follow the usual GNU command line syntax,
|
These programs follow the usual GNU command line syntax,
|
||||||
with long options starting with two dashes (`\-'). A summary of
|
with long options starting with two dashes (`\-'). A summary of
|
||||||
options is included below. However, the ordering is very strict \-
|
options is included below. However, the ordering is very strict \-
|
||||||
.IP "\fB-v\fP
|
.IP "\fB-v\fP
|
||||||
Show version information.
|
Show version information and exit.
|
||||||
|
|
||||||
.IP "\fB-h\fP
|
.IP "\fB-h\fP
|
||||||
Shows help.
|
Shows help and exit.
|
||||||
|
|
||||||
.IP "\fB-q\fP
|
.IP "\fB-q\fP
|
||||||
Uses the Qt4 GUI (default).
|
Uses the Qt5 GUI (default).
|
||||||
|
|
||||||
.IP "\fB-r\fP
|
.IP "\fB-r\fP
|
||||||
Uses the readline UI.
|
Uses the readline UI.
|
||||||
|
|
||||||
.SH "AUTHOR"
|
.SH "AUTHOR"
|
||||||
.PP
|
.PP
|
||||||
This manual page was written by Salvo 'LtWorf' Tomaselli <tiposchi@tiscali.it> for
|
This manual page was written by Salvo 'LtWorf' Tomaselli <tiposchi@tiscali.it> for
|
||||||
the \fBDebian GNU/Linux\fP system (but may be used by others). Permission is
|
the \fBDebian GNU/Linux\fP system (but may be used by others). Permission is
|
||||||
granted to copy, distribute and/or modify this document under
|
granted to copy, distribute and/or modify this document under
|
||||||
the terms of the GNU General Public License
|
the terms of the GNU General Public License
|
||||||
version 3 or any later version published by the Free Software Foundation.
|
version 3 or any later version published by the Free Software Foundation.
|
||||||
|
Loading…
Reference in New Issue
Block a user