From 14818ae3e1f41a9266def200dcbd170ea6b51a3e Mon Sep 17 00:00:00 2001 From: Leah Neukirchen Date: Tue, 19 Jun 2018 17:03:59 +0200 Subject: add -u to print owner of process --- extrace.1 | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) (limited to 'extrace.1') 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 . -- cgit 1.4.1