summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorThien-Thi Nguyen <ttn@gnuvola.org>2021-11-24 06:13:39 -0500
committerThien-Thi Nguyen <ttn@gnuvola.org>2021-11-24 06:13:39 -0500
commit0576548e8d293c7160e609cada2e0da81472c485 (patch)
tree21c5cc33785edf73a2a287511168abe0b5eaa6c1
parentdd6f90a40e6f8a600b465135de4ba3e9bc27e839 (diff)
downloaddocs-0576548e8d293c7160e609cada2e0da81472c485.tar.gz
docs-0576548e8d293c7160e609cada2e0da81472c485.tar.bz2
docs-0576548e8d293c7160e609cada2e0da81472c485.zip
Add template for command (section 1) manpages
* manpages/TEMPLATE-1.rst: New.
-rw-r--r--manpages/TEMPLATE-1.rst43
1 files changed, 43 insertions, 0 deletions
diff --git a/manpages/TEMPLATE-1.rst b/manpages/TEMPLATE-1.rst
new file mode 100644
index 00000000..bd60f488
--- /dev/null
+++ b/manpages/TEMPLATE-1.rst
@@ -0,0 +1,43 @@
+<COMMAND>(1)
+############
+
+.. only:: html
+
+ Name
+ ====
+
+ **<COMMAND>** - <ONE-LINE-DESCRIPTION>
+
+
+Synopsis
+========
+
+**<COMMAND>**
+[**-h** | **--help**]
+[**-v** | **--version**]
+
+
+Description
+===========
+
+**<COMMAND>** is a command-line tool to <ONE-LINE-DESCRIPTION>.
+
+Its options are as follows:
+
+**-h** \| **--help**
+ Print short help on options.
+
+**-v** \| **–version**
+ Print version information.
+
+
+See Also
+========
+
+
+
+Bugs
+====
+
+Report bugs by using https://bugs.taler.net or by sending electronic
+mail to <taler@gnu.org>.