svn commit: r318753 - head/lib/libc/gen
Ngie Cooper
ngie at FreeBSD.org
Tue May 23 17:34:11 UTC 2017
Author: ngie
Date: Tue May 23 17:34:10 2017
New Revision: 318753
URL: https://svnweb.freebsd.org/changeset/base/318753
Log:
directory(3): add trailing comma after e.g., missed in r318699
Submitted by: bjk
MFC after: 2 weeks
MFC with: r318699
Sponsored by: Dell EMC Isilon
Modified:
head/lib/libc/gen/directory.3
Modified: head/lib/libc/gen/directory.3
==============================================================================
--- head/lib/libc/gen/directory.3 Tue May 23 17:00:56 2017 (r318752)
+++ head/lib/libc/gen/directory.3 Tue May 23 17:34:10 2017 (r318753)
@@ -300,7 +300,7 @@ will always set the correct location to
.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.
More information about the svn-src-head
mailing list