Source-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[src/trunk]: src/usr.bin/touch Add --date and --reference to SYNOPSIS.



details:   https://anonhg.NetBSD.org/src/rev/c43f1a0fae2c
branches:  trunk
changeset: 782251:c43f1a0fae2c
user:      wiz <wiz%NetBSD.org@localhost>
date:      Tue Oct 23 20:44:22 2012 +0000

description:
Add --date and --reference to SYNOPSIS.

diffstat:

 usr.bin/touch/touch.1 |  4 +++-
 1 files changed, 3 insertions(+), 1 deletions(-)

diffs (19 lines):

diff -r e5833974f0ca -r c43f1a0fae2c usr.bin/touch/touch.1
--- a/usr.bin/touch/touch.1     Tue Oct 23 17:55:46 2012 +0000
+++ b/usr.bin/touch/touch.1     Tue Oct 23 20:44:22 2012 +0000
@@ -1,4 +1,4 @@
-.\"    $NetBSD: touch.1,v 1.23 2012/10/22 22:59:33 pgoyette Exp $
+.\"    $NetBSD: touch.1,v 1.24 2012/10/23 20:44:22 wiz Exp $
 .\"
 .\" Copyright (c) 1991, 1993
 .\"    The Regents of the University of California.  All rights reserved.
@@ -42,7 +42,9 @@
 .Nm
 .Op Fl acfhm
 .Op Fl d Ar human-datetime
+.Op Fl Fl date Ar human-datetime
 .Op Fl r Ar file
+.Op Fl Fl reference Ar file
 .Op Fl t Ar datetime
 .Ar file ...
 .Sh DESCRIPTION



Home | Main Index | Thread Index | Old Index