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
This commit is contained in:
Gerard Beekmans 2002-03-04 19:04:18 +00:00
parent 56079cd405
commit 2729cd667c
3 changed files with 10 additions and 5 deletions

View File

@ -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>

View File

@ -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>

View File

@ -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">