diff options
author | Kevin Peng <kkpengboy@gmail.com> | 2016-12-04 11:58:02 +0100 |
---|---|---|
committer | Jonathan Corbet <corbet@lwn.net> | 2016-12-05 22:18:48 +0100 |
commit | 20b786eb2598ac10c9743535b65611ce808c8d71 (patch) | |
tree | 6090ff733fd6d36b527b393438b41c11fb824457 | |
parent | Documentation/core-api/device_link: Add initial documentation (diff) | |
download | linux-20b786eb2598ac10c9743535b65611ce808c8d71.tar.xz linux-20b786eb2598ac10c9743535b65611ce808c8d71.zip |
Docs: change sh -> awk in REPORTING-BUGS
scripts/ver_linux has been rewritten as an awk script; update
documentation to reflect this fact.
Signed-off-by: Kevin Peng <kkpengboy@gmail.com>
Signed-off-by: Jonathan Corbet <corbet@lwn.net>
-rw-r--r-- | Documentation/admin-guide/reporting-bugs.rst | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Documentation/admin-guide/reporting-bugs.rst b/Documentation/admin-guide/reporting-bugs.rst index 0c0f2698ec5a..26b60b419652 100644 --- a/Documentation/admin-guide/reporting-bugs.rst +++ b/Documentation/admin-guide/reporting-bugs.rst @@ -106,7 +106,7 @@ relevant to your bug, feel free to exclude it. First run the ver_linux script included as scripts/ver_linux, which reports the version of some important subsystems. Run this script with -the command ``sh scripts/ver_linux``. +the command ``awk -f scripts/ver_linux``. Use that information to fill in all fields of the bug report form, and post it to the mailing list with a subject of "PROBLEM: <one line |