diff options
author | gregory guy <g-gregory@gmx.fr> | 2018-11-27 15:39:35 +0100 |
---|---|---|
committer | gregory guy <g-gregory@gmx.fr> | 2018-11-27 15:39:35 +0100 |
commit | 4bac1d0f6f553e4d3b1763597420a799c96435cd (patch) | |
tree | 244a7fdfdb73a70adeaa55f395c9d0023bbbcc84 /doc/ktux | |
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 <g-gregory@gmx.fr>
Diffstat (limited to 'doc/ktux')
-rw-r--r-- | doc/ktux/CMakeLists.txt | 5 | ||||
-rw-r--r-- | doc/ktux/ktux.1 | 51 |
2 files changed, 56 insertions, 0 deletions
diff --git a/doc/ktux/CMakeLists.txt b/doc/ktux/CMakeLists.txt new file mode 100644 index 0000000..d844881 --- /dev/null +++ b/doc/ktux/CMakeLists.txt @@ -0,0 +1,5 @@ +INSTALL( + FILES ktux.1 + DESTINATION ${MAN_INSTALL_DIR}/man1 + COMPONENT doc +) diff --git a/doc/ktux/ktux.1 b/doc/ktux/ktux.1 new file mode 100644 index 0000000..3a17897 --- /dev/null +++ b/doc/ktux/ktux.1 @@ -0,0 +1,51 @@ +.\" 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 KTUX 1 "May 12, 2003" +.\" 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 +ktux \- Tux screen saver for TDE +.SH SYNOPSIS +.B ktux +.RI "[ " generic-options " ]" +[ \fB\-\-setup\fP | \fB\-\-window-id\fP \fIwid\fP | \fB\-\-root\fP | +\fB\-\-demo\fP ] +.SH DESCRIPTION +\fBKTux\fP is a neat Tux screen saver for the Trinity Desktop Environment (TDE). +.PP +This program is part of the official TDE toys module. +.SH OPTIONS +Below are the ktux-specific options. +For a full summary of options, run \fIktux \-\-help\fP. +.TP +\fB\-\-setup\fP +Set up the screen saver. +.TP +\fB\-\-window-id\fP \fIwid\fP +Run in the specified XWindow. +.TP +\fB\-\-root\fP +Run in the root XWindow. +.TP +\fB\-\-demo\fP +Start the screen saver in demo mode (default). +.SH SEE ALSO +.BR kxsconfig (1), +.BR kxsrun (1). +.SH AUTHOR +KTux was written by Martin R. Jones <mjones@kde.org> and Carlos Rego. +.br +This manual page was prepared by Ben Burton <bab@debian.org> +for the Debian GNU/Linux system (but may be used by others). |