summaryrefslogtreecommitdiff
path: root/libmilter/docs/xxfi_body.html
diff options
context:
space:
mode:
Diffstat (limited to 'libmilter/docs/xxfi_body.html')
-rw-r--r--libmilter/docs/xxfi_body.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/libmilter/docs/xxfi_body.html b/libmilter/docs/xxfi_body.html
index 511eeb3aae68..aee7526c0339 100644
--- a/libmilter/docs/xxfi_body.html
+++ b/libmilter/docs/xxfi_body.html
@@ -64,7 +64,7 @@ Hence even if a trailing '\0' is added, C string functions may still fail
to work as expected.
<LI>Since message bodies can be very large, defining xxfi_body can
significantly impact filter performance.
-<LI>End-of-lines are represented as received from SMTP (normally CR/LF).
+<LI>End-of-lines are represented as received from SMTP (normally CRLF).
<LI>Later filters will see body changes made by earlier ones.
<LI>Message bodies may be sent in multiple chunks, with one call to
xxfi_body per chunk.