diff options
Diffstat (limited to 'appendixa/gcc-desc.xml')
-rw-r--r-- | appendixa/gcc-desc.xml | 12 |
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/<arch>/<version>/SYSCALLS.c.X</filename>)</para></sect4> +<filename>/usr/lib/gcc-lib/<arch>/<version>/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> |