소스 검색

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>
Kevin Peng 8 년 전
부모
커밋
20b786eb25
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 1
      Documentation/admin-guide/reporting-bugs.rst

+ 1 - 1
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
 First run the ver_linux script included as scripts/ver_linux, which
 reports the version of some important subsystems.  Run this script with
 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
 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
 post it to the mailing list with a subject of "PROBLEM: <one line