diff options
author | Kevin Peng <kkpengboy@gmail.com> | 2016-12-04 02:58:02 -0800 |
---|---|---|
committer | Jonathan Corbet <corbet@lwn.net> | 2016-12-05 14:18:48 -0700 |
commit | 20b786eb2598ac10c9743535b65611ce808c8d71 (patch) | |
tree | 6090ff733fd6d36b527b393438b41c11fb824457 /Documentation/admin-guide | |
parent | aad800403a8761073511abb93075738302983956 (diff) | |
download | linux-stable-20b786eb2598ac10c9743535b65611ce808c8d71.tar.gz linux-stable-20b786eb2598ac10c9743535b65611ce808c8d71.tar.bz2 linux-stable-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>
Diffstat (limited to 'Documentation/admin-guide')
-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 |