Signed-off-by: Christian Goeschel Ndjomouo <cgoesc2@wgu.edu>
== SYNOPSIS
-*waitpid* [-v] [*--timeout*|*-t* _seconds_] pid...
+*waitpid* [-v] [*--timeout*|*-t* _seconds_] PID[:inode]...
== DESCRIPTION
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*::
== SEE ALSO
-*waitpid*(2) *wait*(1P)
+*waitpid*(2) *wait*(1P) *getino*(1)
include::man-common/bugreports.adoc[]