From 563816cbd828dc39b6bdf7f240ab4a8f9ee876d3 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Michal=20=C4=8Ciha=C5=99?= Date: Mon, 12 Nov 2012 11:14:58 +0100 Subject: [PATCH] Remove extra escaping in code samples --- doc/config.rst | 2 +- doc/faq.rst | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/doc/config.rst b/doc/config.rst index 9d3cf8467b..31cfa1b84e 100644 --- a/doc/config.rst +++ b/doc/config.rst @@ -2614,7 +2614,7 @@ SQL parser settings * **comment** Applies to all comment sub-classes * **comment\_mysql** Comments as ``"#...\n"`` * **comment\_ansi** Comments as ``"-- ...\n"`` - * **comment\_c** Comments as ``"/\*...\*/"`` + * **comment\_c** Comments as ``"/*...*/"`` * **digit** Applies to all digit sub-classes * **digit\_hex** Hexadecimal numbers * **digit\_integer** Integer numbers diff --git a/doc/faq.rst b/doc/faq.rst index b0166a2b57..803c894277 100644 --- a/doc/faq.rst +++ b/doc/faq.rst @@ -494,7 +494,7 @@ Suhosin configuration might lead to malfunction in some cases and it can not be fully avoided as phpMyAdmin is kind of application which needs to transfer big amounts of columns in single HTTP request, what is something what Suhosin tries to prevent. Generally all -``suhosin.request.\*``, ``suhosin.post.\*`` and ``suhosin.get.\*`` +``suhosin.request.*``, ``suhosin.post.*`` and ``suhosin.get.*`` directives can have negative effect on phpMyAdmin usability. You can always find in your error logs which limit did cause dropping of variable, so you can diagnose the problem and adjust matching