# HG changeset patch
# User meillo@marmaro.de
# Date 1278430638 -7200
# Node ID 4d32eb75d3bcfa460952c3027cc6cfa0f98b06a7
# Parent  80b207e8b8af9b34dcfc5e2c45ae2f5fbdae15fa
/^\\fB/ in man pages indicates an option
this allows automated testing if all config options are documented
seems like this is just a hack, but it works ... so what?

diff -r 80b207e8b8af -r 4d32eb75d3bc man/masqmail.conf.5
--- a/man/masqmail.conf.5	Tue Jul 06 17:16:05 2010 +0200
+++ b/man/masqmail.conf.5	Tue Jul 06 17:37:18 2010 +0200
@@ -26,7 +26,7 @@
 The spaces before and after the equal sign `=' are optional.
 
 Most lists (exceptions: \fBlocal_hosts\fR, \fBlocal_nets\fR, \fBlisten_addresses\fR,
-\fBonline_routes\fR, and \fBonline_gets\fR) accept files.
+ \fBonline_routes\fR, and \fBonline_gets\fR) accept files.
 These will be recognized by a leading slash `/'.
 The contents of these files will be included at the position of the file name,
 there can be items or other files before and after the file entry.
@@ -214,7 +214,7 @@
 Example: Your ISP has the name FastNet.
 Then you write the following line in the main configuration:
 
-\fBonline_routes.FastNet\fR = \fI"/etc/masqmail/fastnet.route"\fR
+ \fBonline_routes.FastNet\fR = \fI"/etc/masqmail/fastnet.route"\fR
 
 \fI/etc/masqmail/fastnet.route\fR is the route configuration file, see \fBmasqmail.route(5)\fR.
 As soon as a link to FastNet has been set up, you call masqmail \fB\-qo \fIFastNet\fR.