Commit 933bc7a2 933bc7a293322f1996c791de7a17bb469b1a79e3 by Sergey Poznyakoff

Minor fix in docs

1 parent d9ddd27a
...@@ -1021,7 +1021,8 @@ Comma-separated list of keywords, describing the spam checks that ...@@ -1021,7 +1021,8 @@ Comma-separated list of keywords, describing the spam checks that
1021 succeeded for this message. 1021 succeeded for this message.
1022 @end table 1022 @end table
1023 1023
1024 @*Example: 1024 Example:
1025
1025 @smallexample 1026 @smallexample
1026 request "test-spamd"; 1027 request "test-spamd";
1027 1028
...@@ -1051,7 +1052,8 @@ keywords. By default, comma is assumed as list separator. This can be ...@@ -1051,7 +1052,8 @@ keywords. By default, comma is assumed as list separator. This can be
1051 overridden by specifying the @code{:delim} tag, whose value is a 1052 overridden by specifying the @code{:delim} tag, whose value is a
1052 string consisting of valid list delimiter characters. 1053 string consisting of valid list delimiter characters.
1053 1054
1054 @*Example: 1055 Example:
1056
1055 This test can be used in conjunction with the @code{spamd} test 1057 This test can be used in conjunction with the @code{spamd} test
1056 described above: 1058 described above:
1057 1059
...@@ -1101,7 +1103,8 @@ If no tagged argument is supplied, @code{:after} is assumed. ...@@ -1101,7 +1103,8 @@ If no tagged argument is supplied, @code{:after} is assumed.
1101 Almost any date format is understood. @xref{Date Input Formats}, for 1103 Almost any date format is understood. @xref{Date Input Formats}, for
1102 a detailed information on date formats. 1104 a detailed information on date formats.
1103 1105
1104 @*Example: 1106 Example:
1107
1105 The test below succeeds if the date in @samp{X-Expire-Timestamp} 1108 The test below succeeds if the date in @samp{X-Expire-Timestamp}
1106 header is more than 5 days older than the current date: 1109 header is more than 5 days older than the current date:
1107 1110
......