From: Randy Dunlap Date: Sat, 20 Oct 2018 01:10:58 +0000 (-0700) Subject: Documentation: dynamic-debug: fix wildcard description X-Git-Tag: v5.0-rc1~89^2~34 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=1afc5fb5f6b146084d569f0c216bf6f753af7705;p=thirdparty%2Fkernel%2Flinux.git Documentation: dynamic-debug: fix wildcard description Fix grammar about wildcards and insert a space between sentences. Signed-off-by: Randy Dunlap Cc: Jason Baron Cc: Jonathan Corbet Cc: linux-doc@vger.kernel.org Cc: Will Korteland Signed-off-by: Jonathan Corbet --- diff --git a/Documentation/admin-guide/dynamic-debug-howto.rst b/Documentation/admin-guide/dynamic-debug-howto.rst index 953e9353c7244..252e5ef324e56 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 > /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" > /dynamic_debug/control