git: 5b7a776f4818 - main - getdirentries.2: Reference dir(5)
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Tue, 05 Sep 2023 13:51:41 UTC
The branch main has been updated by 0mp:
URL: https://cgit.FreeBSD.org/src/commit/?id=5b7a776f481891f10820a0b4838d0e0feb60b8ad
commit 5b7a776f481891f10820a0b4838d0e0feb60b8ad
Author: Mateusz Piotrowski <0mp@FreeBSD.org>
AuthorDate: 2023-09-05 13:48:57 +0000
Commit: Mateusz Piotrowski <0mp@FreeBSD.org>
CommitDate: 2023-09-05 13:50:45 +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
---
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