From a97597ee4c674f095eef82324859f740869acebb Mon Sep 17 00:00:00 2001 From: Ran Date: Fri, 5 Jun 2020 11:25:58 +0800 Subject: [PATCH] *: fix unclosed tags in 2.1 --- best-practices/haproxy-best-practices.md | 14 +++++++------- sql-statements/sql-statement-revoke-privileges.md | 4 ++-- sql-statements/sql-statement-set-names.md | 2 +- sql-statements/sql-statement-set-transaction.md | 2 +- sql-statements/sql-statement-show-privileges.md | 2 +- 5 files changed, 12 insertions(+), 12 deletions(-) diff --git a/best-practices/haproxy-best-practices.md b/best-practices/haproxy-best-practices.md index 044f0f4683b46..b47e9d6cc2cfe 100644 --- a/best-practices/haproxy-best-practices.md +++ b/best-practices/haproxy-best-practices.md @@ -113,18 +113,18 @@ haproxy --help | `-vv` | Displays the version, build options, libraries versions and usable pollers. | | `-d` | Enables debug mode. | | `-db` | Disables background mode and multi-process mode. | -| `-dM []` | Forces memory poisoning, which means that each and every memory region allocated with malloc() or pool_alloc2() will be filled with \ before being passed to the caller. | +| `-dM []` | Forces memory poisoning, which means that each and every memory region allocated with malloc() or pool_alloc2() will be filled with `` before being passed to the caller. | | `-V` | Enables verbose mode (disables quiet mode). | | `-D` | Starts as a daemon.| -| `-C ` | Changes to directory \ before loading configuration files. | +| `-C ` | Changes to directory `` before loading configuration files. | | `-W` | Master-worker mode. | | `-q` | Sets "quiet" mode: This disables some messages during the configuration parsing and during startup. | | `-c` | Only performs a check of the configuration files and exits before trying to bind. | -| `-n ` | Limits the per-process connection limit to \. | -| `-m ` | Limits the total allocatable memory to \ megabytes across all processes. | -| `-N ` | Sets the default per-proxy maxconn to \ instead of the builtin default value (usually 2000). | -| `-L ` | Changes the local peer name to \, which defaults to the local hostname. | -| `-p ` | Writes all processes' PIDs into \ during startup. | +| `-n ` | Limits the per-process connection limit to ``. | +| `-m ` | Limits the total allocatable memory to `` megabytes across all processes. | +| `-N ` | Sets the default per-proxy maxconn to `` instead of the builtin default value (usually 2000). | +| `-L ` | Changes the local peer name to ``, which defaults to the local hostname. | +| `-p ` | Writes all processes' PIDs into `` during startup. | | `-de` | Disables the use of epoll(7). epoll(7) is available only on Linux 2.6 and some custom Linux 2.4 systems. | | `-dp` | Disables the use of poll(2). select(2) might be used instead. | | `-dS` | Disables the use of splice(2), which is broken on older kernels. | diff --git a/sql-statements/sql-statement-revoke-privileges.md b/sql-statements/sql-statement-revoke-privileges.md index 1a9b5ef9b5f39..789f95391265b 100644 --- a/sql-statements/sql-statement-revoke-privileges.md +++ b/sql-statements/sql-statement-revoke-privileges.md @@ -5,7 +5,7 @@ category: reference aliases: ['/docs/v2.1/reference/sql/statements/revoke-privileges/'] --- -# REVOKE +# `REVOKE ` This statement removes privileges from an existing user. @@ -81,6 +81,6 @@ This statement is understood to be fully compatible with MySQL. Any compatibilit ## See also -* [GRANT ](/sql-statements/sql-statement-grant-privileges.md) +* [`GRANT `](/sql-statements/sql-statement-grant-privileges.md) * [SHOW GRANTS](/sql-statements/sql-statement-show-grants.md) * [Privilege Management](/privilege-management.md) diff --git a/sql-statements/sql-statement-set-names.md b/sql-statements/sql-statement-set-names.md index ca79b78e8843b..49d2b4df056c4 100644 --- a/sql-statements/sql-statement-set-names.md +++ b/sql-statements/sql-statement-set-names.md @@ -77,5 +77,5 @@ This statement is understood to be fully compatible with MySQL. Any compatibilit ## See also * [SHOW \[GLOBAL|SESSION\] VARIABLES](/sql-statements/sql-statement-show-variables.md) -* [SET ](/sql-statements/sql-statement-set-variable.md) +* [`SET ]`(/sql-statements/sql-statement-set-variable.md) * [Character Set Support](/character-set-and-collation.md) diff --git a/sql-statements/sql-statement-set-transaction.md b/sql-statements/sql-statement-set-transaction.md index 41574a15268d2..d7ed0dd932653 100644 --- a/sql-statements/sql-statement-set-transaction.md +++ b/sql-statements/sql-statement-set-transaction.md @@ -65,5 +65,5 @@ mysql> SHOW SESSION VARIABLES like 'transaction_isolation'; ## See also -* [SET \[GLOBAL|SESSION\] ](/sql-statements/sql-statement-set-variable.md) +* [`SET [GLOBAL|SESSION] `](/sql-statements/sql-statement-set-variable.md) * [Isolation Levels](/transaction-isolation-levels.md) diff --git a/sql-statements/sql-statement-show-privileges.md b/sql-statements/sql-statement-show-privileges.md index 8a62d2a573707..96eb71a66de38 100644 --- a/sql-statements/sql-statement-show-privileges.md +++ b/sql-statements/sql-statement-show-privileges.md @@ -65,4 +65,4 @@ This statement is understood to be fully compatible with MySQL. Any compatibilit ## See also * [SHOW GRANTS](/sql-statements/sql-statement-show-grants.md) -* [GRANT ](/sql-statements/sql-statement-grant-privileges.md) +* [`GRANT `](/sql-statements/sql-statement-grant-privileges.md)