From a917229f2a610be2929eb8dcddc0568a47ee2b1a Mon Sep 17 00:00:00 2001 From: wiz Date: Thu, 29 Apr 2010 07:26:39 +0000 Subject: [PATCH] Improve a sentence. --- lib/libc/stdio/mktemp.3 | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/lib/libc/stdio/mktemp.3 b/lib/libc/stdio/mktemp.3 index d0a86b79aecc..2543d425c8cf 100644 --- a/lib/libc/stdio/mktemp.3 +++ b/lib/libc/stdio/mktemp.3 @@ -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 @@ The .Fn mkstemp and .Fn mkdtemp -conform to +functions conform to .St -p1003.1-2004 and .St -p1003.1-2008 ,