svn commit: r345081 - head/bin/date

Warner Losh imp at FreeBSD.org
Tue Mar 12 21:03:57 UTC 2019


Author: imp
Date: Tue Mar 12 21:03:56 2019
New Revision: 345081
URL: https://svnweb.freebsd.org/changeset/base/345081

Log:
  Remove the -d and -t flags from the man page
  
  Remove -d and -t flags that were removed in r345050.
  
  Noticed by: rgrimes@

Modified:
  head/bin/date/date.1

Modified: head/bin/date/date.1
==============================================================================
--- head/bin/date/date.1	Tue Mar 12 20:08:37 2019	(r345080)
+++ head/bin/date/date.1	Tue Mar 12 21:03:56 2019	(r345081)
@@ -32,7 +32,7 @@
 .\"     @(#)date.1	8.3 (Berkeley) 4/28/95
 .\" $FreeBSD$
 .\"
-.Dd August 4, 2018
+.Dd March 12, 2019
 .Dt DATE 1
 .Os
 .Sh NAME
@@ -62,9 +62,6 @@
 .Fl f Ar input_fmt new_date
 .Op Cm + Ns Ar output_fmt
 .Nm
-.Op Fl d Ar dst
-.Op Fl t Ar minutes_west
-.Nm
 .Op Fl jnu
 .Op Fl I Ns Op Ar FMT
 .Op Fl f Ar input_fmt
@@ -93,15 +90,6 @@ the time may not be changed by more than 1 second.
 .Pp
 The options are as follows:
 .Bl -tag -width Ds
-.It Fl d Ar dst
-Set the kernel's value for daylight saving time.
-If
-.Ar dst
-is non-zero, future calls
-to
-.Xr gettimeofday 2
-will return a non-zero for
-.Fa tz_dsttime .
 .It Fl f
 Use
 .Ar input_fmt
@@ -188,14 +176,6 @@ and can be specified in decimal, octal, or hex.
 .It Fl r Ar filename
 Print the date and time of the last modification of
 .Ar filename .
-.It Fl t Ar minutes_west
-Set the system's value for minutes west of
-.Tn GMT .
-.Ar minutes_west
-specifies the number of minutes returned in
-.Fa tz_minuteswest
-by future calls to
-.Xr gettimeofday 2 .
 .It Fl u
 Display or set the date in
 .Tn UTC


More information about the svn-src-all mailing list