Fix typo reported by Henning Petersen in PR 45515.

This commit is contained in:
wiz 2011-10-25 09:26:53 +00:00
parent 3b6c8d6eaa
commit 8d207e698a
1 changed files with 2 additions and 2 deletions

View File

@ -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