Print this page
Update to 1.12.3.
Split |
Close |
Expand all |
Collapse all |
--- old/usr/src/cmd/mandoc/arch.in
+++ new/usr/src/cmd/mandoc/arch.in
1 -/* $Id: arch.in,v 1.12 2012/01/28 14:02:17 joerg Exp $ */
1 +/* $Id: arch.in,v 1.14 2013/09/16 22:12:57 schwarze Exp $ */
2 2 /*
3 3 * Copyright (c) 2009 Kristaps Dzonsons <kristaps@bsd.lv>
4 4 *
5 5 * Permission to use, copy, modify, and distribute this software for any
6 6 * purpose with or without fee is hereby granted, provided that the above
7 7 * copyright notice and this permission notice appear in all copies.
8 8 *
9 9 * THE SOFTWARE IS PROVIDED "AS IS" AND THE AUTHOR DISCLAIMS ALL WARRANTIES
10 10 * WITH REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES OF
11 11 * MERCHANTABILITY AND FITNESS. IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR
12 12 * ANY SPECIAL, DIRECT, INDIRECT, OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES
13 13 * WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, WHETHER IN AN
14 14 * ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF
15 15 * OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
16 16 */
17 17
18 18 /*
19 19 * This file defines the architecture token of the .Dt prologue macro.
20 20 * All architectures that your system supports (or the manuals of your
21 21 * system) should be included here. The right-hand-side is the
22 22 * formatted output.
23 23 *
24 24 * Be sure to escape strings.
25 25 *
26 26 * REMEMBER TO ADD NEW ARCHITECTURES TO MDOC.7!
27 27 */
28 28
29 29 LINE("acorn26", "Acorn26")
30 30 LINE("acorn32", "Acorn32")
↓ open down ↓ |
19 lines elided |
↑ open up ↑ |
31 31 LINE("algor", "Algor")
32 32 LINE("alpha", "Alpha")
33 33 LINE("amd64", "AMD64")
34 34 LINE("amiga", "Amiga")
35 35 LINE("amigappc", "AmigaPPC")
36 36 LINE("arc", "ARC")
37 37 LINE("arm", "ARM")
38 38 LINE("arm26", "ARM26")
39 39 LINE("arm32", "ARM32")
40 40 LINE("armish", "ARMISH")
41 +LINE("armv7", "ARMv7")
41 42 LINE("aviion", "AViiON")
42 43 LINE("atari", "ATARI")
43 -LINE("beagle", "Beagle")
44 44 LINE("bebox", "BeBox")
45 45 LINE("cats", "cats")
46 46 LINE("cesfic", "CESFIC")
47 47 LINE("cobalt", "Cobalt")
48 48 LINE("dreamcast", "Dreamcast")
49 49 LINE("emips", "EMIPS")
50 50 LINE("evbarm", "evbARM")
51 51 LINE("evbmips", "evbMIPS")
52 52 LINE("evbppc", "evbPPC")
53 53 LINE("evbsh3", "evbSH3")
54 54 LINE("ews4800mips", "EWS4800MIPS")
55 55 LINE("hp300", "HP300")
56 56 LINE("hp700", "HP700")
57 57 LINE("hpcarm", "HPCARM")
58 58 LINE("hpcmips", "HPCMIPS")
59 59 LINE("hpcsh", "HPCSH")
60 60 LINE("hppa", "HPPA")
61 61 LINE("hppa64", "HPPA64")
62 62 LINE("ia64", "ia64")
63 63 LINE("i386", "i386")
64 64 LINE("ibmnws", "IBMNWS")
65 65 LINE("iyonix", "Iyonix")
66 66 LINE("landisk", "LANDISK")
67 67 LINE("loongson", "Loongson")
68 68 LINE("luna68k", "Luna68k")
69 69 LINE("luna88k", "Luna88k")
70 70 LINE("m68k", "m68k")
71 71 LINE("mac68k", "Mac68k")
72 72 LINE("macppc", "MacPPC")
73 73 LINE("mips", "MIPS")
↓ open down ↓ |
20 lines elided |
↑ open up ↑ |
74 74 LINE("mips64", "MIPS64")
75 75 LINE("mipsco", "MIPSCo")
76 76 LINE("mmeye", "mmEye")
77 77 LINE("mvme68k", "MVME68k")
78 78 LINE("mvme88k", "MVME88k")
79 79 LINE("mvmeppc", "MVMEPPC")
80 80 LINE("netwinder", "NetWinder")
81 81 LINE("news68k", "NeWS68k")
82 82 LINE("newsmips", "NeWSMIPS")
83 83 LINE("next68k", "NeXT68k")
84 +LINE("octeon", "OCTEON")
84 85 LINE("ofppc", "OFPPC")
85 86 LINE("palm", "Palm")
86 87 LINE("pc532", "PC532")
87 88 LINE("playstation2", "PlayStation2")
88 89 LINE("pmax", "PMAX")
89 90 LINE("pmppc", "pmPPC")
90 91 LINE("powerpc", "PowerPC")
91 92 LINE("prep", "PReP")
92 93 LINE("rs6000", "RS6000")
93 94 LINE("sandpoint", "Sandpoint")
94 95 LINE("sbmips", "SBMIPS")
95 96 LINE("sgi", "SGI")
96 97 LINE("sgimips", "SGIMIPS")
97 98 LINE("sh3", "SH3")
98 99 LINE("shark", "Shark")
99 100 LINE("socppc", "SOCPPC")
100 101 LINE("solbourne", "Solbourne")
101 102 LINE("sparc", "SPARC")
102 103 LINE("sparc64", "SPARC64")
103 104 LINE("sun2", "Sun2")
104 105 LINE("sun3", "Sun3")
105 106 LINE("tahoe", "Tahoe")
106 107 LINE("vax", "VAX")
107 108 LINE("x68k", "X68k")
108 109 LINE("x86", "x86")
109 110 LINE("x86_64", "x86_64")
110 111 LINE("xen", "Xen")
111 112 LINE("zaurus", "Zaurus")
↓ open down ↓ |
18 lines elided |
↑ open up ↑ |
XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX