Fix the description for mkdtemp(), which creates directories, not files.

Submitted by:	Murray S. Kucherawy <msk@blackops.org>
X-MFC after:	re approval
This commit is contained in:
Gregory Neil Shapiro 2003-02-19 04:40:30 +00:00
parent 61856f3619
commit 8f3e32c2b6

View File

@ -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"