diff options
author | 2011-07-24 02:52:56 +0000 | |
---|---|---|
committer | 2011-07-24 02:52:56 +0000 | |
commit | 25e8de1b68b229f37e02c2746c7cd85d2ace8092 (patch) | |
tree | 8e4a4403f1a9b131e92849e8f580f99e713b8229 | |
parent | Handle 'show' specially to prepare for regress tests on pfrke_route (diff) | |
download | wireguard-openbsd-25e8de1b68b229f37e02c2746c7cd85d2ace8092.tar.xz wireguard-openbsd-25e8de1b68b229f37e02c2746c7cd85d2ace8092.zip |
AT&T recently released a new version of UNIX (System III).
This will soon be needed for the HISTORY of string(3).
-rw-r--r-- | share/man/man7/mdoc.7 | 7 | ||||
-rw-r--r-- | usr.bin/mandoc/att.in | 3 |
2 files changed, 7 insertions, 3 deletions
diff --git a/share/man/man7/mdoc.7 b/share/man/man7/mdoc.7 index f3aa846475c..0da6ec20dca 100644 --- a/share/man/man7/mdoc.7 +++ b/share/man/man7/mdoc.7 @@ -1,4 +1,4 @@ -.\" $OpenBSD: mdoc.7,v 1.73 2011/07/15 20:34:34 schwarze Exp $ +.\" $OpenBSD: mdoc.7,v 1.74 2011/07/24 02:52:56 schwarze 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: July 15 2011 $ +.Dd $Mdocdate: July 24 2011 $ .Dt MDOC 7 .Os .Sh NAME @@ -1039,6 +1039,8 @@ Accepts one optional argument: .It Cm v[1-7] | 32v A version of .At . +.It Cm III +.At III . .It Cm V[.[1-4]]? A version of .At V . @@ -1048,6 +1050,7 @@ Note that these arguments do not begin with a hyphen. .Pp Examples: .Dl \&.At +.Dl \&.At III .Dl \&.At V.1 .Pp See also diff --git a/usr.bin/mandoc/att.in b/usr.bin/mandoc/att.in index 7c5fce5e300..fb0bb43fa41 100644 --- a/usr.bin/mandoc/att.in +++ b/usr.bin/mandoc/att.in @@ -1,4 +1,4 @@ -/* $Id: att.in,v 1.4 2011/04/24 17:41:59 schwarze Exp $ */ +/* $Id: att.in,v 1.5 2011/07/24 02:52:56 schwarze Exp $ */ /* * Copyright (c) 2009 Kristaps Dzonsons <kristaps@bsd.lv> * @@ -32,6 +32,7 @@ LINE("v5", "Version\\~5 AT&T UNIX") LINE("v6", "Version\\~6 AT&T UNIX") LINE("v7", "Version\\~7 AT&T UNIX") LINE("32v", "Version\\~32V AT&T UNIX") +LINE("III", "AT&T System\\~III UNIX") LINE("V", "AT&T System\\~V UNIX") LINE("V.1", "AT&T System\\~V Release\\~1 UNIX") LINE("V.2", "AT&T System\\~V Release\\~2 UNIX") |