diff options
author | Enji Cooper <ngie@FreeBSD.org> | 2017-05-23 17:34:10 +0000 |
---|---|---|
committer | Enji Cooper <ngie@FreeBSD.org> | 2017-05-23 17:34:10 +0000 |
commit | 7828a9ccb7d35adddfc5d9b572ccd34bf716c891 (patch) | |
tree | f1164045b47ff4d4f9c8e2cde43100218c11b677 /lib/libc/gen | |
parent | a4aaba3b0a288211da18e2bc75ec82a109ee7506 (diff) | |
download | src-test-7828a9ccb7d35adddfc5d9b572ccd34bf716c891.tar.gz src-test-7828a9ccb7d35adddfc5d9b572ccd34bf716c891.zip |
Notes
Diffstat (limited to 'lib/libc/gen')
-rw-r--r-- | lib/libc/gen/directory.3 | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/libc/gen/directory.3 b/lib/libc/gen/directory.3 index b870221de6e84..6fdb96ad97603 100644 --- a/lib/libc/gen/directory.3 +++ b/lib/libc/gen/directory.3 @@ -300,7 +300,7 @@ will always set the correct location to return the same value as that last .Fn readdir performed. This is enough for some applications which want to -"push back the last entry read", e.g. Samba. +"push back the last entry read", e.g., Samba. Seeks back to any other location, other than the beginning of the directory, may result in unexpected behaviour if deletes are present. |