From 605df5070b4a3a5e8f5236c0f36a29e8cd420143 Mon Sep 17 00:00:00 2001 From: ngie Date: Tue, 23 May 2017 17:34:10 +0000 Subject: [PATCH] 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 --- lib/libc/gen/directory.3 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/libc/gen/directory.3 b/lib/libc/gen/directory.3 index b870221de6e8..6fdb96ad9760 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.