From 396e42e8f5dc899f9ac17a88a9a3cb9cccd871eb Mon Sep 17 00:00:00 2001 From: Larry Lawrence Date: Mon, 13 Oct 2003 19:38:14 +0000 Subject: [PATCH] SBU, filesize updates git-svn-id: svn://svn.linuxfromscratch.org/BLFS/trunk/BOOK@1371 af4574ff-66df-0310-9fd7-8a98e5e911e0 --- general/genlib/expat/expat.ent | 2 +- general/genlib/openssl/openssl.ent | 2 +- general/genlib/pcre/pcre-desc.xml | 15 ++++++++------- general/genlib/pcre/pcre-inst.xml | 4 ++-- general/genlib/pcre/pcre-intro.xml | 10 +++++----- general/genlib/pcre/pcre.ent | 6 +++--- general/genlib/popt/popt-desc.xml | 6 ++++-- general/genlib/popt/popt.ent | 4 ++-- general/prog/python/python.ent | 6 +++--- general/prog/tcl/tcl.ent | 6 +++--- general/prog/tk/tk.ent | 6 +++--- introduction/welcome/changelog.xml | 3 +++ x/lib/fontconfig/fontconfig.ent | 4 ++-- 13 files changed, 40 insertions(+), 34 deletions(-) diff --git a/general/genlib/expat/expat.ent b/general/genlib/expat/expat.ent index df06bbb3f8..109966e8aa 100644 --- a/general/genlib/expat/expat.ent +++ b/general/genlib/expat/expat.ent @@ -7,4 +7,4 @@ - + diff --git a/general/genlib/openssl/openssl.ent b/general/genlib/openssl/openssl.ent index fb048506e6..af42aa87c2 100644 --- a/general/genlib/openssl/openssl.ent +++ b/general/genlib/openssl/openssl.ent @@ -8,5 +8,5 @@ - + diff --git a/general/genlib/pcre/pcre-desc.xml b/general/genlib/pcre/pcre-desc.xml index 600693d651..0bddab884d 100644 --- a/general/genlib/pcre/pcre-desc.xml +++ b/general/genlib/pcre/pcre-desc.xml @@ -1,25 +1,26 @@ Contents -The pcre package contains the -libpcre libraries, pcregrep, pcretest and pcre-config. +The PCRE package contains +the libpcre libraries, +pcregrep, pcretest and +pcre-config. Description pcregrep -pcregrep is a grep that understands -Perl compatible regular -expressions. +pcregrep is a grep that understands +Perl compatible regular expressions. pcretest pcretest can test your Perl compatible regular expression. pcre-config -pcre-config is used during the compile process of programs -linking to this library. +pcre-config is used during the compile process of +programs linking to this library. diff --git a/general/genlib/pcre/pcre-inst.xml b/general/genlib/pcre/pcre-inst.xml index 418669bcc7..c0ae02ddf0 100644 --- a/general/genlib/pcre/pcre-inst.xml +++ b/general/genlib/pcre/pcre-inst.xml @@ -1,7 +1,7 @@ -Installation of <application>pcre</application> +Installation of <application><acronym>PCRE</acronym></application> -Install pcre by running the following commands: +Install PCRE by running the following commands: ./configure --prefix=/usr && make && diff --git a/general/genlib/pcre/pcre-intro.xml b/general/genlib/pcre/pcre-intro.xml index 1be53a0370..02cae572d9 100644 --- a/general/genlib/pcre/pcre-intro.xml +++ b/general/genlib/pcre/pcre-intro.xml @@ -1,11 +1,11 @@ -Introduction to <application>pcre</application> +Introduction to <application><acronym>PCRE</acronym></application> -The pcre package contains -Perl compatible regular expression +The PCRE package contains +Perl Compatible Regular Expression libraries. These are useful for implementing regular expression pattern -matching using the same syntax and semantics as Perl -5. +matching using the same syntax and semantics as +Perl 5. Package information diff --git a/general/genlib/pcre/pcre.ent b/general/genlib/pcre/pcre.ent index e09086c794..5041d83a8a 100644 --- a/general/genlib/pcre/pcre.ent +++ b/general/genlib/pcre/pcre.ent @@ -5,6 +5,6 @@ - - - + + + diff --git a/general/genlib/popt/popt-desc.xml b/general/genlib/popt/popt-desc.xml index 37acf38091..63e34bc469 100644 --- a/general/genlib/popt/popt-desc.xml +++ b/general/genlib/popt/popt-desc.xml @@ -1,14 +1,16 @@ Contents -The popt package contains the libpopt libraries. +The popt package contains the +libpopt libraries. Description popt library -The popt library is used to parse command-line options. +The libpopt library is used to +parse command-line options. diff --git a/general/genlib/popt/popt.ent b/general/genlib/popt/popt.ent index 19c317bccd..89e3b3e37c 100644 --- a/general/genlib/popt/popt.ent +++ b/general/genlib/popt/popt.ent @@ -5,6 +5,6 @@ - - + + diff --git a/general/prog/python/python.ent b/general/prog/python/python.ent index 240f18a8b9..53aa45e517 100644 --- a/general/prog/python/python.ent +++ b/general/prog/python/python.ent @@ -5,6 +5,6 @@ - - - + + + diff --git a/general/prog/tcl/tcl.ent b/general/prog/tcl/tcl.ent index 98a3a6b3b5..853ca7de45 100644 --- a/general/prog/tcl/tcl.ent +++ b/general/prog/tcl/tcl.ent @@ -5,6 +5,6 @@ - - - + + + diff --git a/general/prog/tk/tk.ent b/general/prog/tk/tk.ent index 2efb60003e..ccfae1462a 100644 --- a/general/prog/tk/tk.ent +++ b/general/prog/tk/tk.ent @@ -5,6 +5,6 @@ - - - + + + diff --git a/introduction/welcome/changelog.xml b/introduction/welcome/changelog.xml index 66d1ea6482..99d6efd990 100644 --- a/introduction/welcome/changelog.xml +++ b/introduction/welcome/changelog.xml @@ -11,6 +11,9 @@ who wrote what. +October 13th, 2003 [larry]: Double-checking SBU's and +sizes during a rebuild. + October 13th, 2003 [igor]: Cleaned up GNOME section (first pass). diff --git a/x/lib/fontconfig/fontconfig.ent b/x/lib/fontconfig/fontconfig.ent index 7ed543b93a..84d2215461 100644 --- a/x/lib/fontconfig/fontconfig.ent +++ b/x/lib/fontconfig/fontconfig.ent @@ -6,6 +6,6 @@ - + - +