summaryrefslogtreecommitdiff
path: root/sys/man/2
diff options
context:
space:
mode:
authorOri Bernstein <ori@eigenstate.org>2020-11-30 07:41:49 -0800
committerOri Bernstein <ori@eigenstate.org>2020-11-30 07:41:49 -0800
commit07e8c324a87c42ec641d982d7d36142c2ae4ac00 (patch)
treec3f01d4c56cf5b1a1571c5496eadfd6145894c01 /sys/man/2
parentc931e96364ec6e587f9137e768ad0f9b70e2e9fa (diff)
tmdate(2): remove lies
Initially the code tried to guess the date format. This turned out to be a bit too magical, so the feature was removed, but the manpage still documented the nonfeature.
Diffstat (limited to 'sys/man/2')
-rw-r--r--sys/man/2/tmdate5
1 files changed, 0 insertions, 5 deletions
diff --git a/sys/man/2/tmdate b/sys/man/2/tmdate
index d5b442342..3738b66d1 100644
--- a/sys/man/2/tmdate
+++ b/sys/man/2/tmdate
@@ -157,11 +157,6 @@ Any characters not specified above are copied directly to output,
without modification.
.PP
-If the format argument is nil, it makes an
-attempt to parse common human readable date formats. These
-formats include ISO-8601, RFC3339 and RFC2822 dates.
-.
-.PP
Tmfmt produces a format description structure suitable for passing
to
.IR fmtprint (2) .