X-Git-Url: https://git.cameronkatri.com/mandoc.git/blobdiff_plain/972a8d7ae7f6cd2ac8f3987e69555ad859c46dac..c6cc6d2cdc21391e0fed1b0e6fd715071bee1879:/arch.in?ds=inline diff --git a/arch.in b/arch.in index d73e2461..41543a9a 100644 --- a/arch.in +++ b/arch.in @@ -1,4 +1,4 @@ -/* $Id: arch.in,v 1.8 2010/06/19 20:46:27 kristaps Exp $ */ +/* $Id: arch.in,v 1.10 2010/09/27 06:56:44 kristaps Exp $ */ /* * Copyright (c) 2009 Kristaps Dzonsons * @@ -22,6 +22,8 @@ * formatted output. * * Be sure to escape strings. + * + * REMEMBER TO ADD NEW ARCHITECTURES TO MDOC.7! */ LINE("alpha", "Alpha") @@ -40,6 +42,7 @@ LINE("loongson", "Loongson") LINE("luna88k", "Luna88k") LINE("mac68k", "Mac68k") LINE("macppc", "MacPPC") +LINE("mips64", "MIPS64") LINE("mvme68k", "MVME68k") LINE("mvme88k", "MVME88k") LINE("mvmeppc", "MVMEPPC")