Browse Source

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 năm trước cách đây
mục cha
commit
c840ed12f4
1 tập tin đã thay đổi với 1 bổ sung1 xóa
  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