Module Name: src
Committed By: wiz
Date: Tue Oct 25 09:26:53 UTC 2011
Modified Files:
src/lib/libc/sys: utimes.2
Log Message:
Fix typo reported by Henning Petersen in PR 45515.
To generate a diff of this commit:
cvs rdiff -u -r1.29 -r1.30 src/lib/libc/sys/utimes.2
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/sys/utimes.2
diff -u src/lib/libc/sys/utimes.2:1.29 src/lib/libc/sys/utimes.2:1.30
--- src/lib/libc/sys/utimes.2:1.29 Mon Aug 22 22:14:46 2011
+++ src/lib/libc/sys/utimes.2 Tue Oct 25 09:26:53 2011
@@ -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 @@ It was however marked as legacy in the
revision.
.Fn futimens
and
-.Fn utmensat
+.Fn utimensat
functions conform to
.St -p1003.1-2008 .
.Sh HISTORY