about summary refs log tree commit diff
path: root/px.1
diff options
context:
space:
mode:
Diffstat (limited to 'px.1')
-rw-r--r--px.19
1 files changed, 6 insertions, 3 deletions
diff --git a/px.1 b/px.1
index d446cd0..c1cd7db 100644
--- a/px.1
+++ b/px.1
@@ -1,4 +1,4 @@
-.Dd May 08, 2023
+.Dd April 15, 2024
 .Dt PX 1
 .Os
 .Sh NAME
@@ -7,6 +7,7 @@
 .Sh SYNOPSIS
 .Nm
 .Op Fl f
+.Op Fl t
 .Ar PATTERNS ...
 .Sh DESCRIPTION
 .Nm
@@ -25,6 +26,8 @@ The options are as follows:
 .Bl -tag -width Ds
 .It Fl f
 Search the whole command line, including arguments.
+.It Fl t
+Print each thread, not just each process.
 .El
 .Sh EXIT STATUS
 The
@@ -33,8 +36,8 @@ utility returns 0 when a process was found,
 1 if no process was found,
 and 2 when other errors occured.
 .Sh SEE ALSO
-.Xr ps 1 ,
-.Xr pgrep 2
+.Xr pgrep 1 ,
+.Xr ps 1
 .Sh AUTHORS
 .An Leah Neukirchen Aq Mt leah@vuxu.org
 .Sh LICENSE