From 33df3caae6fa57b250796efdb4a5ce218d2df723 Mon Sep 17 00:00:00 2001 From: Jilles Tjoelker Date: Sun, 8 Mar 2015 22:49:34 +0000 Subject: [PATCH] touch(1): Xref utimensat(2) instead of utimes(2). --- usr.bin/touch/touch.1 | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/usr.bin/touch/touch.1 b/usr.bin/touch/touch.1 index 6201b28dbd15..a3cc2a74e59d 100644 --- a/usr.bin/touch/touch.1 +++ b/usr.bin/touch/touch.1 @@ -31,7 +31,7 @@ .\" @(#)touch.1 8.3 (Berkeley) 4/28/95 .\" $FreeBSD$ .\" -.Dd June 10, 2012 +.Dd March 8, 2015 .Dt TOUCH 1 .Os .Sh NAME @@ -238,7 +238,7 @@ If the letter pair is in the range 39 to 99, the year is set to 1939 to 1999, otherwise, the year is set in the 21st century. .Sh SEE ALSO -.Xr utimes 2 +.Xr utimensat 2 .Sh STANDARDS The .Nm