diff --git a/Base/root/generate_manpages.sh b/Base/root/generate_manpages.sh index 043d1bd291a..67a793afdb9 100755 --- a/Base/root/generate_manpages.sh +++ b/Base/root/generate_manpages.sh @@ -31,7 +31,6 @@ for i in ( \ (readelf 1) \ (shot 1) \ (sql 1) \ - (strace 1) \ (tr 1) \ (traceroute 1) \ (truncate 1) \ diff --git a/Base/usr/share/man/man1/strace.md b/Base/usr/share/man/man1/strace.md index 21e50ab8d4f..7dbe9d2161e 100644 --- a/Base/usr/share/man/man1/strace.md +++ b/Base/usr/share/man/man1/strace.md @@ -23,8 +23,6 @@ Trace all syscalls and their result. * `argument`: Arguments to exec - - ## See Also * [`profile`(1)](help://man/1/profile) * [`Profiler`(1)](help://man/1/Applications/Profiler)