.BR regex (7)).
.PP
.BR "\-e\ trace" = %file
-.TP
+.TQ
.BR "\-e\ trace" = file " (deprecated)"
Trace all system calls which take a file name as an argument. You
can think of this as an abbreviation for
in the list. Betchya woulda forgot that one.
.PP
.BR "\-e\ trace" = %process
-.TP
+.TQ
.BR "\-e\ trace" = process " (deprecated)"
Trace all system calls which involve process management. This
is useful for watching the fork, wait, and exec steps of a process.
.PP
.BR "\-e\ trace" = %network
-.TP
+.TQ
.BR "\-e\ trace" = network " (deprecated)"
Trace all the network related system calls.
.PP
.BR "\-e\ trace" = %signal
-.TP
+.TQ
.BR "\-e\ trace" = signal " (deprecated)"
Trace all signal related system calls.
.PP
.BR "\-e\ trace" = %ipc
-.TP
+.TQ
.BR "\-e\ trace" = ipc " (deprecated)"
Trace all IPC related system calls.
.PP
.BR "\-e\ trace" = %desc
-.TP
+.TQ
.BR "\-e\ trace" = desc " (deprecated)"
Trace all file descriptor related system calls.
.PP
.BR "\-e\ trace" = %memory
-.TP
+.TQ
.BR "\-e\ trace" = memory " (deprecated)"
Trace all memory mapping related system calls.
.TP