Add man pages for TDE applications.

Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
pull/45/head
Michele Calgaro 2 years ago
parent f28e8e6820
commit 3ea935ebd8
Signed by: MicheleC
GPG Key ID: 2A75B7CA8ADED5CF

@ -1,12 +1,16 @@
#################################################
#
# (C) 2010-2011 Serghei Amelian
# serghei (DOT) amelian (AT) gmail.com
#
# Improvements and feedback are welcome
#
# This file is released under GPL >= 2
#
#################################################
add_subdirectory( kcontrol )
add_subdirectory( man )
tde_auto_add_subdirectories()
tde_conditional_add_subdirectory( BUILD_KDICT kdict )
tde_conditional_add_subdirectory( BUILD_KGET kget )
tde_conditional_add_subdirectory( BUILD_KNEWSTICKER knewsticker )
tde_conditional_add_subdirectory( BUILD_KOPETE kopete )
tde_conditional_add_subdirectory( BUILD_KPF kpf )
tde_conditional_add_subdirectory( BUILD_KPPP kppp )
tde_conditional_add_subdirectory( BUILD_KRDC krdc )
tde_conditional_add_subdirectory( BUILD_KRFB krfb )
tde_conditional_add_subdirectory( BUILD_KSIRC ksirc )
tde_conditional_add_subdirectory( BUILD_KTALKD ktalkd )
tde_conditional_add_subdirectory( BUILD_WIFI kwifimanager )
tde_conditional_add_subdirectory( BUILD_LANBROWSING lisa )
tde_conditional_add_subdirectory( BUILD_KRDC tdeioslave )

@ -1,12 +1,5 @@
#################################################
#
# (C) 2010-2011 Serghei Amelian
# serghei (DOT) amelian (AT) gmail.com
#
# Improvements and feedback are welcome
#
# This file is released under GPL >= 2
#
#################################################
tde_auto_add_subdirectories()
tde_conditional_add_subdirectory( BUILD_FILESHARING fileshare )
tde_conditional_add_subdirectory( BUILD_KTALKD kcmktalkd )
tde_conditional_add_subdirectory( BUILD_FILESHARING kcmsambaconf )
tde_conditional_add_subdirectory( BUILD_WIFI kcmwifi )
tde_conditional_add_subdirectory( BUILD_LANBROWSING lanbrowser )

@ -0,0 +1,5 @@
tde_conditional_add_subdirectory( BUILD_KDICT kdict )
tde_conditional_add_subdirectory( BUILD_KGET kget )
tde_conditional_add_subdirectory( BUILD_KOPETE kopete )
tde_conditional_add_subdirectory( BUILD_WIFI kwifimanager )
tde_conditional_add_subdirectory( BUILD_LANBROWSING lisa )

@ -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
)

