From 320a2206e0b1a745f0c9d3557c59e49779a96a7e Mon Sep 17 00:00:00 2001 From: Scott Rifenbark Date: Mon, 27 Apr 2015 08:15:56 -0700 Subject: dev-manual; ref-manual: Fixed ‐ issue Fixes [YOCTO #7386] Apparently the "‐" ENTITY used throughout the YP manual set to get literal "-" characters in example commands renders into a unicode that is not a dash. This results in users getting errors if they attempt to cut-and-paste a sample command that uses a "-" character from the manual into a shell. I have universally replaced all the "‐" strings in the YP manual set to "-" strings. (From yocto-docs rev: 1309e124d83fdf3c98be5c3ff1943f1c0d496c20) Signed-off-by: Scott Rifenbark Signed-off-by: Richard Purdie --- documentation/ref-manual/ref-classes.xml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'documentation/ref-manual') diff --git a/documentation/ref-manual/ref-classes.xml b/documentation/ref-manual/ref-classes.xml index 3889473b6e..880badda73 100644 --- a/documentation/ref-manual/ref-classes.xml +++ b/documentation/ref-manual/ref-classes.xml @@ -116,19 +116,19 @@ It's useful to have some idea of how the tasks defined by this class work and what they do behind the scenes. - do_configure ‐ + do_configure - Regenerates the configure script (using autoreconf) and then launches it with a standard set of arguments used during cross-compilation. You can pass additional parameters to configure through the EXTRA_OECONF variable. - do_compile ‐ Runs make with + do_compile - Runs make with arguments that specify the compiler and linker. You can pass additional arguments through the EXTRA_OEMAKE variable. - do_install ‐ Runs make install + do_install - Runs make install and passes in ${D} as DESTDIR. -- cgit v1.2.3-54-g00ecf