]> git.cameronkatri.com Git - mandoc.git/commitdiff
OMRON used uppercase for the model names of their Motorola 88100 LUNA
authorIngo Schwarze <schwarze@openbsd.org>
Sun, 27 Apr 2014 22:42:15 +0000 (22:42 +0000)
committerIngo Schwarze <schwarze@openbsd.org>
Sun, 27 Apr 2014 22:42:15 +0000 (22:42 +0000)
workstations, so show the kernel architecture names in uppercase
to the user, too.
Based on a patch from Kenji Aoyama@, thanks!

arch.in

diff --git a/arch.in b/arch.in
index d0c445f308b21c571f659e977fba9c9cf107338d..a22ffd58ba7bd6c7019bb454d1e9bda06a842c28 100644 (file)
--- a/arch.in
+++ b/arch.in
@@ -1,4 +1,4 @@
-/*     $Id: arch.in,v 1.14 2013/09/16 22:12:57 schwarze Exp $ */
+/*     $Id: arch.in,v 1.15 2014/04/27 22:42:15 schwarze Exp $ */
 /*
  * Copyright (c) 2009 Kristaps Dzonsons <kristaps@bsd.lv>
  *
 /*
  * Copyright (c) 2009 Kristaps Dzonsons <kristaps@bsd.lv>
  *
@@ -65,8 +65,8 @@ LINE("ibmnws",                "IBMNWS")
 LINE("iyonix",         "Iyonix")
 LINE("landisk",                "LANDISK")
 LINE("loongson",       "Loongson")
 LINE("iyonix",         "Iyonix")
 LINE("landisk",                "LANDISK")
 LINE("loongson",       "Loongson")
-LINE("luna68k",                "Luna68k")
-LINE("luna88k",                "Luna88k")
+LINE("luna68k",                "LUNA68K")
+LINE("luna88k",                "LUNA88K")
 LINE("m68k",           "m68k")
 LINE("mac68k",         "Mac68k")
 LINE("macppc",         "MacPPC")
 LINE("m68k",           "m68k")
 LINE("mac68k",         "Mac68k")
 LINE("macppc",         "MacPPC")