diff options
author | yaworsky <yaworsky> | 2005-11-29 10:12:45 +0000 |
---|---|---|
committer | yaworsky <yaworsky> | 2005-11-29 10:12:45 +0000 |
commit | ffe303d7937f478fccbb302c04e63e0cbfd7867e (patch) | |
tree | 2ff95f111d9a4c90a7f46dd47663b58fe378fc83 /doc | |
parent | e7be81dd66bc4d19ff8552b81aa38821eeb9f457 (diff) | |
download | syslog-win32-ffe303d7937f478fccbb302c04e63e0cbfd7867e.tar.gz syslog-win32-ffe303d7937f478fccbb302c04e63e0cbfd7867e.tar.xz syslog-win32-ffe303d7937f478fccbb302c04e63e0cbfd7867e.zip |
Convert TAG (program name) from source encoding to locale encoding if source
encoding is specified and other than locale encoding.
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> |