diff options
author | gregory guy <[email protected]> | 2018-11-27 15:39:35 +0100 |
---|---|---|
committer | gregory guy <[email protected]> | 2018-11-27 15:39:35 +0100 |
commit | 4bac1d0f6f553e4d3b1763597420a799c96435cd (patch) | |
tree | 244a7fdfdb73a70adeaa55f395c9d0023bbbcc84 /doc/kteatime | |
parent | e2cd367100cf4be8a2540777f36bd905601e01e2 (diff) | |
download | tdetoys-4bac1d0f6f553e4d3b1763597420a799c96435cd.tar.gz tdetoys-4bac1d0f6f553e4d3b1763597420a799c96435cd.zip |
add man pages to amor, kodo, kteatime, ktux, kweather and kworldclock ; this remates to bug 1043
Signed-off-by: gregory guy <[email protected]>
Diffstat (limited to 'doc/kteatime')
-rw-r--r-- | doc/kteatime/CMakeLists.txt | 5 | ||||
-rw-r--r-- | doc/kteatime/kteatime.1 | 49 |
2 files changed, 54 insertions, 0 deletions
diff --git a/doc/kteatime/CMakeLists.txt b/doc/kteatime/CMakeLists.txt index 3ada1bc..73c6c43 100644 --- a/doc/kteatime/CMakeLists.txt +++ b/doc/kteatime/CMakeLists.txt @@ -11,3 +11,8 @@ tde_create_handbook( DESTINATION kteatime ) +INSTALL( + FILES kteatime.1 + DESTINATION ${MAN_INSTALL_DIR}/man1 + COMPONENT doc +) diff --git a/doc/kteatime/kteatime.1 b/doc/kteatime/kteatime.1 new file mode 100644 index 0000000..a6fe145 --- /dev/null +++ b/doc/kteatime/kteatime.1 @@ -0,0 +1,49 @@ +.\" Hey, EMACS: -*- nroff -*- +.\" First parameter, NAME, should be all caps +.\" Second parameter, SECTION, should be 1-8, maybe w/ subsection +.\" other parameters are allowed: see man(7), man(1) +.TH KTEATIME 1 "January 31, 2004" +.\" Please adjust this date whenever revising the manpage. +.\" +.\" Some roff macros, for reference: +.\" .nh disable hyphenation +.\" .hy enable hyphenation +.\" .ad l left justify +.\" .ad b justify to both left and right margins +.\" .nf disable filling +.\" .fi enable filling +.\" .br insert line break +.\" .sp <n> insert n+1 empty lines +.\" for manpage-specific macros, see man(7) +.SH NAME +kteatime \- TDE utility for making a fine cup of tea +.SH SYNOPSIS +.B kteatime +.RI "[ " generic-options " ]" +.SH DESCRIPTION +\fBKTeaTime\fP is a handy timer for steeping tea. No longer will you have to +guess at how long it takes for your tea to be ready. Simply select the +type of tea you have, and it will alert you when the tea is ready to drink. +.PP +KTeaTime sits in the TDE system tray. +.PP +This program is part of the official TDE toys module. +.SH OPTIONS +For a full summary of options, run \fIkteatime \-\-help\fP. +.SH SEE ALSO +Full user documentation is available through the TDE Help Centre. +You can also enter the URL +\fIhelp:/kteatime/\fP +directly into konqueror or you can run +`\fIkhelpcenter help:/kteatime/\fP' +from the command-line. +.PP +If the TDE Help Centre is not installed then you can install the package +\fItdetoys-doc-html\fP and read this documentation in HTML format from +\fI/opt/trinity/share/doc/tde/HTML/en/kteatime/\fP. +.SH AUTHOR +KTeaTime was written by Matthias Hoelzer-Kluepfel <[email protected]> and +Martin Willers <[email protected]>. +.br +This manual page was prepared by Ben Burton <[email protected]> +for the Debian GNU/Linux system (but may be used by others). |