git: c69775749f2b - stable/13 - getdirentries.2: remove unnecessary space

Piotr Pawel Stefaniak pstef at FreeBSD.org
Wed May 5 11:06:01 UTC 2021


The branch stable/13 has been updated by pstef:

URL: https://cgit.FreeBSD.org/src/commit/?id=c69775749f2b1f59c56224eee074c9da84778e6c

commit c69775749f2b1f59c56224eee074c9da84778e6c
Author:     Piotr Pawel Stefaniak <pstef at FreeBSD.org>
AuthorDate: 2021-04-11 09:17:01 +0000
Commit:     Piotr Pawel Stefaniak <pstef at FreeBSD.org>
CommitDate: 2021-05-05 11:04:58 +0000

    getdirentries.2: remove unnecessary space
    
    (cherry picked from commit 1fdd6934d596b0259096d0c310e97a9c4ebf6b6b)
---
 lib/libc/sys/getdirentries.2 | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/lib/libc/sys/getdirentries.2 b/lib/libc/sys/getdirentries.2
index 658be9459af5..4185fb84f0f9 100644
--- a/lib/libc/sys/getdirentries.2
+++ b/lib/libc/sys/getdirentries.2
@@ -132,7 +132,7 @@ the end of the directory has been reached.
 .Pp
 If the
 .Fa basep
-pointer value is non-NULL ,
+pointer value is non-NULL,
 the
 .Fn getdirentries
 system call writes the position of the block read into the location pointed to by


More information about the dev-commits-src-all mailing list