]> arthur.barton.de Git - ngircd-alex.git/blobdiff - man/ngircd.conf.5.tmpl
Fix double minus signs in manual pages
[ngircd-alex.git] / man / ngircd.conf.5.tmpl
index 14baf2090b6f3ee6f05ebba8ef386306efaa9f8c..e4a5d4a139974b645eb2c86103d1c265bd628e9e 100644 (file)
@@ -87,7 +87,8 @@ SSL/TLS support.
 Certificate of the private key
 .TP
 \fBSSLDHFile\fR
-Name of the Diffie-Hellman Parameter file.  Can be created with gnutls "certtool --generate-dh-params" or "openssl dhparam".
+Name of the Diffie-Hellman Parameter file. Can be created with gnutls
+"certtool \-\-generate-dh-params" or "openssl dhparam".
 If this file is not present, it will be generated on startup when ngircd
 was compiled with gnutls support (this may take some time). If ngircd
 was compiled with OpenSSL, then (Ephemeral)-Diffie-Hellman Key Exchanges and several
@@ -178,10 +179,15 @@ the config file.
 Default: No.
 .TP
 \fBNoDNS\fR
-If enabled, ngircd will not make DNS lookups when clients connect.
+If set to true, ngircd will not make DNS lookups when clients connect.
 If you configure ngircd to connect to other servers, ngircd may still
 perform a DNS lookup if required.
-Default: No.
+Default: false.
+.TP
+\fBNoIdent\fR
+If ngircd is compiled with IDENT support this can be used to disable IDENT
+lookups at run time.
+Default: false.
 .TP
 \fBConnectIPv4\fR
 Set this to no if you do not want ngircd to connect to other irc servers using ipv4.
@@ -311,7 +317,7 @@ Sets initial channel key (only relevant if mode k is set).
 \fBMaxUsers\fR
 Set maximum user limit for this channel (only relevant if mode l is set).
 .SH HINTS
-It's wise to use "ngircd --configtest" to validate the configuration file
+It's wise to use "ngircd \-\-configtest" to validate the configuration file
 after changing it. See
 .BR ngircd (8)
 for details.