diff options
author | Ingo Schwarze <schwarze@openbsd.org> | 2020-02-13 18:32:56 +0000 |
---|---|---|
committer | Ingo Schwarze <schwarze@openbsd.org> | 2020-02-13 18:32:56 +0000 |
commit | f70361c861e949932360a7aee6531d7c42fc5196 (patch) | |
tree | c9657e9325cc9e811f368187f5ef85afdb9a1931 /mdoc.7 | |
parent | 59dd714c903a704c5ad375539a604b0ac282be06 (diff) | |
download | mandoc-f70361c861e949932360a7aee6531d7c42fc5196.tar.gz |
Mention that the .Dd "date" argument is the date of the last change.
Triggered by a question from Jason A. Donenfeld.
While here, delete three COMPATIBILITY entries that i fixed some time ago.
Diffstat (limited to 'mdoc.7')
-rw-r--r-- | mdoc.7 | 17 |
1 files changed, 2 insertions, 15 deletions
@@ -1203,7 +1203,8 @@ Close a block. Does not have any tail arguments. .It Ic \&Dd Cm $\&Mdocdate$ | Ar month day , year -Document date for display in the page footer. +Document date for display in the page footer, +by convention the date of the last change. This is the mandatory first macro of any .Nm manual. @@ -3084,17 +3085,6 @@ The following problematic behaviour is found in groff: .Pp .Bl -dash -compact .It -.Ic \&Dd -with non-standard arguments behaves very strangely. -When there are three arguments, they are printed verbatim. -Any other number of arguments is replaced by the current date, -but without any arguments the string -.Dq Epoch -is printed. -.It -.Ic \&Lk -only accepts a single link-name argument; the remainder is misformatted. -.It .Ic \&Pa does not format its arguments when used in the FILES section under certain list types. @@ -3102,9 +3092,6 @@ certain list types. .Ic \&Ta can only be called by other macros, but not at the beginning of a line. .It -.Ic \&%C -is not implemented (up to and including groff-1.22.2). -.It .Sq \ef .Pq font face and |