diff options
author | Xi Ruoyao <xry111@mengyan1223.wang> | 2022-04-15 10:32:55 +0800 |
---|---|---|
committer | Xi Ruoyao <xry111@mengyan1223.wang> | 2022-04-15 10:32:55 +0800 |
commit | 75bab32f8333e8214c4ff97f26b8a043095e097a (patch) | |
tree | 9b1448055f0cdcb9ebb8c98d00a0f676b33aa25d /chapter08/procps.xml | |
parent | 62b66860b3f0bd7fd419817518798443bce90a8e (diff) |
procps: update library and include directory name
Diffstat (limited to 'chapter08/procps.xml')
-rw-r--r-- | chapter08/procps.xml | 12 |
1 files changed, 6 insertions, 6 deletions
diff --git a/chapter08/procps.xml b/chapter08/procps.xml index ce8fd59f2..5a32b31b8 100644 --- a/chapter08/procps.xml +++ b/chapter08/procps.xml @@ -103,8 +103,8 @@ make check</userinput></screen> <seglistitem> <seg>free, pgrep, pidof, pkill, pmap, ps, pwdx, slabtop, sysctl, tload, top, uptime, vmstat, w, and watch</seg> - <seg>libprocps.so</seg> - <seg>/usr/include/proc and /usr/share/doc/procps-ng-&procps-ng-version;</seg> + <seg>libproc-2.so</seg> + <seg>/usr/include/procps and /usr/share/doc/procps-ng-&procps-ng-version;</seg> </seglistitem> </segmentedlist> @@ -281,13 +281,13 @@ make check</userinput></screen> </listitem> </varlistentry> - <varlistentry id="libprocps"> - <term><filename class="libraryfile">libprocps</filename></term> + <varlistentry id="libproc-2"> + <term><filename class="libraryfile">libproc-2</filename></term> <listitem> <para>Contains the functions used by most programs in this package</para> - <indexterm zone="ch-system-procps libprocps"> - <primary sortas="c-libprocps">libprocps</primary> + <indexterm zone="ch-system-procps libproc-2"> + <primary sortas="c-libproc-2">libproc-2</primary> </indexterm> </listitem> </varlistentry> |