diff options
author | 2014-04-27 22:41:39 +0000 | |
---|---|---|
committer | 2014-04-27 22:41:39 +0000 | |
commit | bb04a0c02b277f099ab68b0d42f1e143a909714b (patch) | |
tree | 5d5dfb680db11b5414512b181faece246e076ece | |
parent | Regress for access() (diff) | |
download | wireguard-openbsd-bb04a0c02b277f099ab68b0d42f1e143a909714b.tar.xz wireguard-openbsd-bb04a0c02b277f099ab68b0d42f1e143a909714b.zip |
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@
-rw-r--r-- | usr.bin/mandoc/arch.in | 6 |
1 files changed, 3 insertions, 3 deletions
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 <kristaps@bsd.lv> * @@ -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") |