aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMateusz Piotrowski <0mp@FreeBSD.org>2023-09-05 09:37:14 +0000
committerMateusz Piotrowski <0mp@FreeBSD.org>2023-09-12 11:54:10 +0000
commit01e15ca6c82835cd541c228c91a2913540815d32 (patch)
tree0e2c7423058a58520fda109d8c8e4e101b031fe7
parent79802c179a5de367a0c16b07e746b280d4813a2c (diff)
getdirentries.2: Reference directory(3)
MFC after: 3 days (cherry picked from commit 3a02df5e27d2eeabffd761ff5cb79496a6d796ea)
-rw-r--r--lib/libc/sys/getdirentries.25
1 files changed, 3 insertions, 2 deletions
diff --git a/lib/libc/sys/getdirentries.2 b/lib/libc/sys/getdirentries.2
index 658be9459af5..ebe5848772fe 100644
--- a/lib/libc/sys/getdirentries.2
+++ b/lib/libc/sys/getdirentries.2
@@ -28,7 +28,7 @@
.\" @(#)getdirentries.2 8.2 (Berkeley) 5/3/95
.\" $FreeBSD$
.\"
-.Dd February 14, 2021
+.Dd September 5, 2023
.Dt GETDIRENTRIES 2
.Os
.Sh NAME
@@ -196,7 +196,8 @@ Corrupted data was detected while reading from the file system.
.El
.Sh SEE ALSO
.Xr lseek 2 ,
-.Xr open 2
+.Xr open 2 ,
+.Xr directory 3
.Sh HISTORY
The
.Fn getdirentries