]> arthur.barton.de Git - ngircd-alex.git/blob - man/ngircd.8
dcf8ecb7d20a3bdbeda67c2fe62c417e9bcb6ce0
[ngircd-alex.git] / man / ngircd.8
1 .\"
2 .\" $Id: ngircd.8,v 1.3 2002/04/02 20:38:50 alex Exp $
3 .\"
4 .TH ngircd 8 "March 2002" ngircd "ngIRCd Manual"
5 .SH NAME
6 ngircd \- the next generation IRC daemon
7 .SH SYNOPSIS
8 .B ngircd [
9 .I Options
10 .B ]
11 .SH DESCRIPTION
12 .B ngircd
13 is a portable IRC daemon written from scratch. It is easy to configure,
14 supports server links (even with original ircds) and runs on hosts with
15 changing IP addresses (such as dial-in networks). Currently supported
16 platforms are A/UX, Darwin/Mac OS X, FreeBSD, Linux, NetBSD, and Windows
17 with Cygwin.
18 .SH OPTIONS
19 .IP --configtest
20 read, validate and display configuration; then exit.
21 .IP "-f file, --config file"
22 use
23 .I file
24 as configuration file.
25 .IP "-n, --nodaemon"
26 don't fork and don't detatch from controlling terminal.
27 .IP "-p, --passive"
28 disable automatic connections to other servers.
29 .IP --version
30 output version information and exit.
31 .IP --help
32 display brief help text and exit.
33 .SH FILES
34 .I /usr/local/etc/ngircd.conf
35 .RS
36 The system wide default configuration file.
37 .SH DIAGNOSTICS
38 (coming soon)
39 .SH AUTHOR
40 Alexander Barton,
41 .UR mailto:alex@barton.de
42 alex@barton.de
43 .UE
44 .br
45 Homepage:
46 .UR http://arthur.ath.cx/~alex/ngircd/
47 http://arthur.ath.cx/~alex/ngircd/
48 .UE
49 .SH "SEE ALSO"
50 .BR ngircd.conf (5)
51 .BR ircd (8)
52 .\"
53 .\" -eof-