Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 23 May 2017 17:34:10 +0000 (UTC)
From:      Ngie Cooper <ngie@FreeBSD.org>
To:        src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-head@freebsd.org
Subject:   svn commit: r318753 - head/lib/libc/gen
Message-ID:  <201705231734.v4NHYAsT030368@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
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.



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201705231734.v4NHYAsT030368>