Module Name: src Committed By: wiz Date: Thu Jun 19 09:30:33 UTC 2014
Modified Files: src/lib/libc/stdio: mktemp.3 Log Message: Add all functions to NAME section. End sentences with dots. Bump date for previous. To generate a diff of this commit: cvs rdiff -u -r1.29 -r1.30 src/lib/libc/stdio/mktemp.3 Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.
Modified files: Index: src/lib/libc/stdio/mktemp.3 diff -u src/lib/libc/stdio/mktemp.3:1.29 src/lib/libc/stdio/mktemp.3:1.30 --- src/lib/libc/stdio/mktemp.3:1.29 Wed Jun 18 17:47:58 2014 +++ src/lib/libc/stdio/mktemp.3 Thu Jun 19 09:30:33 2014 @@ -1,4 +1,4 @@ -.\" $NetBSD: mktemp.3,v 1.29 2014/06/18 17:47:58 christos Exp $ +.\" $NetBSD: mktemp.3,v 1.30 2014/06/19 09:30:33 wiz Exp $ .\" .\" Copyright (c) 1989, 1991, 1993 .\" The Regents of the University of California. All rights reserved. @@ -29,12 +29,15 @@ .\" .\" @(#)mktemp.3 8.1 (Berkeley) 6/4/93 .\" -.Dd April 29, 2010 +.Dd June 18, 2014 .Dt MKTEMP 3 .Os .Sh NAME .Nm mktemp , .Nm mkstemp , +.Nm mkstemps , +.Nm mkostemp , +.Nm mkostemps , .Nm mkdtemp .Nd make unique temporary file or directory name .Sh LIBRARY @@ -335,17 +338,17 @@ The function first appeared in .Ox 2.4 , and later in -.Fx 3.4 +.Fx 3.4 and -.Nx 7.0 +.Nx 7.0 . The .Fn mkostemp and .Fn mkostemps functions appeared in -.Fx 10.0 +.Fx 10.0 and -.Nx 7.0 +.Nx 7.0 . .Sh BUGS For .Fn mktemp