Date: Sun, 13 Feb 2022 18:18:40 +0000 From: bugzilla-noreply@freebsd.org To: bugs@FreeBSD.org Subject: [Bug 261935] Point bin/date/date.1 to strftime(3) directly instead of through strptime(3) for the +"..." format reference. Message-ID: <bug-261935-227@https.bugs.freebsd.org/bugzilla/>
next in thread | raw e-mail | index | archive | help
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=3D261935 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: bugs@FreeBSD.org Reporter: pauamma@gundo.com CC: doc@FreeBSD.org 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). --=20 You are receiving this mail because: You are the assignee for the bug.=
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?bug-261935-227>