about summary refs log tree commit diff
path: root/extrace.1
diff options
context:
space:
mode:
authorLeah Neukirchen <leah@vuxu.org>2018-06-19 17:03:59 +0200
committerLeah Neukirchen <leah@vuxu.org>2018-06-19 17:03:59 +0200
commit14818ae3e1f41a9266def200dcbd170ea6b51a3e (patch)
tree8d3b96bcb3fee75ab1a53689649f26e56efd9be2 /extrace.1
parente69c98b6ec3c0ab68f85394c3e3535110c5c83b5 (diff)
downloadextrace-14818ae3e1f41a9266def200dcbd170ea6b51a3e.tar.gz
extrace-14818ae3e1f41a9266def200dcbd170ea6b51a3e.tar.xz
extrace-14818ae3e1f41a9266def200dcbd170ea6b51a3e.zip
add -u to print owner of process
Diffstat (limited to 'extrace.1')
-rw-r--r--extrace.16
1 files changed, 4 insertions, 2 deletions
diff --git a/extrace.1 b/extrace.1
index d84050c..7cec42d 100644
--- a/extrace.1
+++ b/extrace.1
@@ -1,4 +1,4 @@
-.Dd June 13, 2016
+.Dd June 19, 2018
 .Dt EXTRACE 1
 .Os
 .Sh NAME
@@ -6,7 +6,7 @@
 .Nd trace exec() calls system-wide
 .Sh SYNOPSIS
 .Nm
-.Op Fl deflqt
+.Op Fl deflqtu
 .Op Fl o Ar file
 .Op Fl p Ar pid | cmd\ ...
 .Sh DESCRIPTION
@@ -35,6 +35,8 @@ Suppress printing of
 arguments.
 .It Fl t
 Also display process exit status and duration.
+.It Fl u
+Also display the user running the process.
 .It Fl o Ar file
 Redirect trace output to
 .Ar file .