diff options
author | 2011-09-16 19:36:07 +0000 | |
---|---|---|
committer | 2011-09-16 19:36:07 +0000 | |
commit | 1a20b2fb0e4edd38ef796512337c01e484beb3ea (patch) | |
tree | 17c6cd514e0fd5412b8f5151c43dd64d1011d991 /share/man/man7 | |
parent | Rather than reloading kernel routes immediately when an RTM_DESYNC is seen, (diff) | |
download | wireguard-openbsd-1a20b2fb0e4edd38ef796512337c01e484beb3ea.tar.xz wireguard-openbsd-1a20b2fb0e4edd38ef796512337c01e484beb3ea.zip |
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/man/man7')
-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 |