Module Name: src
Committed By: wiz
Date: Thu Apr 29 07:26:39 UTC 2010
Modified Files:
src/lib/libc/stdio: mktemp.3
Log Message:
Improve a sentence.
To generate a diff of this commit:
cvs rdiff -u -r1.26 -r1.27 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.26 src/lib/libc/stdio/mktemp.3:1.27
--- src/lib/libc/stdio/mktemp.3:1.26 Thu Apr 29 06:54:26 2010
+++ src/lib/libc/stdio/mktemp.3 Thu Apr 29 07:26:39 2010
@@ -1,4 +1,4 @@
-.\" $NetBSD: mktemp.3,v 1.26 2010/04/29 06:54:26 jruoho Exp $
+.\" $NetBSD: mktemp.3,v 1.27 2010/04/29 07:26:39 wiz Exp $
.\"
.\" Copyright (c) 1989, 1991, 1993
.\" The Regents of the University of California. All rights reserved.
@@ -261,7 +261,7 @@
.Fn mkstemp
and
.Fn mkdtemp
-conform to
+functions conform to
.St -p1003.1-2004
and
.St -p1003.1-2008 ,