man update

This commit is contained in:
Gabor Adam Toth 2011-05-10 16:58:26 +02:00
parent 4f584b8342
commit 6071a04a8d
1 changed files with 26 additions and 35 deletions

View File

@ -1,15 +1,15 @@
.\" DO NOT MODIFY THIS FILE! It was generated by help2man 1.36. .\" DO NOT MODIFY THIS FILE! It was generated by help2man 1.36.
.TH PSYCLPC "1" "April 2007" "psyclpc 4.0.0 - a multi-protocol network server application language." "User Commands" .TH PSYCLPC "1" "May 2011" "psyclpc 4.0.14 - a multi-protocol network server application language." "User Commands"
.SH NAME .SH NAME
psyclpc \- psyclpc psyclpc \- psyclpc
.SH SYNOPSIS .SH SYNOPSIS
.B psyclpc .B psyclpc
[\fIoptions\fR] [\fI<portnumber>\fR...] [\fIoptions\fR] [\fI<portnumber>\fR...]
.SH DESCRIPTION .SH DESCRIPTION
psyclpc 4.0.0 \- a multi\-protocol network server application language. psyclpc 4.0.14 \- a multi\-protocol network server application language.
.PP .PP
Release: Build 1.5 (mostly stable); 2007\-04\-17 Release: Build 2483 (stable); 2009\-01\-12
Compiled: Apr 17 2007 15:39:05 Compiled: May 10 2011 00:51:18
.PP .PP
Options are: Options are:
.HP .HP
@ -43,11 +43,12 @@ Use <filename> for the master object.
.HP .HP
\fB\-m\fR|\-\-mudlib <pathname> \fB\-m\fR|\-\-mudlib <pathname>
.IP .IP
Use <pathname> as the top directory of the mudlib. Use <pathname> as the top directory of the library.
.HP .HP
\fB\-\-debug\-file\fR <filename> \fB\-\-debug\-file\fR <filename>
.IP .IP
Log all debug output in <filename> instead of <host>.debug.log . This function has been disabled at compile time.
Please remove it from your scripts.
.HP .HP
\fB\-\-hostname\fR <name> \fB\-\-hostname\fR <name>
.IP .IP
@ -185,7 +186,7 @@ A time less or equal 0 disables swapping.
.HP .HP
\fB\-s\fR f<name> | \fB\-\-swap\-file\fR <name> \fB\-s\fR f<name> | \fB\-\-swap\-file\fR <name>
.IP .IP
Swap into file <name> instead of log/ldmud.swap.<host> . Swap into file <name> instead of log/psyced.swap.<host> .
.HP .HP
\fB\-s\fR c | \fB\-\-swap\-compact\fR \fB\-s\fR c | \fB\-\-swap\-compact\fR
.IP .IP
@ -255,46 +256,34 @@ If relative, <pathname> is interpreted relative to <mudlib>.
.IP .IP
Use <pathname> as the directory where your certificate revocation lists reside. Use <pathname> as the directory where your certificate revocation lists reside.
If relative, <pathname> is interpreted relative to <mudlib>. If relative, <pathname> is interpreted relative to <mudlib>.
.IP
Use <pathname> as the filename holding your certificate revocation lists.
If relative, <pathname> is interpreted relative to <mudlib>.
.IP
Use <pathname> as the directory where your certificate revocation lists reside.
If relative, <pathname> is interpreted relative to <mudlib>.
.HP .HP
\fB\-\-wizlist\-file\fR <filename> \fB\-\-wizlist\-file\fR <filename>
.HP .HP
\fB\-\-no\-wizlist\-file\fR \fB\-\-no\-wizlist\-file\fR
.IP .IP
Read and save the wizlist in the named file (always interpreted Read and save the wizlist in the named file (always interpreted
relative the mudlib); resp. don't read or save the wizlist. relative to the mudlib); resp. don't read or save the wizlist.
.HP .HP
\fB\-\-pidfile\fR <filename> \fB\-\-pidfile\fR <filename>
.IP .IP
Write the pid of the driver process into <filename>. Write the pid of the driver process into <filename>.
.HP .HP
\fB\-\-randomdevice\fR <filename>
.IP
Determines the source of the seed for the random number generator.
(tries /dev/urandom by default and uses system clock as fallback)
.HP
\fB\-\-random\-seed\fR <num> \fB\-\-random\-seed\fR <num>
.IP .IP
Seed value for the random number generator. If not given, the Seed value for the random number generator. If not given, the
driver chooses a seed value on its own. driver chooses a seed value on its own.
.HP .HP
\fB\-\-gcollect\-outfd\fR <filename>|<num>
.IP
Garbage collector output (like a log of all reclaimed memory blocks)
is sent to <filename> (or inherited fd <num>) instead of stderr.
.HP
\fB\-\-check\-refcounts\fR
.IP
Every backend cycle, all refcounts in the system are checked.
SLOW!
.HP
\fB\-\-check\-state\fR <lvl>
.IP
Perform a regular simplistic check of the virtual machine according
to <lvl>:
.IP
= 0: no check
= 1: once per backend loop
= 2: at various points in the backend loop
.HP
\fB\-\-gobble\-descriptors\fR <num>
.IP
<num> (more) filedescriptors are used up. You'll know when you need it.
.HP
\fB\-\-options\fR \fB\-\-options\fR
.IP .IP
Print the version and compilation options of the driver, then exit. Print the version and compilation options of the driver, then exit.
@ -311,8 +300,8 @@ Display this help and exit.
.IP .IP
Display the short help text and exit. Display the short help text and exit.
.PP .PP
Release: Build 1.5 (mostly stable); 2007\-04\-17 Release: Build 2483 (stable); 2009\-01\-12
Compiled: Apr 17 2007 15:39:05 Compiled: May 10 2011 00:51:18
.SH CONTACT .SH CONTACT
psyclpc is being maintained by fippo & lynX. psyclpc is being maintained by fippo & lynX.
@ -323,8 +312,10 @@ psyclpc is being maintained by fippo & lynX.
You can reach us at psyc://psyced.org/@welcome You can reach us at psyc://psyced.org/@welcome
.SH HISTORY .SH HISTORY
psyclpc, an LDMud with a couple of patches and optimization for psyced, psyclpc is a programming language for intense multi-user network applications
available from <http://lpc.psyc.eu>. such as psyced. it's a recent fork of LDMud with some features and many
bug fixes. we kept it compatible to LDMud, so you can run a MUD with it, too.
It is available from <http://lpc.psyc.eu>.
LDMud itself is a continuation of the Amylaar LPMud Gamedriver 3.1.2. LDMud itself is a continuation of the Amylaar LPMud Gamedriver 3.1.2.
See also <http://www.bearnip.com/lars/proj/ldmud.html>. See also <http://www.bearnip.com/lars/proj/ldmud.html>.