diff options
author | 2006-01-06 10:03:28 +0000 | |
---|---|---|
committer | 2006-01-06 10:03:28 +0000 | |
commit | a8a6020ca2eed734f3247cd70b754b9411fc28e0 (patch) | |
tree | a5e729d896fc51d2fb1f317e736b2237008aa0d3 /lib/libc/stdio | |
parent | in code fragment: (diff) | |
download | wireguard-openbsd-a8a6020ca2eed734f3247cd70b754b9411fc28e0.tar.xz wireguard-openbsd-a8a6020ca2eed734f3247cd70b754b9411fc28e0.zip |
fix the mkstemps .Fn;
Diffstat (limited to 'lib/libc/stdio')
-rw-r--r-- | lib/libc/stdio/mktemp.3 | 4 |
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 |