@ -0,0 +1,180 @@
.\" This file was generated by (a slightly modified) kdemangen.pl and edited by hand
.TH KDICT 1 "June 2006" "Trinity Desktop Environment" "TDE Dictionary Client"
.SH NAME
kdict
\- The TDE Dictionary Client
.SH SYNOPSIS
\fBkdict\fP [Qt\-options] [TDE\-options] [options] [word/phrase]
.SH DESCRIPTION
\fBKDict\fP is a graphical client for the \fBDICT Protocol\fP. It enables you to search through dictionary databases for a word or phrase, then displays suitable definitions. \fBKDict\fP tries to ease basic as well as advanced queries. A separate list offers a convenient way to deal with the enormous number of matching words that a advanced query can return.
.sp 1
The remainder of \fBKDict\fP's user interface resembles a web browser. For instance, you can jump to the definition of a synonym by simply clicking on the highlighted word. The back/forward functionality is also implemented, enabling you to quickly go back to the result of previous queries.
.sp 1
\fBKDict\fP is able to process the content of the clipboard, so it's easy to combine \fBKDict\fP with your web browser or text editor.
.sp 1
If your machine is behind a firewall, has no permanent internet connection or the server of dict.org is too slow for you, you can set up your own local server, all you need is available at \fBwww.dict.org\fP. The advantages of a local server are optimal performance and the ability to install additional databases of your choice.
.SH OPTIONS
.SS
.SS Arguments:
word/phrase Lookup the given word/phrase
.SS Options:
.TP
.B \-c, \-\-clipboard
Define X11-clipboard content (selected text)
.SS
.SS Generic options:
.TP
.B \-\-help
Show help about options
.TP
.B \-\-help\-qt
Show Qt specific options
.TP
.B \-\-help\-tde
Show TDE specific options
.TP
.B \-\-help\-all
Show all options
.TP
.B \-\-author
Show author information
.TP
.B \-v, \-\-version
Show version information
.TP
.B \-\-license
Show license information
.TP
.B \-\-
End of options
.SS
.SS Qt options:
.TP
.B \-\-display <displayname>
Use the X-server display 'displayname'
.TP
.B \-\-session <sessionId>
Restore the application for the given 'sessionId'
.TP
.B \-\-cmap
Causes the application to install a private color
map on an 8\-bit display
.TP
.B \-\-ncols <count>
Limits the number of colors allocated in the color
cube on an 8\-bit display, if the application is
using the QApplication::ManyColor color
specification
.TP
.B \-\-nograb
tells Qt to never grab the mouse or the keyboard
.TP
.B \-\-dograb
running under a debugger can cause an implicit
\-nograb, use \-dograb to override
.TP
.B \-\-sync
switches to synchronous mode for debugging
.TP
.B \-\-fn, \-\-font <fontname>
defines the application font
.TP
.B \-\-bg, \-\-background <color>
sets the default background color and an
application palette (light and dark shades are
calculated)
.TP
.B \-\-fg, \-\-foreground <color>
sets the default foreground color
.TP
.B \-\-btn, \-\-button <color>
sets the default button color
.TP
.B \-\-name <name>
sets the application name
.TP
.B \-\-title <title>
sets the application title (caption)
.TP
.B \-\-visual TrueColor
forces the application to use a TrueColor visual on
an 8\-bit display
.TP
.B \-\-inputstyle <inputstyle>
sets XIM (X Input Method) input style. Possible
values are onthespot, overthespot, offthespot and
root
.TP
.B \-\-im <XIM server>
set XIM server
.TP
.B \-\-noxim
disable XIM
.TP
.B \-\-reverse
mirrors the whole layout of widgets
.SS
.SS TDE options:
.TP
.B \-\-caption <caption>
Use 'caption' as name in the titlebar
.TP
.B \-\-icon <icon>
Use 'icon' as the application icon
.TP
.B \-\-miniicon <icon>
Use 'icon' as the icon in the titlebar
.TP
.B \-\-config <filename>
Use alternative configuration file
.TP
.B \-\-dcopserver <server>
Use the DCOP Server specified by 'server'
.TP
.B \-\-nocrashhandler
Disable crash handler, to get core dumps
.TP
.B \-\-waitforwm
Waits for a WM_NET compatible windowmanager
.TP
.B \-\-style <style>
sets the application GUI style
.TP
.B \-\-geometry <geometry>
sets the client geometry of the main widget - see man X for the argument format
.TP
.B \-\-nofork
Don't run in the background.
.SS
.SH FILES
.I ~/.trinity/share/config/kdictrc
.br
.I ~/.trinity/share/config/kdict_panelappletrc
.RS
\fBkdict\fP configuration files
.SH SEE ALSO
.TP
\fBwww.dict.org\fP
DICT Development Group home page
.RE
.sp 1
Full user documentation is available through the TDE Help Center. You can also enter the URL
.BR help:/kdict/
directly into konqueror or you can run
.BR "khelpcenter help:/kdict/"
from the command\-line.
.br
.SH AUTHORS
.nf
Christian Gebauer <gebauer@kde.org>
.br
Matthias Hoelzer <hoelzer@kde.org>
.br
.br
.fi
Please use http://bugs.trinitydesktop.org to report bugs; do not mail the authors directly.
.PP
This manual page was written by Holger Hartmann <Holger_Hartmann@gmx.de> for the Debian Project, but may be used by others. Permission is granted to copy, distribute and/or modify this document under the terms of the GNU General Public License, Version 2 or any later version published by the Free Software Foundation.
.PP
On Debian systems, the complete text of the GNU General Public License can be found in /usr/share/common\-licenses/GPL.

@ -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
)

