1999-06-25  Andreas Jaeger  <aj@arthur.rhein-neckar.de>

	* manual/filesys.texi (Working on Directory Trees): Fix typos.
	Reported by Andries.Brouwer@cwi.nl.

	* math/complex.h: Don't define CX_LIMITED_RANGE_{ON,OFF,DEFAULT}.
	These are *pragmas* not macros.
This commit is contained in:
Ulrich Drepper 1999-06-24 23:47:50 +00:00
parent 1709e27af7
commit 00ac5e3308
2 changed files with 9 additions and 5 deletions

View File

@ -1,3 +1,8 @@
1999-06-25 Andreas Jaeger <aj@arthur.rhein-neckar.de>
* manual/filesys.texi (Working on Directory Trees): Fix typos.
Reported by Andries.Brouwer@cwi.nl.
1999-06-24 Ulrich Drepper <drepper@cygnus.com> 1999-06-24 Ulrich Drepper <drepper@cygnus.com>
* nscd/connections.c (handle_request): Use correct type for optlen * nscd/connections.c (handle_request): Use correct type for optlen
@ -32,9 +37,8 @@
1999-06-23 Zack Weinberg <zack@rabi.columbia.edu> 1999-06-23 Zack Weinberg <zack@rabi.columbia.edu>
* libio/stdio.h: Define stdin, stdout, stderr as macros. * libio/stdio.h: Define stdin, stdout, stderr as macros.
* math/complex.h: Don't define * math/complex.h: Don't define CX_LIMITED_RANGE_{ON,OFF,DEFAULT}.
CX_LIMITED_RANGE_{ON,OFF,DEFAULT}. These are *pragmas* not These are *pragmas* not macros.
macros.
* wcsmbs/wchar.h: Fix comment. * wcsmbs/wchar.h: Fix comment.
* grp/grp.h: Use __foo_t_defined convention to typedef things * grp/grp.h: Use __foo_t_defined convention to typedef things

View File

@ -702,8 +702,8 @@ especially important if the @code{FTW_CHDIR} flag for @code{nftw} was
set since then the current directory is the one the current item is set since then the current directory is the one the current item is
found in. found in.
@item int level @item int level
While processing the directory the functions tracks how many directories While processing the directory the function tracks how many directories
have been examine to find the current item. This nesting level is have been examineed to find the current item. This nesting level is
@math{0} for the item given starting item (file or directory) and is @math{0} for the item given starting item (file or directory) and is
incremented by one for each entered directory. incremented by one for each entered directory.
@end table @end table