Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 8 Mar 2015 22:49:35 +0000 (UTC)
From:      Jilles Tjoelker <jilles@FreeBSD.org>
To:        src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-head@freebsd.org
Subject:   svn commit: r279795 - head/usr.bin/touch
Message-ID:  <201503082249.t28MnZBQ000790@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: jilles
Date: Sun Mar  8 22:49:34 2015
New Revision: 279795
URL: https://svnweb.freebsd.org/changeset/base/279795

Log:
  touch(1): Xref utimensat(2) instead of utimes(2).

Modified:
  head/usr.bin/touch/touch.1

Modified: head/usr.bin/touch/touch.1
==============================================================================
--- head/usr.bin/touch/touch.1	Sun Mar  8 22:39:19 2015	(r279794)
+++ head/usr.bin/touch/touch.1	Sun Mar  8 22:49:34 2015	(r279795)
@@ -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



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201503082249.t28MnZBQ000790>