From 4bac1d0f6f553e4d3b1763597420a799c96435cd Mon Sep 17 00:00:00 2001 From: gregory guy Date: Tue, 27 Nov 2018 15:39:35 +0100 Subject: add man pages to amor, kodo, kteatime, ktux, kweather and kworldclock ; this remates to bug 1043 Signed-off-by: gregory guy --- doc/ktux/CMakeLists.txt | 5 +++++ doc/ktux/ktux.1 | 51 +++++++++++++++++++++++++++++++++++++++++++++++++ 2 files changed, 56 insertions(+) create mode 100644 doc/ktux/CMakeLists.txt create mode 100644 doc/ktux/ktux.1 (limited to 'doc/ktux') 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 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 and Carlos Rego. +.br +This manual page was prepared by Ben Burton +for the Debian GNU/Linux system (but may be used by others). -- cgit v1.2.1