Date: Sun, 11 Apr 2021 09:18:09 GMT From: Piotr Pawel Stefaniak <pstef@FreeBSD.org> To: src-committers@FreeBSD.org, dev-commits-src-all@FreeBSD.org, dev-commits-src-main@FreeBSD.org Subject: git: 1fdd6934d596 - main - getdirentries.2: remove unnecessary space Message-ID: <202104110918.13B9I9OF075228@gitrepo.freebsd.org>
next in thread | raw e-mail | index | archive | help
The branch main has been updated by pstef: URL: https://cgit.FreeBSD.org/src/commit/?id=1fdd6934d596b0259096d0c310e97a9c4ebf6b6b commit 1fdd6934d596b0259096d0c310e97a9c4ebf6b6b Author: Piotr Pawel Stefaniak <pstef@FreeBSD.org> AuthorDate: 2021-04-11 09:17:01 +0000 Commit: Piotr Pawel Stefaniak <pstef@FreeBSD.org> CommitDate: 2021-04-11 09:17:01 +0000 getdirentries.2: remove unnecessary space --- 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?202104110918.13B9I9OF075228>