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.
_______________________________________________
svn-src-head@freebsd.org mailing list
https://lists.freebsd.org/mailman/listinfo/svn-src-head
To unsubscribe, send any mail to "svn-src-head-unsubscr...@freebsd.org"

Reply via email to