diff options
author | jilles <jilles@FreeBSD.org> | 2015-03-08 22:49:34 +0000 |
---|---|---|
committer | jilles <jilles@FreeBSD.org> | 2015-03-08 22:49:34 +0000 |
commit | bb1f22c22e5e5f1d1691c6ebce7cfe1770b09305 (patch) | |
tree | dcaa51b75ec8a220c76026234921c4710cb642c8 | |
parent | 59bc7d68d79ed30f4e70cafaa3592fccfbea7bc8 (diff) | |
download | FreeBSD-src-bb1f22c22e5e5f1d1691c6ebce7cfe1770b09305.zip FreeBSD-src-bb1f22c22e5e5f1d1691c6ebce7cfe1770b09305.tar.gz |
touch(1): Xref utimensat(2) instead of utimes(2).
-rw-r--r-- | usr.bin/touch/touch.1 | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/usr.bin/touch/touch.1 b/usr.bin/touch/touch.1 index 6201b28..a3cc2a7 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 |