X-Git-Url: https://git.cameronkatri.com/mandoc.git/blobdiff_plain/6e133feff5b8dab64f8a349610b937c9502008a4..4482840eccb9facf57a7a0f8e7d4f447563804dd:/arch.in diff --git a/arch.in b/arch.in index a4983f52..d170b2fd 100644 --- a/arch.in +++ b/arch.in @@ -1,6 +1,6 @@ -/* $Id: arch.in,v 1.5 2009/06/10 20:18:43 kristaps Exp $ */ +/* $Id: arch.in,v 1.9 2010/07/19 15:43:10 kristaps Exp $ */ /* - * Copyright (c) 2009 Kristaps Dzonsons + * Copyright (c) 2009 Kristaps Dzonsons * * Permission to use, copy, modify, and distribute this software for any * purpose with or without fee is hereby granted, provided that the above @@ -22,6 +22,8 @@ * formatted output. * * Be sure to escape strings. + * + * REMEMBER TO ADD NEW ARCHITECTURES TO MDOC.7! */ LINE("alpha", "Alpha") @@ -36,6 +38,7 @@ LINE("hppa", "HPPA") LINE("hppa64", "HPPA64") LINE("i386", "i386") LINE("landisk", "LANDISK") +LINE("loongson", "Loongson") LINE("luna88k", "Luna88k") LINE("mac68k", "Mac68k") LINE("macppc", "MacPPC")