From 65f14a74bd68f17899ee3d27c2cd13108ba73616 Mon Sep 17 00:00:00 2001 From: Jean-Marc Zucconi Date: Fri, 30 Oct 1998 23:50:48 +0000 Subject: [PATCH] Typo. --- lib/libc/sys/getdirentries.2 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/libc/sys/getdirentries.2 b/lib/libc/sys/getdirentries.2 index abc680e7b9b..329b6502b3a 100644 --- a/lib/libc/sys/getdirentries.2 +++ b/lib/libc/sys/getdirentries.2 @@ -69,7 +69,7 @@ structures each containing the following entries: u_int32_t d_fileno; u_int16_t d_reclen; u_int8_t d_type; -u_int8_t d_namelen; +u_int8_t d_namlen; char d_name[MAXNAMELEN + 1]; /* see below */ .Ed .Pp