diff options
-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> |