summaryrefslogtreecommitdiff
path: root/lib/libc/sys
diff options
context:
space:
mode:
authorMateusz Piotrowski <0mp@FreeBSD.org>2023-09-05 13:41:47 +0000
committerMateusz Piotrowski <0mp@FreeBSD.org>2023-09-12 11:48:36 +0000
commitdb3e4532afdbbed61c016e04b1feea2d046f9909 (patch)
treeef6dd213d48f7ea715b75962e2f21507819f0b15 /lib/libc/sys
parent3c0bae278f2dcb5e68ec3c37387d6bf28127634b (diff)
Diffstat (limited to 'lib/libc/sys')
-rw-r--r--lib/libc/sys/getdirentries.212
1 files changed, 6 insertions, 6 deletions
diff --git a/lib/libc/sys/getdirentries.2 b/lib/libc/sys/getdirentries.2
index 1c623fa59124..0a06cd6b947e 100644
--- a/lib/libc/sys/getdirentries.2
+++ b/lib/libc/sys/getdirentries.2
@@ -70,12 +70,12 @@ The data in the buffer is a series of
.Vt dirent
structures each containing the following entries:
.Bd -literal -offset indent
-ino_t d_fileno;
-off_t d_off;
-uint16_t d_reclen;
-uint8_t d_type;
-uint16_t d_namlen;
-char d_name[MAXNAMLEN + 1]; /* see below */
+ino_t d_fileno;
+off_t d_off;
+uint16_t d_reclen;
+uint8_t d_type;
+uint16_t d_namlen;
+char d_name[MAXNAMLEN + 1]; /* see below */
.Ed
.Pp
The