summaryrefslogtreecommitdiffstatshomepage
diff options
context:
space:
mode:
authorKristaps Dzonsons <kristaps@bsd.lv>2010-03-21 18:16:41 +0000
committerKristaps Dzonsons <kristaps@bsd.lv>2010-03-21 18:16:41 +0000
commitb89219869bcc53798ee875bb243b8c4f60b23bda (patch)
tree0ea16f3341a8930d53d1159c03a925c15a6fe9e8
parent9e3818b80e6d3769983e2695003bac2ebd51ce43 (diff)
downloadmandoc-b89219869bcc53798ee875bb243b8c4f60b23bda.tar.gz
mandoc-b89219869bcc53798ee875bb243b8c4f60b23bda.tar.zst
mandoc-b89219869bcc53798ee875bb243b8c4f60b23bda.zip
Added Longsoon architecture (thanks Jason McIntyre, Ingo Schwarze).
-rw-r--r--arch.in3
-rw-r--r--mdoc.75
2 files changed, 5 insertions, 3 deletions
diff --git a/arch.in b/arch.in
index a4983f52..020d3c24 100644
--- a/arch.in
+++ b/arch.in
@@ -1,4 +1,4 @@
-/* $Id: arch.in,v 1.5 2009/06/10 20:18:43 kristaps Exp $ */
+/* $Id: arch.in,v 1.6 2010/03/21 18:16:41 kristaps Exp $ */
/*
* Copyright (c) 2009 Kristaps Dzonsons <kristaps@kth.se>
*
@@ -36,6 +36,7 @@ LINE("hppa", "HPPA")
LINE("hppa64", "HPPA64")
LINE("i386", "i386")
LINE("landisk", "LANDISK")
+LINE("longsoon", "Longsoon")
LINE("luna88k", "Luna88k")
LINE("mac68k", "Mac68k")
LINE("macppc", "MacPPC")
diff --git a/mdoc.7 b/mdoc.7
index ce0a001a..5ecfdd90 100644
--- a/mdoc.7
+++ b/mdoc.7
@@ -1,4 +1,4 @@
-.\" $Id: mdoc.7,v 1.84 2010/02/17 19:22:50 kristaps Exp $
+.\" $Id: mdoc.7,v 1.85 2010/03/21 18:16:41 kristaps Exp $
.\"
.\" Copyright (c) 2009 Kristaps Dzonsons <kristaps@kth.se>
.\"
@@ -14,7 +14,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: February 17 2010 $
+.Dd $Mdocdate: March 21 2010 $
.Dt MDOC 7
.Os
.
@@ -1553,6 +1553,7 @@ subsequent that. It, too, is optional. It must be one of
.Ar hppa64 ,
.Ar i386 ,
.Ar landisk ,
+.Ar longsoon ,
.Ar luna88k ,
.Ar mac68k ,
.Ar macppc ,