diff options
author | 2006-05-17 17:03:30 +0000 | |
---|---|---|
committer | 2006-05-17 17:03:30 +0000 | |
commit | 201ff23233ce8bab23fe8604b9459d69bd219b86 (patch) | |
tree | b313727d7724e4d6d76fac96eabb7b7960296031 /archs | |
parent | glep31check isn't even in the tree, so lets not mention it (diff) | |
download | devmanual-201ff23233ce8bab23fe8604b9459d69bd219b86.tar.gz devmanual-201ff23233ce8bab23fe8604b9459d69bd219b86.tar.bz2 devmanual-201ff23233ce8bab23fe8604b9459d69bd219b86.zip |
Highlighting fixes, author list added, fix codesample syntax in places.
git-svn-id: svn+ssh://svn.gentoo.org/var/svnroot/devmanual/trunk@44 176d3534-300d-0410-8db8-84e73ed771c3
Diffstat (limited to 'archs')
-rw-r--r-- | archs/amd64/text.xml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/archs/amd64/text.xml b/archs/amd64/text.xml index 5dbf7b8..e534e91 100644 --- a/archs/amd64/text.xml +++ b/archs/amd64/text.xml @@ -494,7 +494,7 @@ applications and libraries, we treat <c>/usr/include/asm</c> a bit special. This is what <c>/usr/include/asm/types.h</c> looks like on a AMD64 box: </p> -<codesample> +<codesample lang="c"> /* Common header file autogenerated by create_ml_includes in multilib.eclass */ #ifdef __i386__ #include <asm-i386/types.h> |