aboutsummaryrefslogtreecommitdiffstats
path: root/Documentation/admin-guide
diff options
context:
space:
mode:
authorRandy Dunlap <rdunlap@infradead.org>2018-10-19 18:10:58 -0700
committerJonathan Corbet <corbet@lwn.net>2018-11-07 15:25:59 -0700
commit1afc5fb5f6b146084d569f0c216bf6f753af7705 (patch)
tree40adf85721a02721f6e4954b9052a0f0f6ed11fa /Documentation/admin-guide
parentDocumentation: dynamic_debug: fix a couple of typos (diff)
downloadlinux-dev-1afc5fb5f6b146084d569f0c216bf6f753af7705.tar.xz
linux-dev-1afc5fb5f6b146084d569f0c216bf6f753af7705.zip
Documentation: dynamic-debug: fix wildcard description
Fix grammar about wildcards and insert a space between sentences. Signed-off-by: Randy Dunlap <rdunlap@infradead.org> Cc: Jason Baron <jbaron@akamai.com> Cc: Jonathan Corbet <corbet@lwn.net> Cc: linux-doc@vger.kernel.org Cc: Will Korteland <will@korte.land> Signed-off-by: Jonathan Corbet <corbet@lwn.net>
Diffstat (limited to 'Documentation/admin-guide')
-rw-r--r--Documentation/admin-guide/dynamic-debug-howto.rst4
1 files changed, 2 insertions, 2 deletions
diff --git a/Documentation/admin-guide/dynamic-debug-howto.rst b/Documentation/admin-guide/dynamic-debug-howto.rst
index 953e9353c724..252e5ef324e5 100644
--- a/Documentation/admin-guide/dynamic-debug-howto.rst
+++ b/Documentation/admin-guide/dynamic-debug-howto.rst
@@ -110,8 +110,8 @@ If your query set is big, you can batch them too::
~# 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