about summary refs log tree commit diff
path: root/px.1
diff options
context:
space:
mode:
authorLeah Neukirchen <leah@vuxu.org>2024-04-15 15:00:12 +0200
committerLeah Neukirchen <leah@vuxu.org>2024-04-15 15:00:12 +0200
commitfab7b3c4f7535eb43ebb6fbe4fe39e9bce4d47db (patch)
treef863f0c17a9b6c4000fe6b9006f1e59e7bef04e5 /px.1
parent58246397d7e5898c886337502d089a84b3b1faa8 (diff)
downloadpx-master.tar.gz
px-master.tar.xz
px-master.zip
add -t to list threads HEAD master
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