浏览代码

Manpages: Document path of crash(1)

As /usr/Tests/Kernel/ is not in $PATH, invoking crash(1) does not work
as documented.
Ben Wiederhake 3 年之前
父节点
当前提交
c840ed12f4
共有 1 个文件被更改,包括 1 次插入1 次删除
  1. 1 1
      Base/usr/share/man/man1/crash.md

+ 1 - 1
Base/usr/share/man/man1/crash.md

@@ -5,7 +5,7 @@ crash - intentionally perform an illegal operation
 ## Synopsis
 
 ```**sh
-$ crash [options]
+$ /usr/Tests/Kernel/crash [options]
 ```
 
 ## Description