[BACK]Return to arch.in CVS log [TXT][DIR] Up to [cvsweb.bsd.lv] / mandoc

Diff for /mandoc/Attic/arch.in between version 1.4 and 1.10

version 1.4, 2009/04/12 19:45:26 version 1.10, 2010/09/27 06:56:44
Line 1 
Line 1 
 /*      $Id$ */  /*      $Id$ */
 /*  /*
  * Copyright (c) 2009 Kristaps Dzonsons <kristaps@openbsd.org>   * Copyright (c) 2009 Kristaps Dzonsons <kristaps@bsd.lv>
  *   *
  * Permission to use, copy, modify, and distribute this software for any   * Permission to use, copy, modify, and distribute this software for any
  * purpose with or without fee is hereby granted, provided that the above   * purpose with or without fee is hereby granted, provided that the above
Line 22 
Line 22 
  * formatted output.   * formatted output.
  *   *
  * Be sure to escape strings.   * Be sure to escape strings.
    *
    * REMEMBER TO ADD NEW ARCHITECTURES TO MDOC.7!
  */   */
   
 LINE("alpha",           "Alpha")  LINE("alpha",           "Alpha")
Line 36  LINE("hppa",  "HPPA")
Line 38  LINE("hppa",  "HPPA")
 LINE("hppa64",          "HPPA64")  LINE("hppa64",          "HPPA64")
 LINE("i386",            "i386")  LINE("i386",            "i386")
 LINE("landisk",         "LANDISK")  LINE("landisk",         "LANDISK")
   LINE("loongson",        "Loongson")
 LINE("luna88k",         "Luna88k")  LINE("luna88k",         "Luna88k")
 LINE("mac68k",          "Mac68k")  LINE("mac68k",          "Mac68k")
 LINE("macppc",          "MacPPC")  LINE("macppc",          "MacPPC")
   LINE("mips64",          "MIPS64")
 LINE("mvme68k",         "MVME68k")  LINE("mvme68k",         "MVME68k")
 LINE("mvme88k",         "MVME88k")  LINE("mvme88k",         "MVME88k")
 LINE("mvmeppc",         "MVMEPPC")  LINE("mvmeppc",         "MVMEPPC")

Legend:
Removed from v.1.4  
changed lines
  Added in v.1.10

CVSweb