xref: /titanic_44/usr/src/cmd/mandoc/arch.in (revision 698f87a48e2e945bfe5493ce168e0d0ae1cedd5c)
1*698f87a4SGarrett D'Amore/*	$Id: arch.in,v 1.14 2013/09/16 22:12:57 schwarze Exp $ */
295c635efSGarrett D'Amore/*
395c635efSGarrett D'Amore * Copyright (c) 2009 Kristaps Dzonsons <kristaps@bsd.lv>
495c635efSGarrett D'Amore *
595c635efSGarrett D'Amore * Permission to use, copy, modify, and distribute this software for any
695c635efSGarrett D'Amore * purpose with or without fee is hereby granted, provided that the above
795c635efSGarrett D'Amore * copyright notice and this permission notice appear in all copies.
895c635efSGarrett D'Amore *
995c635efSGarrett D'Amore * THE SOFTWARE IS PROVIDED "AS IS" AND THE AUTHOR DISCLAIMS ALL WARRANTIES
1095c635efSGarrett D'Amore * WITH REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES OF
1195c635efSGarrett D'Amore * MERCHANTABILITY AND FITNESS. IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR
1295c635efSGarrett D'Amore * ANY SPECIAL, DIRECT, INDIRECT, OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES
1395c635efSGarrett D'Amore * WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, WHETHER IN AN
1495c635efSGarrett D'Amore * ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF
1595c635efSGarrett D'Amore * OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
1695c635efSGarrett D'Amore */
1795c635efSGarrett D'Amore
1895c635efSGarrett D'Amore/*
1995c635efSGarrett D'Amore * This file defines the architecture token of the .Dt prologue macro.
2095c635efSGarrett D'Amore * All architectures that your system supports (or the manuals of your
2195c635efSGarrett D'Amore * system) should be included here.  The right-hand-side is the
2295c635efSGarrett D'Amore * formatted output.
2395c635efSGarrett D'Amore *
2495c635efSGarrett D'Amore * Be sure to escape strings.
2595c635efSGarrett D'Amore *
2695c635efSGarrett D'Amore * REMEMBER TO ADD NEW ARCHITECTURES TO MDOC.7!
2795c635efSGarrett D'Amore */
2895c635efSGarrett D'Amore
2995c635efSGarrett D'AmoreLINE("acorn26",		"Acorn26")
3095c635efSGarrett D'AmoreLINE("acorn32",		"Acorn32")
3195c635efSGarrett D'AmoreLINE("algor",		"Algor")
3295c635efSGarrett D'AmoreLINE("alpha",		"Alpha")
3395c635efSGarrett D'AmoreLINE("amd64",		"AMD64")
3495c635efSGarrett D'AmoreLINE("amiga",		"Amiga")
3595c635efSGarrett D'AmoreLINE("amigappc",	"AmigaPPC")
3695c635efSGarrett D'AmoreLINE("arc",		"ARC")
3795c635efSGarrett D'AmoreLINE("arm",		"ARM")
3895c635efSGarrett D'AmoreLINE("arm26",		"ARM26")
3995c635efSGarrett D'AmoreLINE("arm32",		"ARM32")
4095c635efSGarrett D'AmoreLINE("armish",		"ARMISH")
41*698f87a4SGarrett D'AmoreLINE("armv7",		"ARMv7")
4295c635efSGarrett D'AmoreLINE("aviion",		"AViiON")
4395c635efSGarrett D'AmoreLINE("atari",		"ATARI")
4495c635efSGarrett D'AmoreLINE("bebox",		"BeBox")
4595c635efSGarrett D'AmoreLINE("cats",		"cats")
4695c635efSGarrett D'AmoreLINE("cesfic",		"CESFIC")
4795c635efSGarrett D'AmoreLINE("cobalt",		"Cobalt")
4895c635efSGarrett D'AmoreLINE("dreamcast",	"Dreamcast")
4995c635efSGarrett D'AmoreLINE("emips",		"EMIPS")
5095c635efSGarrett D'AmoreLINE("evbarm",		"evbARM")
5195c635efSGarrett D'AmoreLINE("evbmips",		"evbMIPS")
5295c635efSGarrett D'AmoreLINE("evbppc",		"evbPPC")
5395c635efSGarrett D'AmoreLINE("evbsh3",		"evbSH3")
5495c635efSGarrett D'AmoreLINE("ews4800mips",	"EWS4800MIPS")
5595c635efSGarrett D'AmoreLINE("hp300",		"HP300")
5695c635efSGarrett D'AmoreLINE("hp700",		"HP700")
5795c635efSGarrett D'AmoreLINE("hpcarm",		"HPCARM")
5895c635efSGarrett D'AmoreLINE("hpcmips",		"HPCMIPS")
5995c635efSGarrett D'AmoreLINE("hpcsh",		"HPCSH")
6095c635efSGarrett D'AmoreLINE("hppa",		"HPPA")
6195c635efSGarrett D'AmoreLINE("hppa64",		"HPPA64")
6295c635efSGarrett D'AmoreLINE("ia64",		"ia64")
6395c635efSGarrett D'AmoreLINE("i386",		"i386")
6495c635efSGarrett D'AmoreLINE("ibmnws",		"IBMNWS")
6595c635efSGarrett D'AmoreLINE("iyonix",		"Iyonix")
6695c635efSGarrett D'AmoreLINE("landisk",		"LANDISK")
6795c635efSGarrett D'AmoreLINE("loongson",	"Loongson")
6895c635efSGarrett D'AmoreLINE("luna68k",		"Luna68k")
6995c635efSGarrett D'AmoreLINE("luna88k",		"Luna88k")
7095c635efSGarrett D'AmoreLINE("m68k",		"m68k")
7195c635efSGarrett D'AmoreLINE("mac68k",		"Mac68k")
7295c635efSGarrett D'AmoreLINE("macppc",		"MacPPC")
7395c635efSGarrett D'AmoreLINE("mips",		"MIPS")
7495c635efSGarrett D'AmoreLINE("mips64",		"MIPS64")
7595c635efSGarrett D'AmoreLINE("mipsco",		"MIPSCo")
7695c635efSGarrett D'AmoreLINE("mmeye",		"mmEye")
7795c635efSGarrett D'AmoreLINE("mvme68k",		"MVME68k")
7895c635efSGarrett D'AmoreLINE("mvme88k",		"MVME88k")
7995c635efSGarrett D'AmoreLINE("mvmeppc",		"MVMEPPC")
8095c635efSGarrett D'AmoreLINE("netwinder",	"NetWinder")
8195c635efSGarrett D'AmoreLINE("news68k",		"NeWS68k")
8295c635efSGarrett D'AmoreLINE("newsmips",	"NeWSMIPS")
8395c635efSGarrett D'AmoreLINE("next68k",		"NeXT68k")
84*698f87a4SGarrett D'AmoreLINE("octeon",		"OCTEON")
8595c635efSGarrett D'AmoreLINE("ofppc",		"OFPPC")
8695c635efSGarrett D'AmoreLINE("palm",		"Palm")
8795c635efSGarrett D'AmoreLINE("pc532",		"PC532")
8895c635efSGarrett D'AmoreLINE("playstation2",	"PlayStation2")
8995c635efSGarrett D'AmoreLINE("pmax",		"PMAX")
9095c635efSGarrett D'AmoreLINE("pmppc",		"pmPPC")
9195c635efSGarrett D'AmoreLINE("powerpc",		"PowerPC")
9295c635efSGarrett D'AmoreLINE("prep",		"PReP")
9395c635efSGarrett D'AmoreLINE("rs6000",		"RS6000")
9495c635efSGarrett D'AmoreLINE("sandpoint",	"Sandpoint")
9595c635efSGarrett D'AmoreLINE("sbmips",		"SBMIPS")
9695c635efSGarrett D'AmoreLINE("sgi",		"SGI")
9795c635efSGarrett D'AmoreLINE("sgimips",		"SGIMIPS")
9895c635efSGarrett D'AmoreLINE("sh3",		"SH3")
9995c635efSGarrett D'AmoreLINE("shark",		"Shark")
10095c635efSGarrett D'AmoreLINE("socppc",		"SOCPPC")
10195c635efSGarrett D'AmoreLINE("solbourne",	"Solbourne")
10295c635efSGarrett D'AmoreLINE("sparc",		"SPARC")
10395c635efSGarrett D'AmoreLINE("sparc64",		"SPARC64")
10495c635efSGarrett D'AmoreLINE("sun2",		"Sun2")
10595c635efSGarrett D'AmoreLINE("sun3",		"Sun3")
10695c635efSGarrett D'AmoreLINE("tahoe",		"Tahoe")
10795c635efSGarrett D'AmoreLINE("vax",		"VAX")
10895c635efSGarrett D'AmoreLINE("x68k",		"X68k")
10995c635efSGarrett D'AmoreLINE("x86",		"x86")
11095c635efSGarrett D'AmoreLINE("x86_64",		"x86_64")
11195c635efSGarrett D'AmoreLINE("xen",		"Xen")
11295c635efSGarrett D'AmoreLINE("zaurus",		"Zaurus")
113