diff options
author | Douglas R. Reno <renodr@linuxfromscratch.org> | 2021-02-14 22:37:55 +0000 |
---|---|---|
committer | Douglas R. Reno <renodr@linuxfromscratch.org> | 2021-02-14 22:37:55 +0000 |
commit | f9a430a19d46509888246d17bd1545ea3626b128 (patch) | |
tree | ab438a86bbe2f0dd9cc77bcbf7b8981208451f11 /chapter08/procps.xml | |
parent | 0b52f7babff85d0e3b7b8f91068eaf39b3f64c20 (diff) |
Add a command explanation for 'pwait'
git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@12135 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
Diffstat (limited to 'chapter08/procps.xml')
-rw-r--r-- | chapter08/procps.xml | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/chapter08/procps.xml b/chapter08/procps.xml index 35cd2cc99..a0cc0e599 100644 --- a/chapter08/procps.xml +++ b/chapter08/procps.xml @@ -188,6 +188,16 @@ ln -sfv ../../lib/$(readlink /usr/lib/libprocps.so) /usr/lib/libprocps.so</useri </listitem> </varlistentry> + <varlistentry id="pwait"> + <term><command>pwait</command></term> + <listitem> + <para>Waits for a process to finish before executing.</para> + <indexterm zone="ch-system-procps pwait"> + <primary sortas="b-pwait">pwait</primary> + </indexterm> + </listitem> + </varlistentry> + <varlistentry id="pwdx"> <term><command>pwdx</command></term> <listitem> |