History log of /freebsd-10-stable/usr.bin/touch/touch.1
Revision Date Author Comments
(<<< Hide modified files)
(Show modified files >>>)
# 256281 10-Oct-2013 gjb

Copy head (r256279) to stable/10 as part of the 10.0-RELEASE cycle.

Approved by: re (implicit)
Sponsored by: The FreeBSD Foundation

# 236852 10-Jun-2012 jilles

touch: Add the -d option from POSIX.1-2008.

This is much like -t but with a different format which is ISO8601-like and
allows fractions of a second.

The precision is limited to microseconds because of utimes() and friends,
even though stat() returns nanoseconds.

MFC after: 10 days


# 233648 29-Mar-2012 eadler

Remove trailing whitespace per mdoc lint warning

Disussed with: gavin
No objection from: doc
Approved by: joel
MFC after: 3 days


# 230979 04-Feb-2012 jh

Remove useless and potentially dangerous rw() function which tries to
update access and modification times by reading and writing the file.
chmod(2) in rw() doesn't help because utimes(2) allow owner and the
super-user to change times. Using just utimes(2) should be sufficient.

The -f option becomes no-op.

Reviewed by: jilles


# 216370 11-Dec-2010 joel

Remove the advertising clause from UCB copyrighted files in usr.bin. This
is in accordance with the information provided at
ftp://ftp.cs.berkeley.edu/pub/4bsd/README.Impt.License.Change

Also add $FreeBSD$ to a few files to keep svn happy.

Discussed with: imp, rwatson


# 168572 10-Apr-2007 grog

Update to match revision 1.23 of touch.c.
Clarify some details.


# 168525 09-Apr-2007 grog

Add -A flag to adjust existing time stamps.
Print name by which program was started in usage() message.

MFC after: 2 weeks


# 141846 13-Feb-2005 ru

Expand *n't contractions.


# 140420 18-Jan-2005 ru

Sort sections.


# 140368 17-Jan-2005 ru

Added the EXIT STATUS section where appropriate.


# 83896 24-Sep-2001 obrien

Clarify that -h implies -c.


# 83826 22-Sep-2001 obrien

Add the 'h' flag to operate on symlinks rather than what they point to.


# 81687 15-Aug-2001 ru

mdoc(7) police: utilize the new .Ex macro.


# 68963 20-Nov-2000 ru

mdoc(7) police: use the new features of the Nm macro.


# 58628 26-Mar-2000 charnier

Add DIAGNOSTICS section name


# 50477 27-Aug-1999 peter

$Id$ -> $FreeBSD$


# 48792 12-Jul-1999 nik

Add $Id$, to make it simpler for members of the translation teams to
track.

The $Id$ line is normally at the bottom of the main comment block in the
man page, separated from the rest of the manpage by an empty comment,
like so;

.\" $Id$
.\"

If the immediately preceding comment is a @(#) format ID marker than the
the $Id$ will line up underneath it with no intervening blank lines.
Otherwise, an additional blank line is inserted.

Approved by: bde


# 42310 05-Jan-1999 danny

Merge from 2_2 man page change.


# 28367 18-Aug-1997 charnier

Cosmetic.


# 18229 10-Sep-1996 adam

YY --> CC


# 1591 27-May-1994 rgrimes

This commit was generated by cvs2svn to compensate for changes in r1590,
which included commits to RCS files with non-trunk default branches.


# 1590 27-May-1994 rgrimes

BSD 4.4 Lite Usr.bin Sources