summaryrefslogtreecommitdiff
path: root/lib/libc/stdio
diff options
context:
space:
mode:
authorRuslan Ermilov <ru@FreeBSD.org>2002-12-24 13:41:48 +0000
committerRuslan Ermilov <ru@FreeBSD.org>2002-12-24 13:41:48 +0000
commitfacc67676f0239e4912f737638710058315d9fc7 (patch)
tree3a2594ccf0dfa39e2b9d787edfbc673670ae29da /lib/libc/stdio
parentfcb18f74b4c7b87af01dea8ad0793c8c57333d54 (diff)
Notes
Diffstat (limited to 'lib/libc/stdio')
-rw-r--r--lib/libc/stdio/mktemp.32
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/libc/stdio/mktemp.3 b/lib/libc/stdio/mktemp.3
index 5c9de2e23cf4..e875a0381e8c 100644
--- a/lib/libc/stdio/mktemp.3
+++ b/lib/libc/stdio/mktemp.3
@@ -102,7 +102,7 @@ is told the length of the suffix string.
The
.Fn mkdtemp
function makes the same replacement to the template as in
-.Xr mktemp 3
+.Fn mktemp
and creates the template directory, mode 0700.
.Sh RETURN VALUES
The