From 778876f6ce542fd3d6611d30ac474c9b26e15fa7 Mon Sep 17 00:00:00 2001 From: Jeff Johnston Date: Tue, 16 Jul 2002 15:30:32 +0000 Subject: 2002-07-16 Jeff Johnston * libc/Makefile.am (stmp-extra): New target to set makeinfo flag if LIBC_EXTRA_LIB is present. * libc/Makefile.in: Regenerated. * libc/libc.texinfo: Add blank line. * libc/argz/Makefile.am: Add doc support. * libc/search/Makefile.am: Ditto. * libc/argz/Makefile.in: Regenerated. * libc/search/Makefile.in: Ditto. * libc/misc/misc.tex: Add ffs function. * libc/stdio/ftell.c: Fix missing doc delimeter in description. --- newlib/libc/stdio/ftell.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'newlib/libc/stdio/ftell.c') diff --git a/newlib/libc/stdio/ftell.c b/newlib/libc/stdio/ftell.c index af17e248e..5cd3987c0 100644 --- a/newlib/libc/stdio/ftell.c +++ b/newlib/libc/stdio/ftell.c @@ -46,7 +46,7 @@ The result of <>/<> is the current position for a file identified by <[fp]>. If you record this result, you can later use it with <>/<> to return the file to this position. The difference between <> and <> is that -<> returns <> and < returns <>. +<> returns <> and <> returns <>. In the current implementation, <>/<> simply uses a character count to represent the file position; this is the same number that -- cgit v1.2.3