Module Name: src
Committed By: wiz
Date: Tue Oct 23 20:44:22 UTC 2012
Modified Files:
src/usr.bin/touch: touch.1
Log Message:
Add --date and --reference to SYNOPSIS.
To generate a diff of this commit:
cvs rdiff -u -r1.23 -r1.24 src/usr.bin/touch/touch.1
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Modified files:
Index: src/usr.bin/touch/touch.1
diff -u src/usr.bin/touch/touch.1:1.23 src/usr.bin/touch/touch.1:1.24
--- src/usr.bin/touch/touch.1:1.23 Mon Oct 22 22:59:33 2012
+++ src/usr.bin/touch/touch.1 Tue Oct 23 20:44:22 2012
@@ -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