aboutsummaryrefslogtreecommitdiff
path: root/usr.bin/touch
diff options
context:
space:
mode:
authorJilles Tjoelker <jilles@FreeBSD.org>2015-03-08 22:49:34 +0000
committerJilles Tjoelker <jilles@FreeBSD.org>2015-03-08 22:49:34 +0000
commit33df3caae6fa57b250796efdb4a5ce218d2df723 (patch)
treedcaa51b75ec8a220c76026234921c4710cb642c8 /usr.bin/touch
parent6ee7c13bafe8ec7ecb870b123f2142220419a8ea (diff)
downloadsrc-33df3caae6fa57b250796efdb4a5ce218d2df723.tar.gz
src-33df3caae6fa57b250796efdb4a5ce218d2df723.zip
touch(1): Xref utimensat(2) instead of utimes(2).
Notes
Notes: svn path=/head/; revision=279795
Diffstat (limited to 'usr.bin/touch')
-rw-r--r--usr.bin/touch/touch.14
1 files 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