From: Jason Ish Date: Fri, 4 Dec 2015 17:45:41 +0000 (-0600) Subject: doc: add fixme to broken images X-Git-Tag: suricata-3.2beta1~252 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=7c9475e94debffc0d1da3327887c21be40e57c35;p=thirdparty%2Fsuricata.git doc: add fixme to broken images --- diff --git a/doc/sphinx/pcre.rst b/doc/sphinx/pcre.rst index eeeb314caf..a0df46fc3b 100644 --- a/doc/sphinx/pcre.rst +++ b/doc/sphinx/pcre.rst @@ -79,9 +79,9 @@ Suricata has its own specific pcre modifiers. These are: relative to the previous match so both matches have to be in the HTTP-raw-uri buffer. Read more about [[**FIXME** HTTP-uri normalization]]. -.. image:: pcre/pcre7.png +** FIXME - image is missing on wiki: .. image:: pcre/pcre7.png -.. image:: pcre/pcre8.png +** FIXME - image is missing on wiki: .. image:: pcre/pcre8.png * ``P``: Makes pcre match on the HTTP- request-body. So, it matches on the same buffer as http_client_body. P can be combined with /R. Note