]> git.ipfire.org Git - thirdparty/util-linux.git/commitdiff
waitpid: (manpage) document the support for the "PID:inode" addressing format
authorChristian Goeschel Ndjomouo <cgoesc2@wgu.edu>
Wed, 14 Jan 2026 01:37:26 +0000 (20:37 -0500)
committerChristian Goeschel Ndjomouo <cgoesc2@wgu.edu>
Sun, 1 Feb 2026 20:08:29 +0000 (15:08 -0500)
Signed-off-by: Christian Goeschel Ndjomouo <cgoesc2@wgu.edu>
misc-utils/waitpid.1.adoc

index e0dae517ed6fe58a9b86cb351ce6546b8eef6153..c0f88f684362e24858a3170c4231e97d1a0c4687 100644 (file)
@@ -12,7 +12,7 @@ waitpid - utility to wait for arbitrary processes
 
 == SYNOPSIS
 
-*waitpid* [-v] [*--timeout*|*-t* _seconds_] pid...
+*waitpid* [-v] [*--timeout*|*-t* _seconds_] PID[:inode]...
 
 == DESCRIPTION
 
@@ -21,6 +21,10 @@ waitpid - utility to wait for arbitrary processes
 It exits after all processes whose PIDs have been passed as arguments have
 exited.
 
+Optionally, a process can be addressed with the format _PID:inode_. The _inode_
+identifies the unique process's file descriptor. To retrieve a process's inode
+number you can use the *getino*(1) utility.
+
 == OPTIONS
 
 *-v*, *--verbose*::
@@ -56,7 +60,7 @@ mailto:thomas@t-8ch.de[Thomas Weißschuh]
 
 == SEE ALSO
 
-*waitpid*(2) *wait*(1P)
+*waitpid*(2) *wait*(1P) *getino*(1)
 
 include::man-common/bugreports.adoc[]