Updated manpages

This commit is contained in:
Salvo 'LtWorf' Tomaselli 2015-06-01 12:54:52 +02:00
parent 1793637418
commit 4443732429
2 changed files with 48 additions and 48 deletions

View File

@ -1,13 +1,13 @@
.TH "Relational" "1"
.SH "NAME"
relational-cli \(em Python implementation of Relational algebra.
relational-cli \(em Implementation of Relational algebra.
.SH "SYNOPSIS"
.PP
\fBrelational\fR [OPTIONS\fR\fP] [ FILE .\|.\|.]
.SH "DESCRIPTION"
.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"
.PP
@ -15,13 +15,13 @@ These programs follow the usual GNU command line syntax,
with long options starting with two dashes (`\-'). A summary of
options is included below. However, the ordering is very strict \-
.IP "\fB-v\fP
Show version information.
Show version information and exit.
.IP "\fB-h\fP
Shows help.
Shows help and exit.
.IP "\fB-q\fP
Uses the Qt4 GUI.
Uses the Qt5 GUI.
.IP "\fB-r\fP
Uses the readline UI (default).

View File

@ -1,13 +1,13 @@
.TH "Relational" 1 "Oct 13, 2011" "Relational algebra learning tool"
.TH "Relational" "1"
.SH "NAME"
relational \(em Python implementation of Relational algebra.
relational \(em Implementation of Relational algebra.
.SH "SYNOPSIS"
.PP
\fBrelational\fR [OPTIONS\fR\fP] [ FILE .\|.\|.]
.SH "DESCRIPTION"
.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"
.PP
@ -15,13 +15,13 @@ These programs follow the usual GNU command line syntax,
with long options starting with two dashes (`\-'). A summary of
options is included below. However, the ordering is very strict \-
.IP "\fB-v\fP
Show version information.
Show version information and exit.
.IP "\fB-h\fP
Shows help.
Shows help and exit.
.IP "\fB-q\fP
Uses the Qt4 GUI (default).
Uses the Qt5 GUI (default).
.IP "\fB-r\fP
Uses the readline UI.