From: Matt Turner Date: Tue, 19 Jul 2011 17:08:32 +0000 (-0400) Subject: Fix man page to put mips64 and mips64el in the same section X-Git-Tag: CATALYST-2.0.7~17 X-Git-Url: http://git.tremily.us/?a=commitdiff_plain;h=d6d5eeaf3bea907a92fb528ffb958d060ab1a98d;p=catalyst.git Fix man page to put mips64 and mips64el in the same section Signed-off-by: Matt Turner --- diff --git a/doc/make_subarch_table_guidexml.py b/doc/make_subarch_table_guidexml.py index 22e6c6dd..8754c8ab 100755 --- a/doc/make_subarch_table_guidexml.py +++ b/doc/make_subarch_table_guidexml.py @@ -16,6 +16,7 @@ _pattern_arch_genericliases = { 'armeb':'arm', 'sheb':'sh', 'mipsel':'mips', + 'mips64el':'mips64', }