about summary refs log tree commit diff
path: root/man/ngircd.conf.5.tmpl
diff options
context:
space:
mode:
authorAlexander Barton <alex@barton.de>2012-11-02 14:30:19 +0100
committerAlexander Barton <alex@barton.de>2012-11-02 14:30:19 +0100
commit48326e061aacd954e24f76c53ded10448cbc28eb (patch)
tree5d42738ffc467b82d6f2e7a3dc54d8498276a4a6 /man/ngircd.conf.5.tmpl
parent84e9dcbab080b03b2057df8b22327172895833be (diff)
downloadngircd-48326e061aacd954e24f76c53ded10448cbc28eb.tar.gz
ngircd-48326e061aacd954e24f76c53ded10448cbc28eb.zip
Spelling fix: "nick name" -> "nickname"
Diffstat (limited to 'man/ngircd.conf.5.tmpl')
-rw-r--r--man/ngircd.conf.5.tmpl12
1 files changed, 6 insertions, 6 deletions
diff --git a/man/ngircd.conf.5.tmpl b/man/ngircd.conf.5.tmpl
index 03fac57d..e3f62c84 100644
--- a/man/ngircd.conf.5.tmpl
+++ b/man/ngircd.conf.5.tmpl
@@ -1,7 +1,7 @@
 .\"
 .\" ngircd.conf(5) manual page template
 .\"
-.TH ngircd.conf 5 "Oct 2012" ngIRCd "ngIRCd Manual"
+.TH ngircd.conf 5 "Nov 2012" ngIRCd "ngIRCd Manual"
 .SH NAME
 ngircd.conf \- configuration file of ngIRCd
 .SH SYNOPSIS
@@ -178,8 +178,8 @@ Maximum number of channels a user can be member of (0: no limit).
 Default: 10.
 .TP
 \fBMaxNickLength\fR (number)
-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
+Maximum length of an user nickname (Default: 9, as in RFC 2812). Please
+note that all servers in an IRC network MUST use the same maximum nickname
 length!
 .TP
 \fBMaxListSize\fR (number)
@@ -227,7 +227,7 @@ The Salt for cloaked hostname hashing. When undefined a random hash is
 generated after each server start.
 .TP
 \fBCloakUserToNick\fR (boolean)
-Set every clients' user name to their nick name and hide the one supplied
+Set every clients' user name to their nickname and hide the one supplied
 by the IRC client. Default: no.
 .TP
 \fBConnectIPv4\fR (boolean)
@@ -369,7 +369,7 @@ sections are used to define IRC Operators. There may be more than one
 block, one for each local operator.
 .TP
 \fBName\fR (string)
-ID of the operator (may be different of the nick name).
+ID of the operator (may be different of the nickname).
 .TP
 \fBPassword\fR (string)
 Password of the IRC operator.
@@ -429,7 +429,7 @@ You can use the IRC Operator command CONNECT later on to create the link.
 Connect to the remote server using TLS/SSL. Default: false.
 .TP
 \fBServiceMask\fR (string)
-Define a (case insensitive) list of masks matching nick names that should be
+Define a (case insensitive) list of masks matching nicknames that should be
 treated as IRC services when introduced via this remote server, separated
 by commas (","). REGULAR SERVERS DON'T NEED this parameter, so leave it empty
 (which is the default).