1
Fork 0
mirror of https://github.com/RGBCube/serenity synced 2025-06-01 07:28:11 +00:00

Manpages: Document path of crash(1)

As /usr/Tests/Kernel/ is not in $PATH, invoking crash(1) does not work
as documented.
This commit is contained in:
Ben Wiederhake 2021-10-26 20:16:48 +02:00 committed by Linus Groh
parent 28195032a3
commit c840ed12f4

View file

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