@ -0,0 +1,168 @@
.\" This file was generated by (a slightly modified) kdemangen.pl and edited by hand
.TH KGET 1 "June 2006" "Trinity Desktop Environment" "download manager"
.SH NAME
kget
\- An advanced download manager for TDE
.SH SYNOPSIS
\fBkget\fP [Qt\-options] [TDE\-options] [options] [URL(s)]
.SH DESCRIPTION
\fBKGet\fP is an advanced download manager for TDE. It allows you to group downloads. In some cases, \fBKGet\fP can resume these downloads even if you shutdown your computer before the downloads have completed.
.sp 1
To download a document or package, drag and drop the URL on to \fBKGet\fP.
.SH OPTIONS
.SS
.SS Arguments:
URL(s) URL(s) to download
.SS Options:
.TP
.B \-\-showDropTarget
Start KGet with drop target
.SS
.SS Generic options:
.TP
.B \-\-help
Show help about options
.TP
.B \-\-help\-qt
Show Qt specific options
.TP
.B \-\-help\-tde
Show TDE specific options
.TP
.B \-\-help\-all
Show all options
.TP
.B \-\-author
Show author information
.TP
.B \-v, \-\-version
Show version information
.TP
.B \-\-license
Show license information
.TP
.B \-\-
End of options
.SS
.SS Qt options:
.TP
.B \-\-display <displayname>
Use the X\-server display 'displayname'
.TP
.B \-\-session <sessionId>
Restore the application for the given 'sessionId'
.TP
.B \-\-cmap
Causes the application to install a private color
map on an 8\-bit display
.TP
.B \-\-ncols <count>
Limits the number of colors allocated in the color
cube on an 8\-bit display, if the application is
using the QApplication::ManyColor color
specification
.TP
.B \-\-nograb
tells Qt to never grab the mouse or the keyboard
.TP
.B \-\-dograb
running under a debugger can cause an implicit
\-nograb, use \-dograb to override
.TP
.B \-\-sync
switches to synchronous mode for debugging
.TP
.B \-\-fn, \-\-font <fontname>
defines the application font
.TP
.B \-\-bg, \-\-background <color>
sets the default background color and an
application palette (light and dark shades are
calculated)
.TP
.B \-\-fg, \-\-foreground <color>
sets the default foreground color
.TP
.B \-\-btn, \-\-button <color>
sets the default button color
.TP
.B \-\-name <name>
sets the application name
.TP
.B \-\-title <title>
sets the application title (caption)
.TP
.B \-\-visual TrueColor
forces the application to use a TrueColor visual on
an 8\-bit display
.TP
.B \-\-inputstyle <inputstyle>
sets XIM (X Input Method) input style. Possible
values are onthespot, overthespot, offthespot and
root
.TP
.B \-\-im <XIM server>
set XIM server
.TP
.B \-\-noxim
disable XIM
.TP
.B \-\-reverse
mirrors the whole layout of widgets
.SS
.SS TDE options:
.TP
.B \-\-caption <caption>
Use 'caption' as name in the titlebar
.TP
.B \-\-icon <icon>
Use 'icon' as the application icon
.TP
.B \-\-miniicon <icon>
Use 'icon' as the icon in the titlebar
.TP
.B \-\-config <filename>
Use alternative configuration file
.TP
.B \-\-dcopserver <server>
Use the DCOP Server specified by 'server'
.TP
.B \-\-nocrashhandler
Disable crash handler, to get core dumps
.TP
.B \-\-waitforwm
Waits for a WM_NET compatible windowmanager
.TP
.B \-\-style <style>
sets the application GUI style
.TP
.B \-\-geometry <geometry>
sets the client geometry of the main widget - see man X for the argument format
.TP
.B \-\-nofork
Don't run in the background.
.SS
.SH SEE ALSO
Full user documentation is available through the TDE Help Center. You can also enter the URL
.BR help:/kget/
directly into konqueror or you can run
.BR "khelpcenter help:/kget/"
from the command\-line.
.br
.SH AUTHORS
.nf
Matej Moss
.br
Patrick Charbonnier <pch@freeshell.org>
.br
Carsten Pfeiffer <pfeiffer@kde.org>
.br
.br
.fi
Please use http://bugs.trinitydesktop.org to report bugs; do not mail the authors directly.
.PP
This manual page was written by Holger Hartmann <Holger_Hartmann@gmx.de> for the Debian Project, but may be used by others. Permission is granted to copy, distribute and/or modify this document under the terms of the GNU General Public License, Version 2 or any later version published by the Free Software Foundation.
.PP
On Debian systems, the complete text of the GNU General Public License can be found in /usr/share/common\-licenses/GPL.

@ -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
)

