From acfcf3a96b86a4484ab7a350f76cede7388fb1da Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E5=BC=A0=E6=A5=9A=E5=90=9B?= Date: Tue, 24 Sep 2024 17:12:55 +0800 Subject: [PATCH] Correct grammar errors "is redundant is makes" should be "is redundant and makes", "consist of" should be "consists of". Signed-off-by:zhangchujun --- docs/about/deprecated.rst | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/about/deprecated.rst b/docs/about/deprecated.rst index 33925edf45..6de358cee3 100644 --- a/docs/about/deprecated.rst +++ b/docs/about/deprecated.rst @@ -184,8 +184,8 @@ members described with -smp are greater than zero. Plugin argument passing through ``arg=`` (since 6.1) '''''''''''''''''''''''''''''''''''''''''''''''''''''''''''' -Passing TCG plugins arguments through ``arg=`` is redundant is makes the -command-line less readable, especially when the argument itself consist of a +Passing TCG plugins arguments through ``arg=`` is redundant and makes the +command-line less readable, especially when the argument itself consists of a name and a value, e.g. ``-plugin plugin_name,arg="arg_name=arg_value"``. Therefore, the usage of ``arg`` is redundant. Single-word arguments are treated as short-form boolean values, and passed to plugins as ``arg_name=on``. -- Gitee