diff options
author | Michele Calgaro <[email protected]> | 2022-05-29 20:13:27 +0900 |
---|---|---|
committer | Michele Calgaro <[email protected]> | 2022-05-31 00:17:14 +0900 |
commit | 182e4a9842e9d7e720ac1293cd219b65a0fe20ec (patch) | |
tree | 1a81e9ef5053786111b5acd854749b7143ac05c8 /doc/man/kruler/kruler.1 | |
parent | 486f3605204a3e5b66920ef8c9271692f38aba9f (diff) | |
download | tdegraphics-182e4a9842e9d7e720ac1293cd219b65a0fe20ec.tar.gz tdegraphics-182e4a9842e9d7e720ac1293cd219b65a0fe20ec.zip |
Add man pages for TDE applications.
Signed-off-by: Michele Calgaro <[email protected]>
(cherry picked from commit 1f9f2bcfb70f0cfd3931d0f1a50c35176d77c218)
Diffstat (limited to 'doc/man/kruler/kruler.1')
-rw-r--r-- | doc/man/kruler/kruler.1 | 81 |
1 files changed, 81 insertions, 0 deletions
diff --git a/doc/man/kruler/kruler.1 b/doc/man/kruler/kruler.1 new file mode 100644 index 00000000..9e32021c --- /dev/null +++ b/doc/man/kruler/kruler.1 @@ -0,0 +1,81 @@ +.TH KRULER "1" "September 2002" TDE "TDE Application" +.SH NAME +kruler \- TDE Screen Ruler +.SH SYNOPSIS +.B kruler +[\fIQt-options\fR] [\fITDE-options\fR] +.SH DESCRIPTION +This manual page documents briefly the +.B KRuler +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 KRuler +is a very simple application, with only one aim in life. To +measure distances on your screen. +.P +To start KRuler, choose Graphics->TDE Screen Ruler from your T menu. +.P +left mouse button clicking on the KRuler will turn the cursor into a +hand icon, and enable you to drag KRuler around the screen. +.P +When you move the mouse over KRuler, your cursor will turn into an +elongated arrow, with a circle at one end. As you move the cursor, +KRuler will display how far from the point marked 0 the circle on the +end of the cursor currently is. KRuler will also display the HTML +color code of the color currently under the circle. This is very +useful for picking out colors from an image. If you move the mouse far +enough that the arrow cursor is no longer touching KRuler, the cursor +will revert to normal, allowing you to carry on working with your +other applications. +.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 "SEE ALSO" +The full documentation for +.B KRuler +is maintained as a docbook manual. If the +.B khelpcenter +program is properly installed at your site, the command +.IP +.B khelpcenter help:/kruler +.PP +should give you access to the complete manual. +.SH AUTHOR +TDE Screen Ruler was written by +.nh +Till Krech <[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). |