diff options
Diffstat (limited to 'include/configreader.h')
-rw-r--r-- | include/configreader.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/include/configreader.h b/include/configreader.h index c63ea717a..1db64ae5a 100644 --- a/include/configreader.h +++ b/include/configreader.h @@ -150,12 +150,12 @@ struct CommandLineConf /** If this is true, a PID file will be written * to the file given in the "file" variable of - * the <pid> tag in the config file. This is + * the \<pid> tag in the config file. This is * the default. * Passing --nopid as a command line argument * sets this to false; in this case, a PID file * will not be written, even the default PID - * file that is usually written when the <pid> + * file that is usually written when the \<pid> * tag is not defined in the config file. */ bool writepid; |