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 | |
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
-rw-r--r-- | chapter01/changelog.xml | 3 | ||||
-rw-r--r-- | chapter08/procps.xml | 10 |
2 files changed, 13 insertions, 0 deletions
diff --git a/chapter01/changelog.xml b/chapter01/changelog.xml index df6c78b01..344d1e910 100644 --- a/chapter01/changelog.xml +++ b/chapter01/changelog.xml @@ -47,6 +47,9 @@ <itemizedlist> <para>2021-02-14</para> <listitem> + <para>[renodr] - Add a command explanation for 'pwait'.</para> + </listitem> + <listitem> <para>[bdubbs] - Update to util-linux-2.36.2. Fixes <ulink url="&lfs-ticket-root;4812">#4812</ulink>.</para> </listitem> 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> |