Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 5 May 2021 11:06:00 GMT
From:      Piotr Pawel Stefaniak <pstef@FreeBSD.org>
To:        src-committers@FreeBSD.org, dev-commits-src-all@FreeBSD.org, dev-commits-src-branches@FreeBSD.org
Subject:   git: c69775749f2b - stable/13 - getdirentries.2: remove unnecessary space
Message-ID:  <202105051106.145B60Bc043436@gitrepo.freebsd.org>

next in thread | raw e-mail | index | archive | help
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@FreeBSD.org>
AuthorDate: 2021-04-11 09:17:01 +0000
Commit:     Piotr Pawel Stefaniak <pstef@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



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