diff options
author | Jason McIntyre <jmc@cvs.openbsd.org> | 2013-03-26 19:16:20 +0000 |
---|---|---|
committer | Jason McIntyre <jmc@cvs.openbsd.org> | 2013-03-26 19:16:20 +0000 |
commit | 2574d2f81ae284f547049ed75b41e42fc950f696 (patch) | |
tree | 45fe977f4e12baace8e9fcf3e6db03302858f108 /usr.bin/mandoc | |
parent | 913a3e3b0242cdfbdfe600f0c8a4da0b623a62d5 (diff) |
bits for octeon (will format as OCTEON in Dt);
Diffstat (limited to 'usr.bin/mandoc')
-rw-r--r-- | usr.bin/mandoc/arch.in | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/usr.bin/mandoc/arch.in b/usr.bin/mandoc/arch.in index f0431a1990e..cb8ecb93aa3 100644 --- a/usr.bin/mandoc/arch.in +++ b/usr.bin/mandoc/arch.in @@ -1,4 +1,4 @@ -/* $Id: arch.in,v 1.7 2012/02/26 20:42:29 schwarze Exp $ */ +/* $Id: arch.in,v 1.8 2013/03/26 19:16:19 jmc Exp $ */ /* * Copyright (c) 2009 Kristaps Dzonsons <kristaps@bsd.lv> * @@ -81,6 +81,7 @@ LINE("netwinder", "NetWinder") LINE("news68k", "NeWS68k") LINE("newsmips", "NeWSMIPS") LINE("next68k", "NeXT68k") +LINE("octeon", "OCTEON") LINE("ofppc", "OFPPC") LINE("palm", "Palm") LINE("pc532", "PC532") |