diff options
author | 2013-03-26 19:16:19 +0000 | |
---|---|---|
committer | 2013-03-26 19:16:19 +0000 | |
commit | c5eae9e53ab538d6dcf5ae518a90e9acd343cfed (patch) | |
tree | 6571784bb76003bee4968ed60f0b990eed71eedd | |
parent | SH is a RelA architecture, not a Rel one. Fix _dl_bind() and lazy gotplt (diff) | |
download | wireguard-openbsd-c5eae9e53ab538d6dcf5ae518a90e9acd343cfed.tar.xz wireguard-openbsd-c5eae9e53ab538d6dcf5ae518a90e9acd343cfed.zip |
bits for octeon (will format as OCTEON in Dt);
-rw-r--r-- | share/man/man7/mdoc.7 | 3 | ||||
-rw-r--r-- | usr.bin/mandoc/arch.in | 3 |
2 files changed, 4 insertions, 2 deletions
diff --git a/share/man/man7/mdoc.7 b/share/man/man7/mdoc.7 index cb76384d788..bb7e7ee9b32 100644 --- a/share/man/man7/mdoc.7 +++ b/share/man/man7/mdoc.7 @@ -1,4 +1,4 @@ -.\" $OpenBSD: mdoc.7,v 1.95 2013/03/26 14:59:24 jmc Exp $ +.\" $OpenBSD: mdoc.7,v 1.96 2013/03/26 19:16:19 jmc Exp $ .\" .\" Copyright (c) 2009, 2010, 2011 Kristaps Dzonsons <kristaps@bsd.lv> .\" Copyright (c) 2010, 2011 Ingo Schwarze <schwarze@openbsd.org> @@ -1386,6 +1386,7 @@ the following are valid architectures: .Cm mips64 , .Cm mvme68k , .Cm mvme88k , +.Cm octeon , .Cm sgi , .Cm socppc , .Cm solbourne , 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") |