mirror of
https://github.com/osmarks/ngircd.git
synced 2025-01-07 06:10:28 +00:00
- Rechtschreibfehler korrigiert ;-)
This commit is contained in:
parent
7bbdfb3d84
commit
1c0ded41af
@ -1,5 +1,5 @@
|
|||||||
.\"
|
.\"
|
||||||
.\" $Id: ngircd.8,v 1.4 2002/09/16 11:11:21 alex Exp $
|
.\" $Id: ngircd.8,v 1.5 2002/11/18 18:49:34 alex Exp $
|
||||||
.\"
|
.\"
|
||||||
.TH ngircd 8 "September 2002" ngircd "ngIRCd Manual"
|
.TH ngircd 8 "September 2002" ngircd "ngIRCd Manual"
|
||||||
.SH NAME
|
.SH NAME
|
||||||
@ -24,7 +24,7 @@ use
|
|||||||
.I file
|
.I file
|
||||||
as configuration file.
|
as configuration file.
|
||||||
.IP "-n, --nodaemon"
|
.IP "-n, --nodaemon"
|
||||||
don't fork and don't detatch from controlling terminal.
|
don't fork and don't detach from controlling terminal.
|
||||||
.IP "-p, --passive"
|
.IP "-p, --passive"
|
||||||
disable automatic connections to other servers.
|
disable automatic connections to other servers.
|
||||||
.IP --version
|
.IP --version
|
||||||
|
@ -9,7 +9,7 @@
|
|||||||
* Naehere Informationen entnehmen Sie bitter der Datei COPYING. Eine Liste
|
* Naehere Informationen entnehmen Sie bitter der Datei COPYING. Eine Liste
|
||||||
* der an ngIRCd beteiligten Autoren finden Sie in der Datei AUTHORS.
|
* der an ngIRCd beteiligten Autoren finden Sie in der Datei AUTHORS.
|
||||||
*
|
*
|
||||||
* $Id: ngircd.c,v 1.58 2002/11/10 13:38:41 alex Exp $
|
* $Id: ngircd.c,v 1.59 2002/11/18 18:49:34 alex Exp $
|
||||||
*
|
*
|
||||||
* ngircd.c: Hier beginnt alles ;-)
|
* ngircd.c: Hier beginnt alles ;-)
|
||||||
*/
|
*/
|
||||||
@ -500,7 +500,7 @@ Show_Help( VOID )
|
|||||||
puts( " -d, --debug log extra debug messages" );
|
puts( " -d, --debug log extra debug messages" );
|
||||||
#endif
|
#endif
|
||||||
puts( " -f, --config <f> use file <f> as configuration file" );
|
puts( " -f, --config <f> use file <f> as configuration file" );
|
||||||
puts( " -n, --nodaemon don't fork and don't detatch from controlling terminal" );
|
puts( " -n, --nodaemon don't fork and don't detach from controlling terminal" );
|
||||||
puts( " -p, --passive disable automatic connections to other servers" );
|
puts( " -p, --passive disable automatic connections to other servers" );
|
||||||
#ifdef SNIFFER
|
#ifdef SNIFFER
|
||||||
puts( " -s, --sniffer enable network sniffer and display all IRC traffic" );
|
puts( " -s, --sniffer enable network sniffer and display all IRC traffic" );
|
||||||
|
Loading…
Reference in New Issue
Block a user