[<prev] [next>] [day] [month] [year] [list]
Message-ID: <24f41b66-a45e-92c9-e34f-2e24ee157bd2@infradead.org>
Date: Sun, 4 Nov 2018 14:10:14 -0800
From: Randy Dunlap <rdunlap@...radead.org>
To: LKML <linux-kernel@...r.kernel.org>,
"linux-doc@...r.kernel.org" <linux-doc@...r.kernel.org>
Cc: Jonathan Corbet <corbet@....net>, Will Korteland <will@...te.land>
Subject: [PATCH 2/2 resend] Documentation/admin-guide: fix grammar in
dynamic-debug-howto.rst
From: Randy Dunlap <rdunlap@...radead.org>
Fix grammar about wildcards and insert a space between sentences.
Signed-off-by: Randy Dunlap <rdunlap@...radead.org>
Cc: Jason Baron <jbaron@...mai.com>
Cc: Jonathan Corbet <corbet@....net>
Cc: linux-doc@...r.kernel.org
Cc: Will Korteland <will@...te.land>
---
v2: s/A another/Another/ # from Will
Documentation/admin-guide/dynamic-debug-howto.rst | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
--- linux-next-20181101.orig/Documentation/admin-guide/dynamic-debug-howto.rst
+++ linux-next-20181101/Documentation/admin-guide/dynamic-debug-howto.rst
@@ -110,8 +110,8 @@ If your query set is big, you can batch
~# cat query-batch-file > <debugfs>/dynamic_debug/control
-A another way is to use wildcard. The match rule support ``*`` (matches
-zero or more characters) and ``?`` (matches exactly one character).For
+Another way is to use wildcards. The match rule supports ``*`` (matches
+zero or more characters) and ``?`` (matches exactly one character). For
example, you can match all usb drivers::
~# echo "file drivers/usb/* +p" > <debugfs>/dynamic_debug/control
Powered by blists - more mailing lists