summaryrefslogtreecommitdiff
path: root/lib/libc/stdio
diff options
context:
space:
mode:
authorJason McIntyre <jmc@cvs.openbsd.org>2006-01-06 10:03:29 +0000
committerJason McIntyre <jmc@cvs.openbsd.org>2006-01-06 10:03:29 +0000
commit84e174d208aa988608c1bf0fd18c0bac6386a452 (patch)
tree66c0db274f69ec1b8f71e61c5c2d7048672de5a9 /lib/libc/stdio
parent895d2877a3ae17918fd59e3d9151e6494c2cfee3 (diff)
fix the mkstemps .Fn;
Diffstat (limited to 'lib/libc/stdio')
-rw-r--r--lib/libc/stdio/mktemp.34
1 files changed, 2 insertions, 2 deletions
diff --git a/lib/libc/stdio/mktemp.3 b/lib/libc/stdio/mktemp.3
index eff4da2c4be..b06ea4fd369 100644
--- a/lib/libc/stdio/mktemp.3
+++ b/lib/libc/stdio/mktemp.3
@@ -1,4 +1,4 @@
-.\" $OpenBSD: mktemp.3,v 1.38 2006/01/06 10:01:25 jmc Exp $
+.\" $OpenBSD: mktemp.3,v 1.39 2006/01/06 10:03:28 jmc Exp $
.\"
.\" Copyright (c) 1989, 1991, 1993
.\" The Regents of the University of California. All rights reserved.
@@ -43,7 +43,7 @@
.Ft int
.Fn mkstemp "char *template"
.Ft int
-.Fn mkstemps "char *template, int suffixlen"
+.Fn mkstemps "char *template" "int suffixlen"
.Ft char *
.Fn mkdtemp "char *template"
.Sh DESCRIPTION