freebsd-ports/devel/linux-c7-strace/pkg-descr
Stefan Eßer fb16dfecae Remove WWW entries moved into port Makefiles
Commit b7f05445c0 has added WWW entries to port Makefiles based on
WWW: lines in pkg-descr files.

This commit removes the WWW: lines of moved-over URLs from these
pkg-descr files.

Approved by:		portmgr (tcberner)
2022-09-07 23:58:51 +02:00

8 lines
375 B
Text

strace is a system call tracer, i.e. a debugging tool which prints out a trace
of all the system calls made by a another process/program.
strace is similar to the native BSD ``truss'' utility, but it's output style is
more convenient in most cases.
For strace to work, linprocfs has to be mounted. FreeBSD does not mount it by
default. For more information, man linprocfs.