Commit 121d0ba2 authored by Rex Nie's avatar Rex Nie Committed by Jonathan Corbet
Browse files

Documentation: Remove redundant file names from examples



Since most examples use the ddcmd alias, remove the redundant file names

Signed-off-by: default avatarRex Nie <rex.nie@jaguarmicro.com>
Signed-off-by: default avatarJonathan Corbet <corbet@lwn.net>
Link: https://lore.kernel.org/r/20231213073735.2850-1-rex.nie@jaguarmicro.com
parent 99aa6117
Loading
Loading
Loading
Loading
+3 −3
Original line number Diff line number Diff line
@@ -321,13 +321,13 @@ Examples
  :#> ddcmd 'format "nfsd: READ" +p'

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

  // enable all messages
  :#> ddcmd '+p' > /proc/dynamic_debug/control
  :#> ddcmd '+p'

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

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