Module: ngircd.git
Branch: master
Commit: 307cdce90819ec3371d18c1f46374462220d6fa3
URL: http://ngircd.barton.de/cgi-bin/gitweb.cgi?p=ngircd.git&a=commit;h=307cdce9…
Author: Florian Westphal <fw(a)strlen.de>
Date: Mon Dec 29 23:34:20 2008 +0100
man ngircd.conf: line break missing before the SSLConnect description
reported by Christoph Biedl.
---
man/ngircd.conf.5.tmpl | 1 +
1 files changed, 1 insertions(+), 0 deletions(-)
diff --git a/man/ngircd.conf.5.tmpl b/man/ngircd.conf.5.tmpl
index 3c6c278..616a358 100644
--- a/man/ngircd.conf.5.tmpl
+++ b/man/ngircd.conf.5.tmpl
@@ -215,6 +215,7 @@ Default: 10.
Maximum length of an user nick name (Default: 9, as in RFC 2812). Please
note that all servers in an IRC network MUST use the same maximum nick name
length!
+.TP
\fBSSLConnect\fR
Connect to the remote server using TLS/SSL (Default: false)
.SH [OPERATOR]
Module: ngircd.git
Branch: master
Commit: 9a82ca0d6b3309636da38129285971d8080cd6f6
URL: http://ngircd.barton.de/cgi-bin/gitweb.cgi?p=ngircd.git&a=commit;h=9a82ca0d…
Author: Alexander Barton <alex(a)barton.de>
Date: Fri Dec 5 22:35:23 2008 +0100
doc/Platforms.txt: added x86_64/unknown/linux-gnu
---
doc/Platforms.txt | 2 ++
1 files changed, 2 insertions(+), 0 deletions(-)
diff --git a/doc/Platforms.txt b/doc/Platforms.txt
index d95ab9b..a77cc88 100644
--- a/doc/Platforms.txt
+++ b/doc/Platforms.txt
@@ -62,6 +62,7 @@ powerpc/unknown/openbsd3.6 gcc 2.95.3 0.10.0 06-10-08 alex Y Y n Y
sparc/sun/solaris2.6 gcc 2.95.3 0.7.x-CVS 03-04-22 alex Y Y Y Y
sparc/sun/solaris2.7 gcc 3.3 0.8.0 04-05-30 alex Y Y Y Y
sparc/unkn./netbsdelf1.6.1 gcc 2.95.3 0.8.0 04-05-30 alex Y Y Y Y
+x86_64/unknown/linux-gnu 4.3.2 13~rc1 08-12-05 alex Y Y Y Y (5)
Notes
@@ -82,3 +83,4 @@ Notes
(4) Using the /dev/poll IO interface.
+(5) Using the epoll() IO interface.