diff options
author | Scott Rifenbark <scott.m.rifenbark@intel.com> | 2014-10-16 17:23:24 -0700 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2014-10-18 16:15:30 +0200 |
commit | a424bebb2e883995a951eb7107c67deeaf099950 (patch) | |
tree | 3279a89219cfff0b719c4e3c6afa5caf496f751e | |
parent | d6e89e7122c7d588cf3a505d4eb5f67fdb520a9d (diff) | |
download | poky-a424bebb2e883995a951eb7107c67deeaf099950.tar.gz |
profile-manual: Scrubbed and fixed user-input formatting.
There was a single occurrance of this that used angled brackets
to denote the target (e.g. <target>). I replaced the formatting
with the <replaceable></replaceable> tags for consistency.
(From yocto-docs rev: 4e013136c27d68f89854e78cbf354583d51aa2a8)
Signed-off-by: Scott Rifenbark <scott.m.rifenbark@intel.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
-rw-r--r-- | documentation/profile-manual/profile-manual-usage.xml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/documentation/profile-manual/profile-manual-usage.xml b/documentation/profile-manual/profile-manual-usage.xml index 5577b1b001..d39126edd6 100644 --- a/documentation/profile-manual/profile-manual-usage.xml +++ b/documentation/profile-manual/profile-manual-usage.xml | |||
@@ -2169,7 +2169,7 @@ | |||
2169 | 2169 | ||
2170 | ### Shell environment set up for builds. ### | 2170 | ### Shell environment set up for builds. ### |
2171 | 2171 | ||
2172 | You can now run 'bitbake <target>' | 2172 | You can now run 'bitbake <replaceable>target</replaceable>' |
2173 | 2173 | ||
2174 | Common targets are: | 2174 | Common targets are: |
2175 | core-image-minimal | 2175 | core-image-minimal |