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
↓ 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")
↓ 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")
↓ open down ↓ 18 lines elided ↑ open up ↑
XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX