aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMichael Kerrisk <mtk.manpages@gmail.com>2016-03-26 07:08:16 +1300
committerMichael Kerrisk <mtk.manpages@gmail.com>2016-03-26 07:08:16 +1300
commita90f441afbadf807908be5d4e67e0060a927bd98 (patch)
tree7f01a9b17ab2d6a60a6e9066d7f16ce033db15d2
parent9a40ea4194560e9abc1ce2393db6efd77130747f (diff)
downloadman-pages-a90f441afbadf807908be5d4e67e0060a927bd98.tar.gz
readdir.3: wfix
Signed-off-by: Michael Kerrisk <mtk.manpages@gmail.com>
-rw-r--r--man3/readdir.32
1 files changed, 1 insertions, 1 deletions
diff --git a/man3/readdir.3 b/man3/readdir.3
index 2f8a7dcfcb..866fd45f10 100644
--- a/man3/readdir.3
+++ b/man3/readdir.3
@@ -280,7 +280,7 @@ instead.
.IR char\ d_name[1] !)
By implication, the use
.IR "sizeof(struct dirent)"
-to capture the size of record including the size of
+to capture the size of the record including the size of
.IR d_name
is also incorrect.