git: 29a28b9940d5 - stable/14 - getdirentries.2: Reference directory(3)
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Tue, 12 Sep 2023 11:55:39 UTC
The branch stable/14 has been updated by 0mp:
URL: https://cgit.FreeBSD.org/src/commit/?id=29a28b9940d568519aac4574ccc293f205a732ae
commit 29a28b9940d568519aac4574ccc293f205a732ae
Author: Mateusz Piotrowski <0mp@FreeBSD.org>
AuthorDate: 2023-09-05 09:37:14 +0000
Commit: Mateusz Piotrowski <0mp@FreeBSD.org>
CommitDate: 2023-09-12 11:48:03 +0000
getdirentries.2: Reference directory(3)
MFC after: 3 days
(cherry picked from commit 3a02df5e27d2eeabffd761ff5cb79496a6d796ea)
---
lib/libc/sys/getdirentries.2 | 5 +++--
1 file changed, 3 insertions(+), 2 deletions(-)
diff --git a/lib/libc/sys/getdirentries.2 b/lib/libc/sys/getdirentries.2
index 38d5c1e525b0..1c623fa59124 100644
--- a/lib/libc/sys/getdirentries.2
+++ b/lib/libc/sys/getdirentries.2
@@ -27,7 +27,7 @@
.\"
.\" @(#)getdirentries.2 8.2 (Berkeley) 5/3/95
.\"
-.Dd April 11, 2022
+.Dd September 5, 2023
.Dt GETDIRENTRIES 2
.Os
.Sh NAME
@@ -197,7 +197,8 @@ Directory unlinked but still open.
.El
.Sh SEE ALSO
.Xr lseek 2 ,
-.Xr open 2
+.Xr open 2 ,
+.Xr directory 3
.Sh HISTORY
The
.Fn getdirentries