diff options
author | Ori Bernstein <ori@eigenstate.org> | 2021-08-29 01:00:36 +0000 |
---|---|---|
committer | Ori Bernstein <ori@eigenstate.org> | 2021-08-29 01:00:36 +0000 |
commit | e6f0abc25e4e237fff97ef9bdd1dc98ee519def8 (patch) | |
tree | 52340d63f4e1f16b9644117da392877943bbcd59 | |
parent | 61f37abf576a02c7f1e3561cfaba3c0457f55c9d (diff) | |
download | plan9front-e6f0abc25e4e237fff97ef9bdd1dc98ee519def8.tar.xz |
date(1): sync with reality
'date -m' was removed, but evidence of its
existence was left in the manpage.
-rw-r--r-- | sys/man/1/date | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/sys/man/1/date b/sys/man/1/date index abe07e400..96f2b4fa0 100644 --- a/sys/man/1/date +++ b/sys/man/1/date @@ -36,9 +36,6 @@ Report the date as ISO-8601 without time and timezone suffix. .B -t Report the date as ISO-8601 with time and timezone suffix. .TP -.B -m -Report the date as an email compatible (RFC2822) time stamp. -.TP .B -f Print using the format specified by the .I format |