summaryrefslogtreecommitdiff
path: root/doc/cheatsheet.xml
diff options
context:
space:
mode:
Diffstat (limited to 'doc/cheatsheet.xml')
-rw-r--r--doc/cheatsheet.xml18
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>