[Bug 268616] mandoc.1 refers to legacy date format yyyy-dd-mm rather than yyyy-mm-dd
- Reply: bugzilla-noreply_a_freebsd.org: "[Bug 268616] mandoc.1 refers to legacy date format yyyy-dd-mm rather than yyyy-mm-dd"
- Reply: bugzilla-noreply_a_freebsd.org: "[Bug 268616] mandoc.1 refers to legacy date format yyyy-dd-mm rather than yyyy-mm-dd"
- Reply: bugzilla-noreply_a_freebsd.org: "[Bug 268616] mandoc.1 refers to legacy date format yyyy-dd-mm rather than yyyy-mm-dd"
- Reply: bugzilla-noreply_a_freebsd.org: "[Bug 268616] mandoc.1 refers to legacy date format yyyy-dd-mm rather than yyyy-mm-dd"
- Reply: bugzilla-noreply_a_freebsd.org: "[Bug 268616] mandoc.1 refers to legacy date format yyyy-dd-mm rather than yyyy-mm-dd"
- Reply: bugzilla-noreply_a_freebsd.org: "[Bug 268616] mandoc.1 refers to legacy date format yyyy-dd-mm rather than yyyy-mm-dd"
- Reply: bugzilla-noreply_a_freebsd.org: "[Bug 268616] mandoc.1 refers to legacy date format yyyy-dd-mm rather than yyyy-mm-dd"
- Reply: bugzilla-noreply_a_freebsd.org: "[Bug 268616] mandoc.1 refers to legacy date format yyyy-dd-mm rather than yyyy-mm-dd"
- Reply: bugzilla-noreply_a_freebsd.org: "[Bug 268616] mandoc.1 refers to legacy date format yyyy-dd-mm rather than yyyy-mm-dd"
- Reply: bugzilla-noreply_a_freebsd.org: "[Bug 268616] mandoc.1 refers to legacy date format yyyy-dd-mm rather than yyyy-mm-dd"
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Wed, 28 Dec 2022 17:50:44 UTC
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=268616
Bug ID: 268616
Summary: mandoc.1 refers to legacy date format yyyy-dd-mm
rather than yyyy-mm-dd
Product: Documentation
Version: Latest
Hardware: Any
OS: Any
Status: New
Severity: Affects Only Me
Priority: ---
Component: Manual Pages
Assignee: bugs@FreeBSD.org
Reporter: nicholas.h.briggs@gmail.com
CC: doc@FreeBSD.org
In /usr/src/contrib/mandoc/mandoc.1 we find:
macro uses the legacy
.Xr man 7
date format
.Dq yyyy-dd-mm .
Consider using the conventional
.Xr mdoc 7
date format
when what it means to say is ... yyyy-mm-dd
(as parsed by a2time(&t, "%Y-%m-%d", in) mandoc.c)
--
You are receiving this mail because:
You are on the CC list for the bug.