diff options
author | Samuel Thibault <sthibault@debian.org> | 2010-09-05 22:55:31 +0000 |
---|---|---|
committer | Samuel Thibault <sthibault@debian.org> | 2010-09-05 22:55:31 +0000 |
commit | 9f8e150bd9c07e678a8ddf3747ed4eb1b58c5a07 (patch) | |
tree | 96ea4136cd471d9765109e92c37103010eaee93f /doc | |
parent | 0f2c8bf46ce3eca8d8b1a6521487a7c9280cab77 (diff) | |
download | installation-guide-9f8e150bd9c07e678a8ddf3747ed4eb1b58c5a07.zip |
document more architecture attributes
Diffstat (limited to 'doc')
-rw-r--r-- | doc/cheatsheet.xml | 18 |
1 files changed, 15 insertions, 3 deletions
diff --git a/doc/cheatsheet.xml b/doc/cheatsheet.xml index 413a219e0..f029023e2 100644 --- a/doc/cheatsheet.xml +++ b/doc/cheatsheet.xml @@ -113,15 +113,27 @@ condition. For example, <code> <para arch="x86"> -A paragraph only interesting for i386 users +A paragraph only interesting for Linux i386 or amd64 users. +</para> + +<para arch="i386"> +A paragraph only interesting for Linux i386 users. +</para> + +<para arch="linux-any"> +A paragraph only interesting for Linux users. +</para> + +<para arch="any-amd64"> +A paragraph only interesting for amd64 users, whatever the kernel. </para> <sect3 condition="bootable-from-hard-disk"> A section pertaining only to computers which -can boot from their hard disk +can boot from their hard disk. </sect3> -<phrase arch="powerpc">PowerPC-only text within a para</phrase> +<phrase arch="powerpc">Linux PowerPC-only text within a para</phrase> </code> |