diff options
author | 2010-12-27 21:18:44 +0000 | |
---|---|---|
committer | 2010-12-27 21:18:44 +0000 | |
commit | 7f21d708d84aeb64b39d44c1ba615ff9b1f8b13d (patch) | |
tree | 9b6e70012bf2dfa6ae1a5e963e8b1dd2c8a55502 /lib/libc | |
parent | Correct x86_atomic_*_ul() to operate on 64bit integers, eliminate (diff) | |
download | wireguard-openbsd-7f21d708d84aeb64b39d44c1ba615ff9b1f8b13d.tar.xz wireguard-openbsd-7f21d708d84aeb64b39d44c1ba615ff9b1f8b13d.zip |
mktemp(3) (and thus mktemp(1)) no longer use the process ID when
replacing the Xs, it is now purely random.
Also replace a use of .Fn that should be .Xr.
OK jmc@
Diffstat (limited to 'lib/libc')
-rw-r--r-- | lib/libc/stdio/mktemp.3 | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/lib/libc/stdio/mktemp.3 b/lib/libc/stdio/mktemp.3 index 2ec0e325c86..00d850beb12 100644 --- a/lib/libc/stdio/mktemp.3 +++ b/lib/libc/stdio/mktemp.3 @@ -1,4 +1,4 @@ -.\" $OpenBSD: mktemp.3,v 1.44 2010/03/22 20:18:12 schwarze Exp $ +.\" $OpenBSD: mktemp.3,v 1.45 2010/12/27 21:18:44 millert Exp $ .\" .\" Copyright (c) 1989, 1991, 1993 .\" The Regents of the University of California. All rights reserved. @@ -27,7 +27,7 @@ .\" OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF .\" SUCH DAMAGE. .\" -.Dd $Mdocdate: March 22 2010 $ +.Dd $Mdocdate: December 27 2010 $ .Dt MKTEMP 3 .Os .Sh NAME @@ -248,7 +248,6 @@ to any value specified by the function. .Sh SEE ALSO .Xr chmod 2 , -.Xr getpid 2 , .Xr lstat 2 , .Xr mkdir 2 , .Xr open 2 , |