https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=261935
Bug ID: 261935
Summary: Point bin/date/date.1 to strftime(3) directly instead
of through strptime(3) for the +"..." format
reference.
Product: Documentation
Version: Latest
Hardware: Any
OS: Any
Status: New
Keywords: needs-patch
Severity: Affects Only Me
Priority: ---
Component: Manual Pages
Assignee: [email protected]
Reporter: [email protected]
CC: [email protected]
date(1) refers the reader to strptime(3) for a description of the format
characters, and that in turn sends the reader to strftime(3) for that info. I'd
refer the reader to strftime(3) directly instead, or in addition if there's a
reason I'm missing to point to strptime(3).
--
You are receiving this mail because:
You are on the CC list for the bug.