aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorGerard Beekmans <gerard@linuxfromscratch.org>2002-03-04 19:04:18 +0000
committerGerard Beekmans <gerard@linuxfromscratch.org>2002-03-04 19:04:18 +0000
commit2729cd667c753a0210e78f2b682ae08edfd25afd (patch)
tree960a4a97c35803902eb0c152dea89398872ba458
parent56079cd405d249d99fb6d86ee22d45ece4feace9 (diff)
added descriptions for gcc's protoize and unprotoize
20020301->20020304 git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@1659 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
-rw-r--r--appendixa/appendixa.xml2
-rw-r--r--appendixa/gcc-desc.xml9
-rw-r--r--index.xml4
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/&lt;arch&gt;/&lt;version&gt;/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>
diff --git a/index.xml b/index.xml
index f04f92d2b..1e335e028 100644
--- a/index.xml
+++ b/index.xml
@@ -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">