1
Fork 0
mirror of https://github.com/RGBCube/serenity synced 2025-07-27 23:27:35 +00:00

Base: Stop generating strace(1) manpage

This commit is contained in:
Linus Groh 2023-07-06 10:41:49 +01:00
parent 4844e8869e
commit 69c42eaf8b
2 changed files with 0 additions and 3 deletions

View file

@ -31,7 +31,6 @@ for i in ( \
(readelf 1) \ (readelf 1) \
(shot 1) \ (shot 1) \
(sql 1) \ (sql 1) \
(strace 1) \
(tr 1) \ (tr 1) \
(traceroute 1) \ (traceroute 1) \
(truncate 1) \ (truncate 1) \

View file

@ -23,8 +23,6 @@ Trace all syscalls and their result.
* `argument`: Arguments to exec * `argument`: Arguments to exec
<!-- Auto-generated through ArgsParser -->
## See Also ## See Also
* [`profile`(1)](help://man/1/profile) * [`profile`(1)](help://man/1/profile)
* [`Profiler`(1)](help://man/1/Applications/Profiler) * [`Profiler`(1)](help://man/1/Applications/Profiler)