diff options
author | Randy Dunlap <rdunlap@infradead.org> | 2018-10-20 04:10:58 +0300 |
---|---|---|
committer | Jonathan Corbet <corbet@lwn.net> | 2018-11-08 01:25:59 +0300 |
commit | 1afc5fb5f6b146084d569f0c216bf6f753af7705 (patch) | |
tree | 40adf85721a02721f6e4954b9052a0f0f6ed11fa /Documentation/admin-guide/dynamic-debug-howto.rst | |
parent | 005ae6df28b8c850ea87a03d38e91c63b1c4198d (diff) | |
download | linux-1afc5fb5f6b146084d569f0c216bf6f753af7705.tar.xz |
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/dynamic-debug-howto.rst')
-rw-r--r-- | Documentation/admin-guide/dynamic-debug-howto.rst | 4 |
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 |