From 2eaf7e6e7524ec2a1eeca35b41f123fdee7e120b Mon Sep 17 00:00:00 2001 From: Scott Rifenbark Date: Thu, 16 Oct 2014 16:31:19 -0700 Subject: ref-manual: Scrubbed for variable (user) input. Throughout the manual I had been using angled bracket sets to denote user-supplied input. This is confusing and better shown by using the tags. I scrubbed all the chapters and replaced as needed. Some other minor formatting changes were caught and fixed during the scrub as well. (From yocto-docs rev: 9a668574dd18828a750cfa2e8c28e1f089a19609) Signed-off-by: Scott Rifenbark Signed-off-by: Richard Purdie --- documentation/ref-manual/ref-structure.xml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'documentation/ref-manual/ref-structure.xml') diff --git a/documentation/ref-manual/ref-structure.xml b/documentation/ref-manual/ref-structure.xml index eb1be38701..14419d3a84 100644 --- a/documentation/ref-manual/ref-structure.xml +++ b/documentation/ref-manual/ref-structure.xml @@ -315,7 +315,7 @@ commands. Following is the script syntax: - $ source oe-init-build-env-memres <port_number> <build_dir> + $ source oe-init-build-env-memres port_number build_dir The script uses other scripts within the scripts directory to do the bulk of the work. @@ -499,7 +499,7 @@ the variable in the top-level build environment setup script as follows: - TEMPLATECONF=<your_layer>/conf + TEMPLATECONF=your_layer/conf Once the build process gets the sample file, it uses sed to substitute final @@ -554,7 +554,7 @@ you can base your build from any layer by setting the variable in the top-level build environment setup script as follows: - TEMPLATECONF=<your_layer>/conf + TEMPLATECONF=your_layer/conf Once the build process gets the sample file, it uses sed to substitute final -- cgit v1.2.3-54-g00ecf