@ -0,0 +1,87 @@
.TH "KOPETE" "1"
.SH "NAME"
kopete \(em A TDE-based Instant Messaging client.
.SH "SYNOPSIS"
.PP
\fBkopete\fR [\fB\-\-help\fI\fR\fP] [\fB\-\-help-tde\fI\fR\fP] [\fB\-\-help-qt\fI\fR\fP] [\fB\-\-version\fI \-v\fR\fP] [\fB\-\-license\fI\fR\fP] [\fB\-\-author\fI\fR\fP] [\fB\-\-caption <caption>\fI\fR\fP] [\fB\-\-icon <icon>\fI\fR\fP] [\fB\-\-miniicon <icon>\fI\fR\fP] [\fB\-\-dcopserver <server>\fI\fR\fP] [\fB\-\-nocrashhandler\fI\fR\fP] [\fB\-\-waitforwm\fI\fR\fP] [\fB\-\-style <style>\fI\fR\fP] [\fB\-\-geometry <geometry>\fI\fR\fP] [\fB\-\-display <display>\fI\fR\fP] [\fB\-\-session <sessionid>\fI\fR\fP] [\fB\-\-cmap\fI\fR\fP] [\fB\-\-ncols <columns>\fI\fR\fP] [\fB\-\-nograb\fI\fR\fP] [\fB\-\-dograb\fI\fR\fP] [\fB\-\-sync\fI\fR\fP] [\fB\-\-font\fI \-\-fn <fontname>\fR\fP] [\fB\-\-background\fI \-\-bg <colour>\fR\fP] [\fB\-\-button\fI \-\-btn <colour>\fR\fP] [\fB\-\-name\fI <name>\fR\fP] [\fB\-\-title\fI <title>\fR\fP] [\fB\-\-visual\fI TrueColor\fR\fP] [\fB\-\-inputstyle\fI <style>\fR\fP] [\fB\-\-im\fI <server>\fR\fP] [\fB\-\-noxim\fI\fR\fP]
.SH "DESCRIPTION"
.PP
This manual page documents briefly the
\fBkopete\fR command.
.PP
\fBkopete\fR is a TDE-based multi-protocol Instant
Messaging client. Currently, it supports AIM, ICQ, MSN, IRC and Jabber.
.SH "OPTIONS"
.PP
These programs follow the usual GNU command line syntax,
with long options starting with two dashes (`\-'). A summary of
options is included below. However, the ordering is very strict \-
\-\-help/\-h must come before hostname.
.IP "\fB-v\fP \fB\-\-version\fP " 10
Show version information.
.IP "\fB\-\-author\fP " 10
Show information about the author.
.IP "\fB\-\-license\fP " 10
Show license information.
.IP "\fB\-\-caption <caption>\fP " 10
Specify the caption of the window.
.IP "\fB\-\-icon <icon>\fP " 10
Specify the icon of the window.
.IP "\fB\-\-miniicon <icon>\fP " 10
Specify the mini-icon of the window.
.IP "\fB\-\-dcopserver <server>\fP " 10
Specify the DCOP server to use.
.IP "\fB\-\-nocrashhandler\fP " 10
Disable TDE crash handler (enables core dumps).
.IP "\fB\-\-waitforwm\fP " 10
Waits for a compatible window manager to start.
.IP "\fB\-\-style <style>\fP " 10
Sets the application's GUI style (overrides TDE).
.IP "\fB\-\-geometry <geometry>\fP " 10
Sets the geometry of the window.
.IP "\fB\-\-display <display>\fP " 10
Specifies the X display to use.
.IP "\fB\-\-session <sessionid>\fP " 10
Restores the application for the given session ID.
.IP "\fB\-\-cmap\fP " 10
Forces use of an internal colour map on an 8-bit display.
.IP "\fB\-\-ncols <count>\fP " 10
Limits the number of colours allowed in an 8-bit display.
.IP "\fB\-\-nograb\fP " 10
Forces Qt to never grab the mouse or keyboard.
.IP "\fB\-\-dograb\fP " 10
Overrides \-\-nograb, which may be implicitly set.
.IP "\fB\-\-sync\fP " 10
Forces synchronous mode (for debugging).
.IP "\fB\-\-font <font>\fP \fB\-\-fn <font>\fP" 10
Sets the default application font.
.IP "\fB\-\-background <colour>\fP \fB\-\-bg <colour>\fP" 10
Sets the default background colour and application
pallette.
.IP "\fB\-\-foreground <colour>\fP \fB\-\-fg <colour>\fP" 10
Sets the default foreground colour.
.IP "\fB\-\-button <colour>\fP \fB\-\-btn <colour>\fP" 10
Sets the default button colour.
.IP "\fB\-\-name <name>\fP " 10
Sets the application name.
.IP "\fB\-\-title <name>\fP " 10
Sets the application title.
.IP "\fB\-\-visual TrueColor\fP " 10
Forces the application to use a True Colour visual on 8-bit
displays.
.IP "\fB\-\-inputstyle <style>\fP " 10
Sets X Input Method (XIM) input style. Possible values are:
onthespot, overthespot, offthespot, and root.
.IP "\fB\-\-im <server>\fP " 10
Sets X Input Method (XIM) server.
.IP "\fB\-\-noxim\fP " 10
Disables X Input Method (XIM) support.
.SH "AUTHOR"
.PP
This manual page was written by Daniel Stone <dstone@kde.org> for
the \fBDebian GNU/Linux\fP system (but may be used by others). Permission is
granted to copy, distribute and/or modify this document under
the terms of the GNU General Public License
version 2 or any later version published by the Free Software Foundation.
.\" created by instant / docbook-to-man

@ -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
)

@ -0,0 +1,121 @@
.TH KWIFIMANAGER "1" "October 2006" "kwifimanager" "User Commands"
.SH NAME
kwifimanager \- manual page for kwifimanager
.SH SYNOPSIS
.B kwifimanager
[\fIOPTIONS\fR]
.SH DESCRIPTION
\fBkwifimanager\fR is a TDE wireless management program.
.SH 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
.SH QT OPTIONS:
.TP
\fB\-\-display <displayname>\fR
Use the X-server display 'displayname'
.TP
\fB\-\-session <sessionId>\fR
Restore the application for the given 'sessionId'
.TP
\fB\-\-cmap\fR
Causes the application to install a private color map on an 8-bit display
.TP
\fB\-\-ncols <count>\fR
Limits the number of colors allocated in the color cube on an 8-bit display, if the application is using the QApplication::ManyColor color specification
.TP
\fB\-\-nograb\fR
Tells Qt to never grab the mouse or the keyboard
.TP
\fB\-\-dograb\fR
Running under a debugger can cause an implicit -nograb, use -dograb to override
.TP
\fB\-\-sync\fR
Switches to synchronous mode for debugging
.TP
\fB\-\-fn, \-\-font <fontname>\fR
Defines the application font
.TP
\fB\-\-bg, \-\-background <color>\fR
Sets the default background color and an application palette (light and dark shades are calculated)
.TP
\fB\-\-fg, \-\-foreground <color>\fR
Sets the default foreground color
.TP
\fB\-\-btn, \-\-button <color>\fR
Sets the default button color
.TP
\fB\-\-name <name>\fR
Sets the application name
.TP
\fB\-\-title <title>\fR
Sets the application title (caption)
.TP
\fB\-\-visual TrueColor\fR
Forces the application to use a TrueColor visual on an 8-bit display
.TP
\fB\-\-inputstyle <inputstyle>\fR
Sets XIM (X Input Method) input style. Possible values are onthespot, overthespot, offthespot and root
.TP
\fB\-\-im <XIM server>\fR
Set XIM server
.TP
\fB\-\-noxim\fR
Disable XIM
.TP
\fB\-\-reverse\fR
Mirrors the whole layout of widgets
.SH TDE OPTIONS:
.TP
\fB\-\-caption <caption>\fR
Use 'caption' as name in the titlebar
.TP
\fB\-\-icon <icon>\fR
Use 'icon' as the application icon
.TP
\fB\-\-miniicon <icon>\fR
Use 'icon' as the icon in the titlebar
.TP
\fB\-\-config <filename>\fR
Use alternative configuration file
.TP
\fB\-\-dcopserver <server>\fR
Use the DCOP Server specified by 'server'
.TP
\fB\-\-nocrashhandler\fR
Disable crash handler, to get core dumps
.TP
\fB\-\-waitforwm\fR
Waits for a WM_NET compatible windowmanager
.TP
\fB\-\-style <style>\fR
Sets the application GUI style
.TP
\fB\-\-geometry <geometry>\fR
Sets the client geometry of the main widget - see man X for the argument format
.SH AUTHOR
This manual page was written for the Debian GNU/Linux distribution
because the original program does not have a manual page.
.PP
This manual page was written by Chris Bier <chris.bier@cymor.com>.
Based on the xchat man page written by Davide Puricelli <evo@debian.org>,
and the kwifimanager help options. It was written for the Debian GNU/Linux
system (but may be used by others).

@ -0,0 +1,7 @@
file( GLOB _man_files RELATIVE ${CMAKE_CURRENT_SOURCE_DIR} *.8 )
INSTALL(
FILES ${_man_files}
DESTINATION ${MAN_INSTALL_DIR}/man8
COMPONENT doc
)

@ -0,0 +1,77 @@
.TH "lisa" "8" "December 2005"
.SH "NAME"
lisa \- LAN Information Server
.SH "SYNOPSIS"
.PP
.B lisa
[options]
.SH "DESCRIPTION"
.PP
This manual page documents briefly the
.B lisa
command.
.PP
.B lisa
is intended to provide a kind of "network neighbourhood" but only relaying on
the TCP/IP protocol stack, no smb or whatever. The list of running hosts is
provided via TCP port 7741.
.SH "OPTIONS"
.TP
.B \-c, \-\-config=\fIFILE\fR
Read
.I FILE
instead of $(HOME)/.lisarc and /etc/lisarc.
.TP
.BI "\-p, \-\-port" " PORTNR"
Start the server on the portnumber
.IR PORTNR .
If you use this, LISa won't be able to
cooperate with other LISa's in the network.
.TP
.B \-q, \-\-quiet
Start quiet without the greeting message.
.TP
.B \-u, \-\-unix
Deprecated.
.TP
.B \-k, \-\-kde1
Deprecated.
.TP
.B \-K, \-\-kde2
Deprecated.
.TP
.B \-h, \-\-help
Show usage.
.TP
.B \-v, \-\-version
Print out a short version info.
.SH SIGNALS
.PP
If you send the Hangup-Signal to \fBlisa\fR, it will reread its
configuration file (killall -HUP lisa).
.PP
If you send the User1-Signal to \fBlisa\fR, it will print some status
information to the standard output (killall -USR1 lisa). You won't see
anything if the console from which \fBlisa\fR was started has terminated.
.SH "SEE ALSO"
.TP
.BR reslisa (8)
.TP
.I /opt/trinity/share/doc/lisa/README.gz
.SH "AUTHOR"
.PP
.B LISa
is Copyright (c) 2000-2003 by Alexander Neundorf <neundorf@kde.org>.
.PP
This manual page was written by Francois Wendling <frwendling@free.fr>. You can
redistribute it and/or modify it under the terms of the GNU General Public
License as published by the Free Software Foundation; either version 2 of the
License, or (at your option) any later version.

@ -0,0 +1,72 @@
.TH "reslisa" "8" "December 2005"
.SH "NAME"
reslisa \- Restricted LAN Information Server
.SH "SYNOPSIS"
.PP
.B reslisa
[options]
.SH "DESCRIPTION"
.PP
This manual page documents briefly the
.B reslisa
command.
.PP
If you have very strict security rules in your network or you don't want to
have another port open or whatever, you can use
.B resLISa
instead of
.BR lisa (1).
.SH "OPTIONS"
.TP
.B \-c, \-\-config=\fIFILE\fR
Read
.I FILE
instead of $(HOME)/.reslisarc and /etc/reslisarc.
.TP
.B \-q, \-\-quiet
Start quiet without the greeting message.
.TP
.B \-u, \-\-unix
Deprecated.
.TP
.B \-k, \-\-kde1
Deprecated.
.TP
.B \-K, \-\-kde2
Deprecated.
.TP
.B \-h, \-\-help
Show usage.
.TP
.B \-v, \-\-version
Print out a short version info.
.SH SIGNALS
.PP
If you send the Hangup-Signal to \fBreslisa\fR, it will reread its
configuration file (killall -HUP reslisa).
.PP
If you send the User1-Signal to \fBreslisa\fR, it will print some status
information to the standard output (killall -USR1 reslisa). You won't see
anything if the console from which \fBreslisa\fR was started has terminated.
.SH "SEE ALSO"
.TP
.BR lisa (8)
.TP
.I /opt/trinity/share/doc/lisa/README.gz
.SH "AUTHOR"
.PP
.B LISa
is Copyright (c) 2000-2003 by Alexander Neundorf <neundorf@kde.org>.
.PP
This manual page was written by Francois Wendling <frwendling@free.fr>. You can
redistribute it and/or modify it under the terms of the GNU General Public
License as published by the Free Software Foundation; either version 2 of the
License, or (at your option) any later version.
Loading…
Cancel
Save