This is the mail archive of the newlib@sourceware.org mailing list for the newlib project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Re: [PATCH] wrap long lines in docs


Patch checked in.

-- Jeff J.

Bob Wilson wrote:
This patch wraps some long lines in the ANSI_SYNOPSIS section of the documentation for various printf/scanf functions. Some of the them were already wrapped onto two lines, but I needed to wrap more to prevent overfull boxes from TeX. I'm using a variant of the "smallbook" format so I may have less room to work with than the default texinfo format. I can't say for sure that this patch is needed with the default format, but it's likely that I'm not the only one who will ever need to format the doc on smaller paper.

2005-10-11 Bob Wilson <bob.wilson@acm.org>

        * libc/stdio/siprintf.c: Wrap long lines in ANSI_SYNOPSIS.
        * libc/stdio/siscanf.c: Likewise.
        * libc/stdio/sprintf.c: Likewise.
        * libc/stdio/sscanf.c: Likewise.
        * libc/stdio/vfprintf.c: Likewise.
        * libc/stdio/vfscanf.c: Likewise.
        * libc/stdio/viprintf.c: Likewise.
        * libc/stdio/viscanf.c: Likewise.




Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]