-structures each containing the following entries:
-.Bd -literal -offset indent
-u_int32_t d_fileno; /* file number of entry */
-u_int16_t d_reclen; /* length of this record */
-u_int8_t d_type; /* file type, see below */
-u_int8_t d_namlen; /* length of string in d_name */
-char d_name[MAXNAMELEN + 1]; /* see below */
-.Ed
+structures (see
+.Xr dir 5)
+The order of the directory entries vended out via
+.Fn getdirentries
+is not specified. Some filesystems may return entries in lexicographic sort order
+and others may not.