From: schwarze Date: Sun, 27 Apr 2014 22:41:39 +0000 (+0000) Subject: For LUNA88K, make sure the architecture name shown to the user X-Git-Url: http://artulab.com/gitweb/?a=commitdiff_plain;h=bb04a0c02b277f099ab68b0d42f1e143a909714b;p=openbsd For LUNA88K, make sure the architecture name shown to the user matches the architecture name required for man -S and apropos -S. Adjust the case of LUNA68K to match the case of LUNA88K. ok aoyama@ --- diff --git a/usr.bin/mandoc/arch.in b/usr.bin/mandoc/arch.in index 3b05321f283..e6bb4a5693b 100644 --- a/usr.bin/mandoc/arch.in +++ b/usr.bin/mandoc/arch.in @@ -1,4 +1,4 @@ -/* $Id: arch.in,v 1.10 2014/04/22 22:58:02 aoyama Exp $ */ +/* $Id: arch.in,v 1.11 2014/04/27 22:41:39 schwarze Exp $ */ /* * Copyright (c) 2009 Kristaps Dzonsons * @@ -65,8 +65,8 @@ LINE("ibmnws", "IBMNWS") LINE("iyonix", "Iyonix") LINE("landisk", "LANDISK") LINE("loongson", "Loongson") -LINE("luna68k", "Luna68k") -LINE("luna88k", "LUNA-88K") +LINE("luna68k", "LUNA68K") +LINE("luna88k", "LUNA88K") LINE("m68k", "m68k") LINE("mac68k", "Mac68k") LINE("macppc", "MacPPC")