aboutsummaryrefslogtreecommitdiff
path: root/doc
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 14:19:08 -0400
commitd6d5eeaf3bea907a92fb528ffb958d060ab1a98d (patch)
treed00a02d00f81049d9cbc5d1f4897dc26b9618612 /doc
parentmips.py: remove unnecessary generic_multilib class (diff)
downloadcatalyst-d6d5eeaf3bea907a92fb528ffb958d060ab1a98d.tar.gz
catalyst-d6d5eeaf3bea907a92fb528ffb958d060ab1a98d.tar.bz2
catalyst-d6d5eeaf3bea907a92fb528ffb958d060ab1a98d.zip
Fix man page to put mips64 and mips64el in the same section
Signed-off-by: Matt Turner <mattst88@gmail.com>
Diffstat (limited to 'doc')
-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 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',
}