diff options
author | Michele Calgaro <[email protected]> | 2019-04-03 23:02:46 +0900 |
---|---|---|
committer | Michele Calgaro <[email protected]> | 2019-04-03 23:02:46 +0900 |
commit | fcad8b8d150fb9f508973e3044a103de74ec3877 (patch) | |
tree | ca34a8cf3bfbe08335d40c47863b4901e1d19609 /ubuntu/_base/tdenetwork/debian/man/lisa-trinity.8 | |
parent | 5d8ed1fab813d86b04383f7fcf8ab2c994cbea30 (diff) | |
download | tde-packaging-fcad8b8d150fb9f508973e3044a103de74ec3877.tar.gz tde-packaging-fcad8b8d150fb9f508973e3044a103de74ec3877.zip |
DEB: use _base folder for a distro instead of specific distros (squeeze and maverick).
Signed-off-by: Michele Calgaro <[email protected]>
Diffstat (limited to 'ubuntu/_base/tdenetwork/debian/man/lisa-trinity.8')
-rw-r--r-- | ubuntu/_base/tdenetwork/debian/man/lisa-trinity.8 | 77 |
1 files changed, 77 insertions, 0 deletions
diff --git a/ubuntu/_base/tdenetwork/debian/man/lisa-trinity.8 b/ubuntu/_base/tdenetwork/debian/man/lisa-trinity.8 new file mode 100644 index 000000000..9b3192e14 --- /dev/null +++ b/ubuntu/_base/tdenetwork/debian/man/lisa-trinity.8 @@ -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 <[email protected]>. +.PP +This manual page was written by Francois Wendling <[email protected]>. 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. + |