Source-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[src/trunk]: src/lib/libc/sys Fix typo reported by Henning Petersen in PR 45515.



details:   https://anonhg.NetBSD.org/src/rev/a52d7dace6a7
branches:  trunk
changeset: 770607:a52d7dace6a7
user:      wiz <wiz%NetBSD.org@localhost>
date:      Tue Oct 25 09:26:53 2011 +0000

description:
Fix typo reported by Henning Petersen in PR 45515.

diffstat:

 lib/libc/sys/utimes.2 |  4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diffs (18 lines):

diff -r 09eb36516402 -r a52d7dace6a7 lib/libc/sys/utimes.2
--- a/lib/libc/sys/utimes.2     Tue Oct 25 06:03:25 2011 +0000
+++ b/lib/libc/sys/utimes.2     Tue Oct 25 09:26:53 2011 +0000
@@ -1,4 +1,4 @@
-.\"    $NetBSD: utimes.2,v 1.29 2011/08/22 22:14:46 enami Exp $
+.\"    $NetBSD: utimes.2,v 1.30 2011/10/25 09:26:53 wiz Exp $
 .\"
 .\" Copyright (c) 1990, 1993
 .\"    The Regents of the University of California.  All rights reserved.
@@ -231,7 +231,7 @@
 revision.
 .Fn futimens
 and
-.Fn utmensat
+.Fn utimensat
 functions conform to
 .St -p1003.1-2008 .
 .Sh HISTORY



Home | Main Index | Thread Index | Old Index