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.
.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
psyclpc \- psyclpc
.SH SYNOPSIS
.B psyclpc
[\fIoptions\fR] [\fI<portnumber>\fR...]
.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
Release: Build 1.5 (mostly stable); 2007\-04\-17
Compiled: Apr 17 2007 15:39:05
Release: Build 2483 (stable); 2009\-01\-12
Compiled: May 10 2011 00:51:18
.PP
Options are:
.HP
@ -43,11 +43,12 @@ Use <filename> for the master object.
.HP
\fB\-m\fR|\-\-mudlib <pathname>
.IP
Use <pathname> as the top directory of the mudlib.
Use <pathname> as the top directory of the library.
.HP
\fB\-\-debug\-file\fR <filename>
.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
\fB\-\-hostname\fR <name>
.IP
@ -185,7 +186,7 @@ A time less or equal 0 disables swapping.
.HP
\fB\-s\fR f<name> | \fB\-\-swap\-file\fR <name>
.IP
Swap into file <name> instead of log/ldmud.swap.<host> .
Swap into file <name> instead of log/psyced.swap.<host> .
.HP
\fB\-s\fR c | \fB\-\-swap\-compact\fR
.IP
@ -255,46 +256,34 @@ 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>.
.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
\fB\-\-wizlist\-file\fR <filename>
.HP
\fB\-\-no\-wizlist\-file\fR
.IP
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
\fB\-\-pidfile\fR <filename>
.IP
Write the pid of the driver process into <filename>.
.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>
.IP
Seed value for the random number generator. If not given, the
driver chooses a seed value on its own.
.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
.IP
Print the version and compilation options of the driver, then exit.
@ -311,8 +300,8 @@ Display this help and exit.
.IP
Display the short help text and exit.
.PP
Release: Build 1.5 (mostly stable); 2007\-04\-17
Compiled: Apr 17 2007 15:39:05
Release: Build 2483 (stable); 2009\-01\-12
Compiled: May 10 2011 00:51:18
.SH CONTACT
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
.SH HISTORY
psyclpc, an LDMud with a couple of patches and optimization for psyced,
available from <http://lpc.psyc.eu>.
psyclpc is a programming language for intense multi-user network applications
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.
See also <http://www.bearnip.com/lars/proj/ldmud.html>.