From c5ba0d6465058d9a4ed58e4af0b8902355cbf851 Mon Sep 17 00:00:00 2001 From: Mark Hymers Date: Wed, 6 Feb 2002 23:28:11 +0000 Subject: fix naming convention for lists of libraries git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@1550 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689 --- appendixa/glibc-desc.xml | 46 +++++++++++++++++++++++----------------------- appendixa/ncurses-desc.xml | 9 ++++----- 2 files changed, 27 insertions(+), 28 deletions(-) (limited to 'appendixa') 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 - +libnss_compat, libnss_dns, libnss_files, +libnss_hesiod, libnss_nis, libnss_nisplus +No description is currently available. -libpcprofile.so +libpcprofile No description is currently available. -libpthread.[a,so], libpthread_p.a +libpthread, libpthread_p No description is currently available. -libresolv.[a,so], libresolv_p.a +libresolv, libresolv_p No description is currently available. -librpcsvc.a, librpcsvc_p.a +librpcsvc, librpcsvc_p No description is currently available. -librt.[a,so], librt_p.a +librt, librt_p No description is currently available. -libthread_db.so +libthread_db No description is currently available. -libutil.[a,so], libutil_p.a +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. -- cgit v1.2.3-54-g00ecf