From cb8c0c9b692e0153121b29eeca3ab59cbd96f074 Mon Sep 17 00:00:00 2001 From: Michael Kerrisk Date: Sun, 29 Aug 2010 09:06:37 +0200 Subject: [PATCH] readdir.2: Minor wording fix Signed-off-by: Michael Kerrisk --- man2/readdir.2 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/man2/readdir.2 b/man2/readdir.2 index 4d4ae605d..7e6208dde 100644 --- a/man2/readdir.2 +++ b/man2/readdir.2 @@ -80,7 +80,7 @@ is the distance from the start of the directory to this .I d_reclen is the size of .IR d_name , -not counting the null terminator. +not counting the terminating null byte. .I d_name is a null-terminated filename. .SH "RETURN VALUE"