diff options
author | Georgi Georgiev <chutzimir@gmail.com> | 2012-11-10 00:03:53 +0900 |
---|---|---|
committer | Rainer Gerhards <rgerhards@adiscon.com> | 2012-11-14 08:59:57 +0100 |
commit | 0aa6afbc501611e2e0d0453b15e901344dfa6157 (patch) | |
tree | a09501169921dd55d2b23730a32a648b669b8bb5 | |
parent | 1d10872062828aede81c775bf19023f3ca8f85fa (diff) | |
download | rsyslog-0aa6afbc501611e2e0d0453b15e901344dfa6157.tar.gz rsyslog-0aa6afbc501611e2e0d0453b15e901344dfa6157.tar.bz2 rsyslog-0aa6afbc501611e2e0d0453b15e901344dfa6157.zip |
Fix the rsyslogd man page formatting for the -d flag
The indentation around the "-d" flag description is in the
wrong place and does not display properly.
-rw-r--r-- | tools/rsyslogd.8 | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/rsyslogd.8 b/tools/rsyslogd.8 index 9ded4b9b..620006f2 100644 --- a/tools/rsyslogd.8 +++ b/tools/rsyslogd.8 @@ -128,8 +128,8 @@ may not support it. .B "\-D" Runs the Bison config parser in debug mode. This may help when hard to find syntax errors are reported. Please note that the output generated is deeply -.TP technical and orignally targeted towards developers. +.TP .B "\-d" Turns on debug mode. Using this the daemon will not proceed a .BR fork (2) |