diff options
author | Mauro Carvalho Chehab <mchehab+samsung@kernel.org> | 2019-06-18 15:51:18 -0300 |
---|---|---|
committer | Jonathan Corbet <corbet@lwn.net> | 2019-06-20 14:05:46 -0600 |
commit | 7e6294cdc0b055225f45e66003b33175e06154aa (patch) | |
tree | 912ebd8b24b885263a9f697f9a4aee431980e647 /Documentation/trace | |
parent | 0ad6be30baa3a3bc69349327d62ec4c188db3364 (diff) | |
download | linux-7e6294cdc0b055225f45e66003b33175e06154aa.tar.gz linux-7e6294cdc0b055225f45e66003b33175e06154aa.tar.bz2 linux-7e6294cdc0b055225f45e66003b33175e06154aa.zip |
docs: trace: add a missing blank line
Sphinx expects a blank line after a literal block markup.
Signed-off-by: Mauro Carvalho Chehab <mchehab+samsung@kernel.org>
Acked-by: Steven Rostedt (VMware) <rostedt@goodmis.org>
Acked-by: Masami Hiramatsu <mhiramat@kernel.org>
Signed-off-by: Jonathan Corbet <corbet@lwn.net>
Diffstat (limited to 'Documentation/trace')
-rw-r--r-- | Documentation/trace/kprobetrace.rst | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/Documentation/trace/kprobetrace.rst b/Documentation/trace/kprobetrace.rst index baa3c42ba2f4..7d2b0178d3f3 100644 --- a/Documentation/trace/kprobetrace.rst +++ b/Documentation/trace/kprobetrace.rst @@ -191,6 +191,7 @@ events, you need to enable it. Use the following command to start tracing in an interval. :: + # echo 1 > tracing_on Open something... # echo 0 > tracing_on |