commit | 31fc93d5f29b300307cda5aef95d890954337e01 | [log] [tgz] |
---|---|---|
author | Steven Price <steven@ecrips.co.uk> | Tue Jan 17 13:38:49 2017 +0000 |
committer | Jonathan Corbet <corbet@lwn.net> | Thu Jan 26 15:11:02 2017 -0700 |
tree | 19154118781800f7be26dc028ec6ea30b603d287 | |
parent | c80c45019957dcb226f549ebfbeaa9ef7b4eb8c5 [diff] |
dynamic-debug-howto: Correct echo -c to -n Two of the example command lines use an argument to echo of "-c" which isn't valid in (most versions of) echo causing these examples to fail. Correct the argument to "-n" which works correctly. Signed-off-by: Steven Price <steven@ecrips.co.uk> Signed-off-by: Jonathan Corbet <corbet@lwn.net>