diff options
author | Ulrich Drepper <drepper@redhat.com> | 1999-06-24 23:47:50 +0000 |
---|---|---|
committer | Ulrich Drepper <drepper@redhat.com> | 1999-06-24 23:47:50 +0000 |
commit | 00ac5e3308aedffd91eed39a85a6ccd1a48b070b (patch) | |
tree | cdc086f100e9d9cba8ae1dde837fa7f1344868f0 /manual | |
parent | 1709e27af74b494c7316a8dc7678e764429b6dbb (diff) | |
download | glibc-00ac5e3308aedffd91eed39a85a6ccd1a48b070b.tar.gz glibc-00ac5e3308aedffd91eed39a85a6ccd1a48b070b.tar.xz glibc-00ac5e3308aedffd91eed39a85a6ccd1a48b070b.zip |
Update.
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.
Diffstat (limited to 'manual')
-rw-r--r-- | manual/filesys.texi | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/manual/filesys.texi b/manual/filesys.texi index 21d27f2cbf..c40ac1efac 100644 --- a/manual/filesys.texi +++ b/manual/filesys.texi @@ -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 found in. @item int level -While processing the directory the functions tracks how many directories -have been examine to find the current item. This nesting level is +While processing the directory the function tracks how many directories +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 incremented by one for each entered directory. @end table |