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
This commit is contained in:
ngie 2017-05-23 17:34:10 +00:00
parent 060fd93669
commit 605df5070b

View File

@ -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.