summaryrefslogtreecommitdiffstats
path: root/documentation
diff options
context:
space:
mode:
authorScott Rifenbark <scott.m.rifenbark@intel.com>2012-04-25 14:30:17 -0600
committerRichard Purdie <richard.purdie@linuxfoundation.org>2012-05-01 21:00:29 +0100
commitbbf33914ea7f3078c93749cdbdec5be56c29099e (patch)
treeaa3d76961dbaa43ed97a72382627c230969f4f4e /documentation
parente1e12bfd0c3be72cd64264291fa3d90c6de5fe64 (diff)
downloadpoky-bbf33914ea7f3078c93749cdbdec5be56c29099e.tar.gz
documentation/dev-manual/dev-manual-common-tasks.xml: Font corrected.
(From yocto-docs rev: 0fab3eecf7f67ae890ff4fc2f6c12fed4aa4d897) 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.xml2
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 () {