diff options
| author | Scott Rifenbark <scott.m.rifenbark@intel.com> | 2013-11-07 14:23:56 -0800 |
|---|---|---|
| committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2013-12-03 12:53:06 +0000 |
| commit | dd6b2ef9e7a460da329b81ff46f18f2fb657e6bc (patch) | |
| tree | 0d74b91cb2406017aadcb5ea7d49edf464026551 /documentation/ref-manual/ref-features.xml | |
| parent | 30d7f5263aabffcd068ba3ff3932cba3a2ebef87 (diff) | |
| download | poky-dd6b2ef9e7a460da329b81ff46f18f2fb657e6bc.tar.gz | |
documentation: Scrubbed use of directory names
There was inconsistent use of the way directory names were
handled throughout the YP documentation. I have scrubbed the
set and replaced many instances such as the following:
meta/<something> replaces /meta/<something>
poky replaces ~/poky (except in some very specific examples)
I basically got rid of leading slash characters.
Reported-by: Robert P. J. Day <rpjday@crashcourse.ca>
(From yocto-docs rev: ae2e451ed8f61484d04b30017021912c4493a441)
Signed-off-by: Scott Rifenbark <scott.m.rifenbark@intel.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'documentation/ref-manual/ref-features.xml')
| -rw-r--r-- | documentation/ref-manual/ref-features.xml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/documentation/ref-manual/ref-features.xml b/documentation/ref-manual/ref-features.xml index 3f216e3a64..dedcf67e33 100644 --- a/documentation/ref-manual/ref-features.xml +++ b/documentation/ref-manual/ref-features.xml | |||
| @@ -38,7 +38,7 @@ | |||
| 38 | Here is an example that discovers the recipes whose build is potentially | 38 | Here is an example that discovers the recipes whose build is potentially |
| 39 | changed based on a given feature: | 39 | changed based on a given feature: |
| 40 | <literallayout class='monospaced'> | 40 | <literallayout class='monospaced'> |
| 41 | $ cd $HOME/poky | 41 | $ cd poky |
| 42 | $ git grep 'contains.*MACHINE_FEATURES.*<feature>' | 42 | $ git grep 'contains.*MACHINE_FEATURES.*<feature>' |
| 43 | </literallayout> | 43 | </literallayout> |
| 44 | </para> | 44 | </para> |
