summaryrefslogtreecommitdiffstats
path: root/lib
diff options
context:
space:
mode:
authorgshapiro <gshapiro@FreeBSD.org>2003-02-19 04:40:30 +0000
committergshapiro <gshapiro@FreeBSD.org>2003-02-19 04:40:30 +0000
commitb72619cecb8265d3efb3781b0acff1380762c173 (patch)
tree1dcd0863dd12584844f6c0ecc7d7acd877e7fb20 /lib
parent72c057cdd94e7e2fc9c534d23e0be8d8b6a4003d (diff)
downloadFreeBSD-src-b72619cecb8265d3efb3781b0acff1380762c173.zip
FreeBSD-src-b72619cecb8265d3efb3781b0acff1380762c173.tar.gz
Fix the description for mkdtemp(), which creates directories, not files.
Submitted by: Murray S. Kucherawy <msk@blackops.org> X-MFC after: re approval
Diffstat (limited to 'lib')
-rw-r--r--lib/libc/stdio/stdio.32
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/libc/stdio/stdio.3 b/lib/libc/stdio/stdio.3
index 545fe16..71626f4 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"
OpenPOWER on IntegriCloud