diff options
Diffstat (limited to 'doc')
-rw-r--r-- | doc/src/configuration.xml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/src/configuration.xml b/doc/src/configuration.xml index dc99510..f88059b 100644 --- a/doc/src/configuration.xml +++ b/doc/src/configuration.xml @@ -172,7 +172,7 @@ It may contain the following format characters: <seglistitem><seg>%l</seg><seg>priority level in numeric form</seg></seglistitem> <seglistitem><seg>%H</seg><seg>source host name (a <quote>device</quote>, according to <ulink url="http://www.ietf.org/rfc/rfc3164.txt">RFC 3164</ulink>)</seg></seglistitem> <seglistitem><seg>%h</seg><seg>sender host name (datagram sender, which may be device or relay)</seg></seglistitem> - <seglistitem><seg>%P</seg><seg>program name</seg></seglistitem> + <seglistitem><seg>%P</seg><seg>program name; this is taken from the MSG part of message and converted to locale encoding if source encoding is specified</seg></seglistitem> <seglistitem><seg>%%</seg><seg>% character</seg></seglistitem> </segmentedlist> </para> |