diff options
author | Andrei Karas <akaras@inbox.ru> | 2012-01-22 16:23:56 +0300 |
---|---|---|
committer | Andrei Karas <akaras@inbox.ru> | 2012-01-22 17:40:15 +0300 |
commit | fc17ff22d9df50df9c5d1cf3dc0de358001271ed (patch) | |
tree | 8f92a219c31a38b069b04508885a5f8814ff2f1f | |
parent | e71376322cbe85d59ca7d1a9d7f2a3db9ae9b914 (diff) | |
download | ManaVerse-fc17ff22d9df50df9c5d1cf3dc0de358001271ed.tar.gz ManaVerse-fc17ff22d9df50df9c5d1cf3dc0de358001271ed.tar.bz2 ManaVerse-fc17ff22d9df50df9c5d1cf3dc0de358001271ed.tar.xz ManaVerse-fc17ff22d9df50df9c5d1cf3dc0de358001271ed.zip |
Add man file for manaplustest.
-rw-r--r-- | docs/Makefile.am | 3 | ||||
-rw-r--r-- | docs/manaplustest.6 | 14 |
2 files changed, 16 insertions, 1 deletions
diff --git a/docs/Makefile.am b/docs/Makefile.am index e76af80b8..91cfe1242 100644 --- a/docs/Makefile.am +++ b/docs/Makefile.am @@ -1,4 +1,5 @@ -man6_MANS = manaplus.6 +man6_MANS = manaplus.6 \ + manaplustest.6 EXTRA_DIST = $(man6_MANS) \ packages.txt \ diff --git a/docs/manaplustest.6 b/docs/manaplustest.6 new file mode 100644 index 000000000..754a3fb31 --- /dev/null +++ b/docs/manaplustest.6 @@ -0,0 +1,14 @@ +.TH "ManaPlusTest" "6" +.SH "NAME" +manaplustest \- ManaPlusTest: test tool for manaplus +.SH "SYNOPSIS" +\fBmanaplustest\fR +.SH "DESCRIPTION" +It start graphics and audio testing and configuring manaplus. + +.SH "AUTHOR" +This manual page was written by Andrei Karas <akaras@inbox.ru> +for the ManaPlus project. +Permission is granted to copy, distribute and/or modify this document +under the terms of the GNU General Public License, Version 2 any +later version published by the Free Software Foundation. |