Skip to content

Commit

Permalink
blst: docs - better highlighting of examples in readme
Browse files Browse the repository at this point in the history
(cherry picked from commit 3c1b7f5)
  • Loading branch information
miconda committed Aug 17, 2018
1 parent 71dbada commit cd4e929
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions src/modules/blst/doc/blst_functions.xml
Original file line number Diff line number Diff line change
Expand Up @@ -152,7 +152,9 @@ if (msg_status==503){ # blacklist 503 source for Retry-After seconds
<example>
<title><function>blst_set_ignore</function> usage</title>
<programlisting>
...
blst_set_ignore(6); # ignore send and connect errors
...
</programlisting>
</example>
</section>
Expand Down Expand Up @@ -181,7 +183,9 @@ if (msg_status==503){ # blacklist 503 source for Retry-After seconds
<example>
<title><function>blst_clear_ignore</function> usage</title>
<programlisting>
...
blst_clear_ignore(4); # ignore connect errors
...
</programlisting>
</example>
</section>
Expand Down

0 comments on commit cd4e929

Please sign in to comment.