Module: ngircd.git
Branch: master
Commit: 5021977bb1bf6c13323b7ef2a73f64e9533a379a
URL: http://ngircd.barton.de/cgi-bin/gitweb.cgi?p=ngircd.git&a=commit;h=5021977b…
Author: Federico G. Schwindt <fgsch(a)lodoss.net>
Date: Thu Jul 18 17:51:02 2013 +0100
Fix spelling
---
src/ngircd/conf.c | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/src/ngircd/conf.c b/src/ngircd/conf.c
index aad64b3..bae5fa7 100644
--- a/src/ngircd/conf.c
+++ b/src/ngircd/conf.c
@@ -827,7 +827,7 @@ no_listenports(void)
/**
* Read contents of a text file into an array.
*
- * This function is used to read the MOTD and help text file, for exampe.
+ * This function is used to read the MOTD and help text file, for example.
*
* @param filename Name of the file to read.
* @return true, when the file has been read in.
Module: ngircd.git
Branch: master
Commit: 5115756b793dffda86173d424444daf5801967a9
URL: http://ngircd.barton.de/cgi-bin/gitweb.cgi?p=ngircd.git&a=commit;h=5115756b…
Author: Alexander Barton <alex(a)barton.de>
Date: Wed Jul 17 14:36:54 2013 +0200
Slightly update ngircd.8 manual page
---
man/ngircd.8.tmpl | 14 ++++++++------
1 file changed, 8 insertions(+), 6 deletions(-)
diff --git a/man/ngircd.8.tmpl b/man/ngircd.8.tmpl
index 318c045..d56dc87 100644
--- a/man/ngircd.8.tmpl
+++ b/man/ngircd.8.tmpl
@@ -1,7 +1,7 @@
.\"
.\" ngircd(8) manual page template
.\"
-.TH ngircd 8 "Oct 2012" ngIRCd "ngIRCd Manual"
+.TH ngircd 8 "Jul 2013" ngIRCd "ngIRCd Manual"
.SH NAME
ngIRCd \- the "next generation" IRC daemon
.SH SYNOPSIS
@@ -23,13 +23,15 @@ which is a little bit exaggerated:
.IR "lightweight Internet Relay Chat server"
most probably would have been a better name :-)
.PP
-Currently supported platforms include AIX, A/UX, FreeBSD, HP-UX, IRIX,
-Linux, Mac OS X, NetBSD, OpenBSD, Solaris, and Windows with Cygwin.
-.PP
+Currently supported platforms include AIX, A/UX, FreeBSD, HP-UX, Hurd, IRIX,
+Linux, Mac OS X, Minix, NetBSD, OpenBSD, Solaris, and Windows with Cygwin.
As ngIRCd relies on UNIX standards and uses GNU automake and GNU autoconf
there are good chances that it also supports other UNIX-based operating
-systems as well. By default, ngIRCd writes diagnostic and informational
-messages using the syslog mechanism.
+systems as well.
+.PP
+By default ngIRCd logs diagnostic and informational messages using the syslog
+mechanism, or writes directly to the console when running in the foreground
+(see below).
.SH OPTIONS
The default behavior of
.BR ngircd