diff options
Diffstat (limited to 'contrib/sendmail/libmilter/docs/smfi_replacebody.html')
-rw-r--r-- | contrib/sendmail/libmilter/docs/smfi_replacebody.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/contrib/sendmail/libmilter/docs/smfi_replacebody.html b/contrib/sendmail/libmilter/docs/smfi_replacebody.html index 0842298bc62c..b6dae6b61bcc 100644 --- a/contrib/sendmail/libmilter/docs/smfi_replacebody.html +++ b/contrib/sendmail/libmilter/docs/smfi_replacebody.html @@ -45,7 +45,7 @@ body. <TD>Opaque context structure. </TD></TR> <TR valign="top"><TD>bodyp</TD> - <TD>A pointer to the start of the new body data, which does not have to be null-terminated. If bodyp is NULL, it is treated as having length == 0. Body data should be in CR/LF form. + <TD>A pointer to the start of the new body data, which does not have to be null-terminated. If bodyp is NULL, it is treated as having length == 0. Body data should be in CRLF form. </TD></TR> <TR valign="top"><TD>bodylen</TD> <TD>The number of data bytes pointed to by bodyp. |