diff options
author | gregory guy <gregory-tde@laposte.net> | 2020-08-10 20:55:14 +0200 |
---|---|---|
committer | gregory guy <gregory-tde@laposte.net> | 2020-08-10 20:55:14 +0200 |
commit | 71ca6fd4d4cc86f52f00976511f89a49d2f3ef6f (patch) | |
tree | 5a5b47b8cc9c01f9872af92d45542139ecfc3759 | |
parent | 1dcf4d9aa4156d726b57d3cb3d2ac14b590d0ff4 (diff) | |
download | mathemagics-71ca6fd4d4cc86f52f00976511f89a49d2f3ef6f.tar.gz mathemagics-71ca6fd4d4cc86f52f00976511f89a49d2f3ef6f.zip |
Add a man page.
Signed-off-by: gregory guy <gregory-tde@laposte.net>
-rw-r--r-- | doc/man/CMakeLists.txt | 5 | ||||
-rw-r--r-- | doc/man/mathemagics.1 | 43 |
2 files changed, 48 insertions, 0 deletions
diff --git a/doc/man/CMakeLists.txt b/doc/man/CMakeLists.txt new file mode 100644 index 0000000..8512250 --- /dev/null +++ b/doc/man/CMakeLists.txt @@ -0,0 +1,5 @@ +INSTALL( + FILES ${PROJECT_NAME}.1 + DESTINATION ${MAN_INSTALL_DIR}/man1 + COMPONENT doc +) diff --git a/doc/man/mathemagics.1 b/doc/man/mathemagics.1 new file mode 100644 index 0000000..46e96e4 --- /dev/null +++ b/doc/man/mathemagics.1 @@ -0,0 +1,43 @@ +.TH mathemagics 1 "August 10, 2020" +.SH NAME +mathemagics \- a RPN scientific calculator. +.SH SYNOPSIS +.B mathemagics +.RI [Qt-options] [TDE-options] [URL] +.SH DESCRIPTION +Mathemagics is a full-featured scientific calculator. It uses Reverse +Polish Notation or RPN. mathemagics can store and use user-defined +functions and variables, It comes with large number of built-in +functions. +.PP +.SH OPTIONS +.SS +.SS Generic Options: +.TP +.B --help +Show help about options +.TP +.B --help-qt +Show Qt specific options +.TP +.B --help-tde +Show TDE specific options +.TP +.B --help-all +Show all options +.TP +.B --author +Show author information +.TP +.B -v, --version +Show version information +.TP +.B --license +Show license information +.SS +.PP +.SH HOMEPAGE +Homepage: https://mirror.git.trinitydesktop.org/gitea/TDE/mathemagics +.SH AUTHOR +This manual page was written by gregory guy <gregory-tde@laposte.net>, +for the Trinity Desktop Environment project (but may be used by others). |