diff --git a/appendixa/glibc-desc.xml b/appendixa/glibc-desc.xml
index 503932016..170396a87 100644
--- a/appendixa/glibc-desc.xml
+++ b/appendixa/glibc-desc.xml
@@ -117,19 +117,19 @@ libthread_db.so, libutil.[a,so] and libutil_p.a
ld.so is the helper program for shared library
executables.
-libBrokenLocale.[a,so], libBrokenLocale_p.a
+libBrokenLocale, libBrokenLocale_p
No description is currently available.
-libSegFault.so
+libSegFault
No description is currently available.
-libanl.[a,so], libanl_p.a
+libanl, libanl_p
No description is currently available.
-libbsd-compat.a
+libbsd-compat
No description is currently available.
-libc.[a,so], libc_nonshared.a, libc_p.a
+libc, libc_nonshared, libc_p
These files constitute the main C library. The C Library is a
collection of commonly used functions in programs.
This way a programmer doesn't need to create his own functions for every
@@ -147,53 +147,53 @@ documentation that comes with the C Library describes this in more
detail, as it is too complicated to explain here in one or two
lines.
-libcrypt.[a,so], libcrypt_p.a
+libcrypt, libcrypt_p
libcrypt is the cryptography library.
-libdl.[a,so], libdl_p.a
+libdl, libdl_p
No description is currently available.
-libg.a
+libg
No description is currently available.
-libieee.a
+libieee
No description is currently available.
-libm.[a,so], libm_p.a
+libm, libm_p
libm is the mathematical library.
-libmcheck.a
+libmcheck
No description is currently available.
-libmemusage.so
+libmemusage
No description is currently available.
-libnsl.a, libnsl_p.a
+libnsl, libnsl_p
No description is currently available.
-libnss_compat.so, libnss_dns.so, libnss_files.so,
-libnss_hesiod.so, libnss_nis.so, libnss_nisplus.so
-
-
-libpcprofile.so
+libnss_compat, libnss_dns, libnss_files,
+libnss_hesiod, libnss_nis, libnss_nisplus
No description is currently available.
-libpthread.[a,so], libpthread_p.a
+libpcprofile
No description is currently available.
-libresolv.[a,so], libresolv_p.a
+libpthread, libpthread_p
No description is currently available.
-librpcsvc.a, librpcsvc_p.a
+libresolv, libresolv_p
No description is currently available.
-librt.[a,so], librt_p.a
+librpcsvc, librpcsvc_p
No description is currently available.
-libthread_db.so
+librt, librt_p
No description is currently available.
-libutil.[a,so], libutil_p.a
+libthread_db
+No description is currently available.
+
+libutil, libutil
No description is currently available.
diff --git a/appendixa/ncurses-desc.xml b/appendixa/ncurses-desc.xml
index d91d57b65..abb28a3ef 100644
--- a/appendixa/ncurses-desc.xml
+++ b/appendixa/ncurses-desc.xml
@@ -63,20 +63,19 @@ libform_g.a, libmenu.[a,so], libmenu_g.a, libncurses++.a,
libncurses.[a,so], libncurses_g.a, libpanel.[a,so] and
libpanel_g.a
-libcurses.[a,so], libncurses++.a, libncurses.[a,so],
-libncurses_g.a
+libcurses, libncurses++, libncurses, libncurses_g
The libraries that make up the Ncurses library are used to display
text (often in a fancy way) on the screen. An example where ncurses is used
is in the kernel's make menuconfig
process. The
libncurses libraries are the base of the system.
-libform.[a,so], libform_g.a
+libform, libform_g
libform is used to implement forms in ncurses.
-libmenu.[a,so], libmenu_g.a
+libmenu, libmenu_g
libmenu is used to implement menus in ncurses.
-libpanel.[a,so], libpanel_g.a
+libpanel, libpanel_g
libpanel is used to implement panels in ncurses.