From: Alexander Barton Date: Mon, 12 Mar 2012 10:02:17 +0000 (+0100) Subject: Fix manual page "hyphen-used-as-minus-sign" error (lintian) X-Git-Tag: rel-19.1~3 X-Git-Url: https://arthur.barton.de/cgi-bin/gitweb.cgi?p=ngircd-alex.git;a=commitdiff_plain;h=e9be3334d1f0a40e44aac7754d828a4ce28a94b7 Fix manual page "hyphen-used-as-minus-sign" error (lintian) Thanks to Christoph Biedl for reporting this! --- diff --git a/man/ngircd.8.tmpl b/man/ngircd.8.tmpl index cc2498d9..f0703f35 100644 --- a/man/ngircd.8.tmpl +++ b/man/ngircd.8.tmpl @@ -1,7 +1,7 @@ .\" .\" ngircd(8) manual page template .\" -.TH ngircd 8 "Jul 2011" ngircd "ngIRCd Manual" +.TH ngircd 8 "Mar 2012" ngircd "ngIRCd Manual" .SH NAME ngIRCd \- the next generation IRC daemon .SH SYNOPSIS @@ -78,7 +78,7 @@ It's wise to use "ngircd \-\-configtest" to validate the configuration file after changing it. .SH DEBUGGING When ngIRCd is compiled with debug code, that is, its source code has -been ./configure'd with "--enable-debug" and/or "--enable-sniffer" (witch +been ./configure'd with "\-\-enable\-debug" and/or "\-\-enable\-sniffer" (witch enables debug mode automatically as well), you can use two more command line options and two more signals to debug problems with the daemon itself or IRC clients: @@ -91,7 +91,7 @@ Enable debug mode and log extra messages. \fB\-s\fR, \fB\-\-sniffer\fR Enable IRC protocol sniffer, which logs all sent and received IRC commands to the console/syslog. This option requires that ngIRCd has been ./configure'd -with "--enable-sniffer" and enables debug mode automatically, too. +with "\-\-enable\-sniffer" and enables debug mode automatically, too. .PP \fBSignals:\fR .TP diff --git a/man/ngircd.conf.5.tmpl b/man/ngircd.conf.5.tmpl index 236883e3..85cf73ff 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 "Jun 2011" ngircd "ngIRCd Manual" +.TH ngircd.conf 5 "Mar 2012" ngircd "ngIRCd Manual" .SH NAME ngircd.conf \- configuration file of ngIRCd .SH SYNOPSIS