diff options
-rw-r--r-- | appendixa/appendixa.xml | 2 | ||||
-rw-r--r-- | appendixa/gcc-desc.xml | 9 | ||||
-rw-r--r-- | index.xml | 4 |
3 files changed, 10 insertions, 5 deletions
diff --git a/appendixa/appendixa.xml b/appendixa/appendixa.xml index d11f68ac7..d457c4ed7 100644 --- a/appendixa/appendixa.xml +++ b/appendixa/appendixa.xml @@ -27,6 +27,7 @@ &aa-kbd; &aa-kernel; &aa-less; +&aa-bootscripts; &aa-libtool; &aa-lilo; &aa-m4; @@ -55,6 +56,5 @@ &aa-textutils; &aa-utillinux; &aa-vim; -&aa-bootscripts; </appendix> diff --git a/appendixa/gcc-desc.xml b/appendixa/gcc-desc.xml index 7200a92c7..3f4994cd9 100644 --- a/appendixa/gcc-desc.xml +++ b/appendixa/gcc-desc.xml @@ -34,10 +34,15 @@ preprocessor does.</para></sect4> <para>No description is currently available.</para></sect4> <sect4><title>protoize</title> -<para>No description is currently available.</para></sect4> +<para>Optional additional program which converts old-style pre-ANSI +functions or definitions to new-style ANSI C prototypes. (default file +for looking known ones up is +<filename>/usr/lib/gcc-lib/<arch>/<version>/SYSCALLS.c.X</filename>)</para></sect4> <sect4><title>unprotoize</title> -<para>No description is currently available.</para></sect4> +<para>Optional additional program which converts prototypes made by +protoize back to original old-style pre-ANSI (correct job only when +converted before with protoize)</para></sect4> </sect3> @@ -4,8 +4,8 @@ <!ENTITY book SYSTEM "book/book.xml"> -<!ENTITY version "20020301"> -<!ENTITY releasedate "March 1st, 2002"> +<!ENTITY version "20020304"> +<!ENTITY releasedate "March 4th, 2002"> <!ENTITY ftp-root "ftp://ftp.linuxfromscratch.org"> <!ENTITY http-root "http://ftp.linuxfromscratch.org"> |