Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux
1
fork

Configure Feed

Select the types of activity you want to include in your feed.

Documentation/rtla: Fix typo in common_options.txt

Fix "unlike" being spelled "nlike" in --on-threshold documentation.

Fixes: 70165c78e31d ("Documentation/rtla: Add actions feature")
Signed-off-by: Tomas Glozar <tglozar@redhat.com>
Acked-by: Steven Rostedt (Google) <rostedt@goodmis.org>
Signed-off-by: Jonathan Corbet <corbet@lwn.net>
Message-ID: <20251010083338.478961-2-tglozar@redhat.com>

authored by

Tomas Glozar and committed by
Jonathan Corbet
aad1530f 469c1c9e

+1 -1
+1 -1
Documentation/tools/rtla/common_options.txt
··· 67 67 - *trace[,file=<filename>]* 68 68 69 69 Saves trace output, optionally taking a filename. Alternative to -t/--trace. 70 - Note that nlike -t/--trace, specifying this multiple times will result in 70 + Note that unlike -t/--trace, specifying this multiple times will result in 71 71 the trace being saved multiple times. 72 72 73 73 - *signal,num=<sig>,pid=<pid>*