aboutsummaryrefslogtreecommitdiffstats
path: root/usermanual/reference/image_types.xml
diff options
context:
space:
mode:
authorJamie Lenehan <lenehan@twibble.org>2006-08-18 02:38:39 +0000
committerJamie Lenehan <lenehan@twibble.org>2006-08-18 02:38:39 +0000
commitb0d6327b6f9ed0995f597ff9450f24552e40d3b4 (patch)
treec7cff92576ead7cbdd02cad680909d016fe9b876 /usermanual/reference/image_types.xml
parent5963286d2e2cea3345ce3b3ec4f1def31c871247 (diff)
downloadopenembedded-b0d6327b6f9ed0995f597ff9450f24552e40d3b4.tar.gz
usermanual: Minor grammer fixes. Update the autotools site example to match
a recent change to the code. Change the reference to to image_ipkg class in image_types into an actual xref.
Diffstat (limited to 'usermanual/reference/image_types.xml')
-rw-r--r--usermanual/reference/image_types.xml10
1 files changed, 5 insertions, 5 deletions
diff --git a/usermanual/reference/image_types.xml b/usermanual/reference/image_types.xml
index 3ccfe9c4e0..4756c248d9 100644
--- a/usermanual/reference/image_types.xml
+++ b/usermanual/reference/image_types.xml
@@ -7,11 +7,11 @@
several variables which can be used to control the type of output images and
the settings for those images such as endianess or compression ratios. This
section details the available images and the variable that effect them. See
- the <emphasis>image_ipk</emphasis> class description in the reference
- section for details on how image generation is configured.</para>
+ the <xref linkend="image_ipkg_class" /> section for details on how image
+ generation is configured.</para>
<para>The final root file system will consist of all of the files located in
- <command>${IMAGE_ROOTFS}</command> which is usually
+ <command>${IMAGE_ROOTFS}</command>, which is usually
<command>tmp/rootfs</command> in your build area. One important difference
between the image and the root file system directory is that any files which
can only be created by privileged users, such as device nodes, will not
@@ -50,8 +50,8 @@
<listitem>
<para>Used to pass additional command line arguments to the
<command>IMAGE_CMD</command> without needing to redefine the entire
- image command. Often used to pass options such as endianess and
- compression rations. You need to look at the
+ image command. This is often used to pass options such as endianess
+ and compression rations. You need to look at the
<command>IMAGE_CMD</command> to determine which command these
options are being passed to.</para>
</listitem>