aboutsummaryrefslogtreecommitdiffstats
path: root/appendixa/gcc-desc.xml
diff options
context:
space:
mode:
authorGerard Beekmans <gerard@linuxfromscratch.org>2002-05-23 17:00:34 +0000
committerGerard Beekmans <gerard@linuxfromscratch.org>2002-05-23 17:00:34 +0000
commitcf24ff11cc44d9454ab5c8fbb9e443fe2d34830c (patch)
treeb9a26c5216dbc4724c9da37755fac0825f172b11 /appendixa/gcc-desc.xml
parenta81d3ab06106446982eb3364701fd9c667542448 (diff)
fixed upper case / lower case mistakes
git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@1891 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
Diffstat (limited to 'appendixa/gcc-desc.xml')
-rw-r--r--appendixa/gcc-desc.xml12
1 files changed, 6 insertions, 6 deletions
diff --git a/appendixa/gcc-desc.xml b/appendixa/gcc-desc.xml
index 8d00c7634..6f1b2af0b 100644
--- a/appendixa/gcc-desc.xml
+++ b/appendixa/gcc-desc.xml
@@ -35,15 +35,15 @@ preprocessor does.</para></sect4>
code through optimization.</para></sect4>
<sect4><title>protoize</title>
-<para>Optional additional program which converts old-style pre-ANSI
-functions or definitions to new-style ANSI C prototypes. (default file
+<para>protoize converts old-style pre-ANSI
+functions or definitions to new-style ANSI C prototypes (the 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>
+<filename>/usr/lib/gcc-lib/&lt;arch&gt;/&lt;version&gt;/SYSCALLS.c.X</filename>).</para></sect4>
<sect4><title>unprotoize</title>
-<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>
+<para>unprotoize converts prototypes
+back to the original old-style pre-ANSI functions, doing a correct
+job only when they were converted with protoize.</para></sect4>
</sect3>