summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorScott Rifenbark <scott.m.rifenbark@intel.com>2014-03-19 06:37:54 -0600
committerRichard Purdie <richard.purdie@linuxfoundation.org>2014-03-25 12:29:43 +0000
commit80e7223d8963ac27cedb3dcf4f61ef215957e536 (patch)
tree5f62d912966b3cf09831c69381cc4eb96248572d
parente462a1f32ccd4b57330a2eb637f1ac5ce1b41225 (diff)
downloadpoky-80e7223d8963ac27cedb3dcf4f61ef215957e536.tar.gz
dev-manual: Fixed a reference to the systemd class.
I try not to use <class>.bbclass when referencing a class in text unless specifically noting the .class file itself. (From yocto-docs rev: 92c010a198b5c2e1da2ad979e6ca41cb7cd96e7e) Signed-off-by: Scott Rifenbark <scott.m.rifenbark@intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
-rw-r--r--documentation/dev-manual/dev-manual-common-tasks.xml4
1 files changed, 2 insertions, 2 deletions
diff --git a/documentation/dev-manual/dev-manual-common-tasks.xml b/documentation/dev-manual/dev-manual-common-tasks.xml
index dfab610cbf..d7bfdad4ab 100644
--- a/documentation/dev-manual/dev-manual-common-tasks.xml
+++ b/documentation/dev-manual/dev-manual-common-tasks.xml
@@ -2091,9 +2091,9 @@
2091 </para> 2091 </para>
2092 <para>To enable a service using Systemd, your recipe 2092 <para>To enable a service using Systemd, your recipe
2093 needs to inherit the 2093 needs to inherit the
2094 <ulink url='&YOCTO_DOCS_REF_URL;#ref-classes-systemd'><filename>systemd.bbclass</filename></ulink> 2094 <ulink url='&YOCTO_DOCS_REF_URL;#ref-classes-systemd'><filename>systemd</filename></ulink>
2095 class. 2095 class.
2096 See the <filename>systemd.bbclass</filename> file 2096 See the <filename>systemd.class</filename> file
2097 located in your 2097 located in your
2098 <link linkend='source-directory'>Source Directory</link>. 2098 <link linkend='source-directory'>Source Directory</link>.
2099 section for more information.</para></listitem> 2099 section for more information.</para></listitem>