From 393eb7f9c84f9be947838bd031a8d5d4209435c1 Mon Sep 17 00:00:00 2001 From: Stathis Kamperis Date: Fri, 8 Feb 2008 23:26:02 +0200 Subject: [PATCH] Minor fix in comment --- proplib/prop_parse_du.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/proplib/prop_parse_du.c b/proplib/prop_parse_du.c index 138ca31..2b73fbb 100644 --- a/proplib/prop_parse_du.c +++ b/proplib/prop_parse_du.c @@ -89,7 +89,7 @@ int main(void) * when externalized it will be represented as decimal * (unsigned numbers are externalized in base-16). * - * Note: atoi() does not detect errors, but we trust + * Note: atoi(3) does not detect errors, but we trust * du(1) to provide us with valid input. Otherwise, * we should use strtol(3) or sscanf(3). */ -- 2.11.4.GIT