aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMatt Turner <mattst88@gmail.com>2011-07-19 13:08:32 -0400
committerMatt Turner <mattst88@gmail.com>2011-07-19 13:08:32 -0400
commit9eb3f25aa9f1e05d9cd36532e4fe07b22bd1f63c (patch)
tree715786329a8e4e9c916805c03c5a30e1d5cd6858
parentmips.py: remove unnecessary generic_multilib class (diff)
downloadcatalyst-9eb3f25aa9f1e05d9cd36532e4fe07b22bd1f63c.tar.gz
catalyst-9eb3f25aa9f1e05d9cd36532e4fe07b22bd1f63c.tar.bz2
catalyst-9eb3f25aa9f1e05d9cd36532e4fe07b22bd1f63c.zip
Fix man page to put mips64 and mips64el in the same section
Signed-off-by: Matt Turner <mattst88@gmail.com>
-rwxr-xr-xdoc/make_subarch_table_guidexml.py1
1 files changed, 1 insertions, 0 deletions
diff --git a/doc/make_subarch_table_guidexml.py b/doc/make_subarch_table_guidexml.py
index 94c4af0d..8652599d 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',
}