git: d2557f02d126 - stable/14 - getdirentries.2: Reference dir(5)
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Tue, 12 Sep 2023 11:55:41 UTC
The branch stable/14 has been updated by 0mp:
URL: https://cgit.FreeBSD.org/src/commit/?id=d2557f02d126c1300b491235b1264bcd39d8de50
commit d2557f02d126c1300b491235b1264bcd39d8de50
Author: Mateusz Piotrowski <0mp@FreeBSD.org>
AuthorDate: 2023-09-05 13:48:57 +0000
Commit: Mateusz Piotrowski <0mp@FreeBSD.org>
CommitDate: 2023-09-12 11:48:18 +0000
getdirentries.2: Reference dir(5)
As a note, parts of manual pages getdirentries(2) and dir(5) should
probably be consolidated.
MFC after: 3 days
(cherry picked from commit 5b7a776f481891f10820a0b4838d0e0feb60b8ad)
---
lib/libc/sys/getdirentries.2 | 3 ++-
1 file changed, 2 insertions(+), 1 deletion(-)
diff --git a/lib/libc/sys/getdirentries.2 b/lib/libc/sys/getdirentries.2
index 0a06cd6b947e..74fd57f9d74f 100644
--- a/lib/libc/sys/getdirentries.2
+++ b/lib/libc/sys/getdirentries.2
@@ -198,7 +198,8 @@ Directory unlinked but still open.
.Sh SEE ALSO
.Xr lseek 2 ,
.Xr open 2 ,
-.Xr directory 3
+.Xr directory 3 ,
+.Xr dir 5
.Sh HISTORY
The
.Fn getdirentries