diff options
-rw-r--r-- | chapter01/changelog.xml | 3 | ||||
-rw-r--r-- | chapter06/glibc.xml | 13 |
2 files changed, 4 insertions, 12 deletions
diff --git a/chapter01/changelog.xml b/chapter01/changelog.xml index 0051eef10..f2aaeef70 100644 --- a/chapter01/changelog.xml +++ b/chapter01/changelog.xml @@ -46,6 +46,9 @@ <para>2017-08-24</para> <itemizedlist> <listitem> + <para>[dj] - Remove rpcgen from GlibC index.</para> + </listitem> + <listitem> <para>[ken] - Fix acl's testsuite for perl-5.26.</para> </listitem> </itemizedlist> diff --git a/chapter06/glibc.xml b/chapter06/glibc.xml index fd44fdcc0..e01e91ca7 100644 --- a/chapter06/glibc.xml +++ b/chapter06/glibc.xml @@ -455,7 +455,7 @@ mkdir -pv /etc/ld.so.conf.d</userinput></screen> <seglistitem> <seg>catchsegv, gencat, getconf, getent, iconv, iconvconfig, ldconfig, ldd, lddlibc4, locale, localedef, makedb, mtrace, nscd, - pldd, rpcgen, sln, sotruss, sprof, tzselect, xtrace, + pldd, sln, sotruss, sprof, tzselect, xtrace, zdump, and zic</seg> <seg>ld-&glibc-version;.so, libBrokenLocale.{a,so}, libSegFault.so, libanl.{a,so}, libc.{a,so}, libc_nonshared.a, libcidn.so, @@ -638,17 +638,6 @@ mkdir -pv /etc/ld.so.conf.d</userinput></screen> </listitem> </varlistentry> - <varlistentry id="rpcgen"> - <term><command>rpcgen</command></term> - <listitem> - <para>Generates C code to implement the Remote Procedure Call (RPC) - protocol</para> - <indexterm zone="ch-system-glibc rpcgen"> - <primary sortas="b-rpcgen">rpcgen</primary> - </indexterm> - </listitem> - </varlistentry> - <varlistentry id="sln"> <term><command>sln</command></term> <listitem> |