diff options
author | Jason McIntyre <jmc@cvs.openbsd.org> | 2011-09-16 19:36:08 +0000 |
---|---|---|
committer | Jason McIntyre <jmc@cvs.openbsd.org> | 2011-09-16 19:36:08 +0000 |
commit | c35ad5bcf00557d34b608acc4528380ca1a97bde (patch) | |
tree | 854816f6423b0c66bf416d11a3219faa8af331f1 /share | |
parent | 577dc55bdf02a64a975a3e7a71b935f10ce33582 (diff) |
after some thought, i think it unlikely that we will need to specify
a revision number for ISO 8601; in addition, the revision number makes
the text unwieldy when discussing the standard in a casual manner.
therefore change the macro from -8601-4 to simply -8601, which will output
"ISO 8601". i'll get kristaps or ingo to make the change upstream to mandoc.
discussed with/ok millert
Diffstat (limited to 'share')
-rw-r--r-- | share/man/man7/mdoc.7 | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/share/man/man7/mdoc.7 b/share/man/man7/mdoc.7 index 3fc4e13341c..0ed54cd08e4 100644 --- a/share/man/man7/mdoc.7 +++ b/share/man/man7/mdoc.7 @@ -1,4 +1,4 @@ -.\" $OpenBSD: mdoc.7,v 1.82 2011/09/09 15:29:21 jmc Exp $ +.\" $OpenBSD: mdoc.7,v 1.83 2011/09/16 19:36:07 jmc Exp $ .\" .\" Copyright (c) 2009, 2010, 2011 Kristaps Dzonsons <kristaps@bsd.lv> .\" Copyright (c) 2010 Ingo Schwarze <schwarze@openbsd.org> @@ -15,7 +15,7 @@ .\" ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF .\" OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. .\" -.Dd $Mdocdate: September 9 2011 $ +.Dd $Mdocdate: September 16 2011 $ .Dt MDOC 7 .Os .Sh NAME @@ -2830,8 +2830,8 @@ The following standards are recognised: .St -ieee754 .It \-iso8802-3 .St -iso8802-3 -.It \-iso8601-4 -.St -iso8601-4 +.It \-iso8601 +.St -iso8601 .It \-ieee1275-94 .St -ieee1275-94 .It \-xpg3 |