diff options
Diffstat (limited to 'doc/man/tdescreensaver/xsavers')
-rw-r--r-- | doc/man/tdescreensaver/xsavers/CMakeLists.txt | 7 | ||||
-rw-r--r-- | doc/man/tdescreensaver/xsavers/kspace.kss.1 | 52 | ||||
-rw-r--r-- | doc/man/tdescreensaver/xsavers/kswarm.kss.1 | 53 |
3 files changed, 112 insertions, 0 deletions
diff --git a/doc/man/tdescreensaver/xsavers/CMakeLists.txt b/doc/man/tdescreensaver/xsavers/CMakeLists.txt new file mode 100644 index 00000000..24ccd704 --- /dev/null +++ b/doc/man/tdescreensaver/xsavers/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/tdescreensaver/xsavers/kspace.kss.1 b/doc/man/tdescreensaver/xsavers/kspace.kss.1 new file mode 100644 index 00000000..1e39ff18 --- /dev/null +++ b/doc/man/tdescreensaver/xsavers/kspace.kss.1 @@ -0,0 +1,52 @@ +.\" 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 KSPACE.KSS 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 +kspace.kss \- Space screen saver for TDE +.SH SYNOPSIS +.B kspace.kss +.RI "[ " generic-options " ]" +[ \fB\-\-setup\fP | \fB\-\-window-id\fP \fIwid\fP | \fB\-\-root\fP | +\fB\-\-demo\fP ] +.SH DESCRIPTION +\fBSpace\fP is a screen saver for the Trinity Desktop Environment (TDE). +.PP +This program is part of the official TDE artwork module. +.SH OPTIONS +Below are the screen saver-specific options. +For a full summary of options, run \fIkspace.kss \-\-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 +This screen saver was written by Bernd Johannes Wuebben +<wuebben@math.cornell.edu> and Silicon Graphics, Inc. +.br +This manual page was prepared by Ben Burton <bab@debian.org> +for the Debian GNU/Linux system (but may be used by others). diff --git a/doc/man/tdescreensaver/xsavers/kswarm.kss.1 b/doc/man/tdescreensaver/xsavers/kswarm.kss.1 new file mode 100644 index 00000000..ea1e0d65 --- /dev/null +++ b/doc/man/tdescreensaver/xsavers/kswarm.kss.1 @@ -0,0 +1,53 @@ +.\" 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 KSWARM.KSS 1 "October 13, 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 +kswarm.kss \- Swarm screen saver for TDE +.SH SYNOPSIS +.B kswarm.kss +.RI "[ " generic-options " ]" +[ \fB\-\-setup\fP | \fB\-\-window-id\fP \fIwid\fP | \fB\-\-root\fP | +\fB\-\-demo\fP ] +.SH DESCRIPTION +\fBSwarm\fP is a screen saver for the Trinity Desktop Environment (TDE). +.PP +This program is part of the official TDE artwork module. +.SH OPTIONS +Below are the screen saver-specific options. +For a full summary of options, run \fIkswarm.kss \-\-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 +This screen saver was written by Patrick J. Naughton, +Emanuel Pirker <epirker@edu.uni-klu.ac.at>, +Jeff Butterworth <butterwo@ncsc.org> and Mario Weilguni <mweilguni@kde.org>. +.br +This manual page was prepared by Ben Burton <bab@debian.org> +for the Debian GNU/Linux system (but may be used by others). |