diff options
author | Scott Rifenbark <scott.m.rifenbark@intel.com> | 2012-04-25 14:30:17 -0600 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2012-05-01 20:50:47 +0100 |
commit | 8273cc0d09932570a01e8f855f7a103b39d3b9a9 (patch) | |
tree | 399f56323365e591af7f9f8e889c108f4488f51c /documentation | |
parent | 6830a21b4d12484e126ffd98b64f5d1cdaf3a1d6 (diff) | |
download | poky-8273cc0d09932570a01e8f855f7a103b39d3b9a9.tar.gz |
documentation/dev-manual/dev-manual-common-tasks.xml: Font corrected.
(From yocto-docs rev: 18f790affe7697193765e034888d369490188313)
Signed-off-by: Scott Rifenbark <scott.m.rifenbark@intel.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'documentation')
-rw-r--r-- | documentation/dev-manual/dev-manual-common-tasks.xml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/documentation/dev-manual/dev-manual-common-tasks.xml b/documentation/dev-manual/dev-manual-common-tasks.xml index 41bf2fa479..a3e0725808 100644 --- a/documentation/dev-manual/dev-manual-common-tasks.xml +++ b/documentation/dev-manual/dev-manual-common-tasks.xml | |||
@@ -955,7 +955,7 @@ | |||
955 | <filename>postinst</filename> script. | 955 | <filename>postinst</filename> script. |
956 | Normally | 956 | Normally |
957 | <filename><ulink url='&YOCTO_DOCS_REF_URL;#var-PN'>PN</ulink></filename> | 957 | <filename><ulink url='&YOCTO_DOCS_REF_URL;#var-PN'>PN</ulink></filename> |
958 | can be used, which automatically expands to PACKAGENAME. | 958 | can be used, which automatically expands to <filename>PACKAGENAME</filename>. |
959 | A post-installation function has the following structure: | 959 | A post-installation function has the following structure: |
960 | <literallayout class='monospaced'> | 960 | <literallayout class='monospaced'> |
961 | pkg_postinst_PACKAGENAME () { | 961 | pkg_postinst_PACKAGENAME () { |