diff options
author | Ulrich Drepper <drepper@redhat.com> | 1999-06-25 08:34:03 +0000 |
---|---|---|
committer | Ulrich Drepper <drepper@redhat.com> | 1999-06-25 08:34:03 +0000 |
commit | 6ae326216f7c26c5bc9c4cd27e3d6e625d049b28 (patch) | |
tree | bbe0c6af7b0a24eaa6a97f01de5f2d5f77eab8e8 /manual | |
parent | 00ac5e3308aedffd91eed39a85a6ccd1a48b070b (diff) | |
download | glibc-6ae326216f7c26c5bc9c4cd27e3d6e625d049b28.zip glibc-6ae326216f7c26c5bc9c4cd27e3d6e625d049b28.tar.gz glibc-6ae326216f7c26c5bc9c4cd27e3d6e625d049b28.tar.bz2 |
Update.
1999-06-25 Ulrich Drepper <drepper@cygnus.com>
* string/bits/string2.h (strnlen): Remove extra prototype.
Diffstat (limited to 'manual')
-rw-r--r-- | manual/filesys.texi | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/manual/filesys.texi b/manual/filesys.texi index c40ac1e..51af846 100644 --- a/manual/filesys.texi +++ b/manual/filesys.texi @@ -703,7 +703,7 @@ set since then the current directory is the one the current item is found in. @item int level While processing the directory the function tracks how many directories -have been examineed to find the current item. This nesting level is +have been examined 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 |