Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/trunk]: src/lib/libc/stdio Add all functions to NAME section. End senten...
details: https://anonhg.NetBSD.org/src/rev/9059b635d9c6
branches: trunk
changeset: 796809:9059b635d9c6
user: wiz <wiz%NetBSD.org@localhost>
date: Thu Jun 19 09:30:33 2014 +0000
description:
Add all functions to NAME section. End sentences with dots.
Bump date for previous.
diffstat:
lib/libc/stdio/mktemp.3 | 15 +++++++++------
1 files changed, 9 insertions(+), 6 deletions(-)
diffs (48 lines):
diff -r 364f8a242bf1 -r 9059b635d9c6 lib/libc/stdio/mktemp.3
--- a/lib/libc/stdio/mktemp.3 Thu Jun 19 05:31:15 2014 +0000
+++ b/lib/libc/stdio/mktemp.3 Thu Jun 19 09:30:33 2014 +0000
@@ -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 @@
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
Home |
Main Index |
Thread Index |
Old Index