summaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
authorng0 <ng0@n0.is>2019-04-24 09:31:45 +0000
committerng0 <ng0@n0.is>2019-04-24 09:31:45 +0000
commitd8517bcaa5b1a505849a2ee9e601f2bce81e5899 (patch)
tree4df1938cce79f788e81b7b45770653a835ec9a2c /doc
parent8cdf0d5442b5a16ac1e6900d0bedb46bd5a1cd34 (diff)
downloadbank-d8517bcaa5b1a505849a2ee9e601f2bce81e5899.tar.gz
bank-d8517bcaa5b1a505849a2ee9e601f2bce81e5899.tar.bz2
bank-d8517bcaa5b1a505849a2ee9e601f2bce81e5899.zip
doc: taler-bank-manage.1 typo fixes and format changes
Diffstat (limited to 'doc')
-rw-r--r--doc/taler-bank-manage.184
1 files changed, 46 insertions, 38 deletions
diff --git a/doc/taler-bank-manage.1 b/doc/taler-bank-manage.1
index 6cf78ff..8c5875a 100644
--- a/doc/taler-bank-manage.1
+++ b/doc/taler-bank-manage.1
@@ -1,38 +1,46 @@
-.TH TALER\-BANK\-MANAGE 1 "May 13, 2016" "GNU Taler"
-
-.SH NAME
-taler\-bank\-manage \- Manager script for the Taler bank
-
-.SH SYNOPSIS
-.B taler\-bank\-manage
-.RI [ switch ]
-.RI [ options ]
-
-.br
-
-.SH DESCRIPTION
-\fBtaler\-bank\-manage\fP is a command line tool to manage the Taler bank demonstrator. It is mandatory to provide a
-.ul
-switch
-and each switch has its own set of
-.ul
-options.
-Give --help to each switch in order to get the list of supported options
-
-.SH SWITCHES
-.B
-.IP "django"
-this switch is a mere wrapper for the django native tool \fBdjango-admin\fP, therefore it takes the same options.
-Refer to the official django-admin documentation
-.B
-.IP "serve-http"
-launches the bank Web service at the port given in the --port option
-.B
-.IP "serve-uwsgi"
-launches the bank over UWSGI. Tipically used in conjuction with a Web server which acts like a reverse proxy
-.B
-.IP "sampledata"
-populates the bank's database with sample wire transfers
-.B
-.IP "config"
-shows all Taler's configuration. it just retrieves values from default configuration files
+.Dd May 13, 2016
+.Dt TALER-BANK-MANAGE 1
+.Os
+.Sh NAME
+.Nm taler-bank-manage
+.Nd
+Manager script for the Taler bank
+.Sh SYNOPSIS
+.Nm
+.Op Fl \-django
+.Op Fl \-serve-http
+.Op Fl \-serve-uwsgi
+.Op Fl \-sampledata
+.Op Fl \-config
+.Ao Ar options Ac
+.Sh DESCRIPTION
+.Nm
+is a command line tool to manage the Taler bank demonstrator.
+It is mandatory to provide a switch.
+Each switch has its own set of options.
+Give
+.Fl \-help
+to each switch in order to get the list of supported options.
+.Ss SWITCHES
+.Bl -tag -width Ds
+.It Fl \-django
+This switch is a mere wrapper for the django native tool \fBdjango-admin\fP, therefore it takes the same options.
+Refer to the official django-admin documentation.
+.It Fl \-serve-http
+Launches the bank Web service at the port given in the
+.Fl \-port
+option.
+.It Fl \-serve-uwsgi
+Launches the bank over UWSGI.
+Typically used in conjuction with a Web server which acts like a reverse proxy.
+.It Fl \-sampledata
+Populates the bank's database with sample wire transfers.
+.It Fl \-config
+Shows all of Taler's configuration.
+it just retrieves values from default configuration files.
+.El
+.\".Sh EXAMPLES
+.\".Sh SEE ALSO
+.\".Sh HISTORY
+.\".Sh AUTHORS
+.\".Sh BUGS