diff options
author | Michele Calgaro <[email protected]> | 2022-05-29 20:13:27 +0900 |
---|---|---|
committer | Michele Calgaro <[email protected]> | 2022-05-29 21:27:22 +0900 |
commit | 1f9f2bcfb70f0cfd3931d0f1a50c35176d77c218 (patch) | |
tree | e866f3d71fa524640e9d6c6f6d15acdd00a4f16c /doc/man/kcoloredit | |
parent | f1e434c8b6cb3638b2e593da0072e3c6da9c59c3 (diff) | |
download | tdegraphics-1f9f2bcfb70f0cfd3931d0f1a50c35176d77c218.tar.gz tdegraphics-1f9f2bcfb70f0cfd3931d0f1a50c35176d77c218.zip |
Add man pages for TDE applications.
Signed-off-by: Michele Calgaro <[email protected]>
Diffstat (limited to 'doc/man/kcoloredit')
-rw-r--r-- | doc/man/kcoloredit/CMakeLists.txt | 7 | ||||
-rw-r--r-- | doc/man/kcoloredit/kcolorchooser.1 | 54 | ||||
-rw-r--r-- | doc/man/kcoloredit/kcoloredit.1 | 67 |
3 files changed, 128 insertions, 0 deletions
diff --git a/doc/man/kcoloredit/CMakeLists.txt b/doc/man/kcoloredit/CMakeLists.txt new file mode 100644 index 00000000..24ccd704 --- /dev/null +++ b/doc/man/kcoloredit/CMakeLists.txt @@ -0,0 +1,7 @@ +file( GLOB _man_files RELATIVE ${CMAKE_CURRENT_SOURCE_DIR} *.1 ) + +INSTALL( + FILES ${_man_files} + DESTINATION ${MAN_INSTALL_DIR}/man1 + COMPONENT doc +) diff --git a/doc/man/kcoloredit/kcolorchooser.1 b/doc/man/kcoloredit/kcolorchooser.1 new file mode 100644 index 00000000..d0fd9cfb --- /dev/null +++ b/doc/man/kcoloredit/kcolorchooser.1 @@ -0,0 +1,54 @@ +.TH KCOLORCHOOSER "1" "September 2002" TDE "TDE Application" +.SH NAME +kcolorchooser \- TDE Color Chooser +.SH SYNOPSIS +.B kcolorchooser +[\fIQt-options\fR] [\fITDE-options\fR] +.SH DESCRIPTION +This manual page documents briefly the +.B kcolorchooser +TDE Application. +This manual page was written for the Debian GNU/Linux distribution +because the original program does not have a manual page. +.PP +TDE Color Chooser +.P +This program is part of the official TDE graphics module. +.SS "Generic options:" +.TP +\fB\-\-help\fR +Show help about options +.TP +\fB\-\-help\-qt\fR +Show Qt specific options +.TP +\fB\-\-help\-tde\fR +Show TDE specific options +.TP +\fB\-\-help\-all\fR +Show all options +.TP +\fB\-\-author\fR +Show author information +.TP +\fB\-v\fR, \fB\-\-version\fR +Show version information +.TP +\fB\-\-license\fR +Show license information +.TP +\fB\-\-\fR +End of options +.SH AUTHOR +KColorChooser was written by +.nh +Waldo Bastian <[email protected]>. +.hy +.br +Please use http://bugs.trinitydesktop.org to report bugs, do not mail the authors directly. +.br +This manual page was prepared by +.nh +Karolina Lindqvist <pgd\[email protected]> +.hy +for the Debian GNU/Linux system (but may be used by others). diff --git a/doc/man/kcoloredit/kcoloredit.1 b/doc/man/kcoloredit/kcoloredit.1 new file mode 100644 index 00000000..3318864e --- /dev/null +++ b/doc/man/kcoloredit/kcoloredit.1 @@ -0,0 +1,67 @@ +.TH KCOLOREDIT "1" "September 2002" TDE "TDE Application" +.SH NAME +kcoloredit \- TDE Color Palette Editor +.SH SYNOPSIS +.B kcoloredit +[\fIQt-options\fR] [\fITDE-options\fR] [\fIFile\fR] +.SH DESCRIPTION +This manual page documents briefly the +.B kcoloredit +TDE Application. +This manual page was written for the Debian GNU/Linux distribution +because the original program does not have a manual page. +.PP +.B KColorEdit +is a palette files editor. It can be used for editing color palettes and for color choosing and naming. +.SS "Generic options:" +.TP +\fB\-\-help\fR +Show help about options +.TP +\fB\-\-help\-qt\fR +Show Qt specific options +.TP +\fB\-\-help\-tde\fR +Show TDE specific options +.TP +\fB\-\-help\-all\fR +Show all options +.TP +\fB\-\-author\fR +Show author information +.TP +\fB\-v\fR, \fB\-\-version\fR +Show version information +.TP +\fB\-\-license\fR +Show license information +.TP +\fB\-\-\fR +End of options +.SS "Arguments:" +.TP +File +file to open +.SH "SEE ALSO" +The full documentation for +.B kcoloredit +is maintained as a docbook manual. If the +.B khelpcenter +program is properly installed at your site, the command +.IP +.B khelpcenter help:/kcoloredit +.PP +should give you access to the complete manual. +.SH AUTHOR +KColorEdit was written by +.nh +Artur Rataj <[email protected]>. +.hy +.br +Please use http://bugs.trinitydesktop.org to report bugs, do not mail the authors directly. +.br +This manual page was prepared by +.nh +Karolina Lindqvist <pgd\[email protected]> +.hy +for the Debian GNU/Linux system (but may be used by others). |