From 8f3e32c2b6b9f392e096f096653596f55f2134ae Mon Sep 17 00:00:00 2001 From: Gregory Neil Shapiro Date: Wed, 19 Feb 2003 04:40:30 +0000 Subject: [PATCH] Fix the description for mkdtemp(), which creates directories, not files. Submitted by: Murray S. Kucherawy X-MFC after: re approval --- lib/libc/stdio/stdio.3 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/libc/stdio/stdio.3 b/lib/libc/stdio/stdio.3 index 545fe160f2a..71626f400e2 100644 --- a/lib/libc/stdio/stdio.3 +++ b/lib/libc/stdio/stdio.3 @@ -268,7 +268,7 @@ library conforms to .It "getw get next character or word from input stream" .It "getwc get next wide character from input stream" .It "getwchar get next wide character from input stream" -.It "mkdtemp create unique temporary file" +.It "mkdtemp create unique temporary directory" .It "mkstemp create unique temporary file" .It "mktemp create unique temporary file" .It "perror system error messages" -- 2.45.2