Skip to content

Commit 121d0ba

Browse files
Rex NieJonathan Corbet
authored andcommitted
Documentation: Remove redundant file names from examples
Since most examples use the ddcmd alias, remove the redundant file names Signed-off-by: Rex Nie <rex.nie@jaguarmicro.com> Signed-off-by: Jonathan Corbet <corbet@lwn.net> Link: https://lore.kernel.org/r/20231213073735.2850-1-rex.nie@jaguarmicro.com
1 parent 99aa611 commit 121d0ba

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

Documentation/admin-guide/dynamic-debug-howto.rst

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -321,13 +321,13 @@ Examples
321321
:#> ddcmd 'format "nfsd: READ" +p'
322322

323323
// enable messages in files of which the paths include string "usb"
324-
:#> ddcmd 'file *usb* +p' > /proc/dynamic_debug/control
324+
:#> ddcmd 'file *usb* +p'
325325

326326
// enable all messages
327-
:#> ddcmd '+p' > /proc/dynamic_debug/control
327+
:#> ddcmd '+p'
328328

329329
// add module, function to all enabled messages
330-
:#> ddcmd '+mf' > /proc/dynamic_debug/control
330+
:#> ddcmd '+mf'
331331

332332
// boot-args example, with newlines and comments for readability
333333
Kernel command line: ...

0 commit comments

Comments
 (0)