diff options
| author | Ceri Davies <ceri@FreeBSD.org> | 2021-06-16 09:18:56 +0000 |
|---|---|---|
| committer | Ceri Davies <ceri@FreeBSD.org> | 2021-06-16 09:18:56 +0000 |
| commit | 3e4946f0aad9961c6e121192acb33956ff612e46 (patch) | |
| tree | 1d26b9cb94db87ba8ee17d1959b0fcd1b680a0a6 | |
| parent | aed98fa5acb1a62bb79fc0e182b2151b239d6239 (diff) | |
date.1: Remove mention of -d and -f flags
These flags were removed in 2019.
PR: 256631
Submitted by: David Fiander <david@fiander.info>
MFC After: 3 days
| -rw-r--r-- | bin/date/date.1 | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/bin/date/date.1 b/bin/date/date.1 index a7b6265d1195..8f187b311a82 100644 --- a/bin/date/date.1 +++ b/bin/date/date.1 @@ -32,7 +32,7 @@ .\" @(#)date.1 8.3 (Berkeley) 4/28/95 .\" $FreeBSD$ .\" -.Dd August 25, 2020 +.Dd June 16, 2021 .Dt DATE 1 .Os .Sh NAME @@ -455,7 +455,7 @@ The utility is expected to be compatible with .St -p1003.2 . The -.Fl d , f , I , j , r , t , +.Fl f , I , j , r , and .Fl v options are all extensions to the standard. |
