summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorScott Rifenbark <srifenbark@gmail.com>2017-05-01 17:28:44 -0700
committerRichard Purdie <richard.purdie@linuxfoundation.org>2017-05-10 12:13:32 +0100
commitbcf22c0bb6098d7ecfad26cf5fecb7d1c6f98aaf (patch)
treed3d3fab567cb4fc4d338f2a9ea1619225651c076
parentbc1c16f6160f5804af616a47ae3ad318cb114777 (diff)
downloadpoky-bcf22c0bb6098d7ecfad26cf5fecb7d1c6f98aaf.tar.gz
dev-manual: Changed "Dnf" to "DNF" for consistency
(From yocto-docs rev: 22ca6c591fd28995a5444635dc787c67f8af822a) Signed-off-by: Scott Rifenbark <srifenbark@gmail.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
-rw-r--r--documentation/dev-manual/dev-manual-common-tasks.xml4
-rw-r--r--documentation/ref-manual/ref-classes.xml2
2 files changed, 3 insertions, 3 deletions
diff --git a/documentation/dev-manual/dev-manual-common-tasks.xml b/documentation/dev-manual/dev-manual-common-tasks.xml
index ef1c166265..df69cd5fc3 100644
--- a/documentation/dev-manual/dev-manual-common-tasks.xml
+++ b/documentation/dev-manual/dev-manual-common-tasks.xml
@@ -8748,7 +8748,7 @@
8748 the specified repository. 8748 the specified repository.
8749 <note> 8749 <note>
8750 See the 8750 See the
8751 <ulink url='http://dnf.readthedocs.io/en/latest/'>Dnf documentation</ulink> 8751 <ulink url='http://dnf.readthedocs.io/en/latest/'>DNF documentation</ulink>
8752 for additional information. 8752 for additional information.
8753 </note> 8753 </note>
8754 </para> 8754 </para>
@@ -9805,7 +9805,7 @@
9805 Some of the tests (in particular dnf tests) start 9805 Some of the tests (in particular dnf tests) start
9806 an HTTP server on a random high number port, 9806 an HTTP server on a random high number port,
9807 which is used to serve files to the target. 9807 which is used to serve files to the target.
9808 The Dnf module serves 9808 The DNF module serves
9809 <filename>${WORKDIR}/oe-rootfs-repo</filename> 9809 <filename>${WORKDIR}/oe-rootfs-repo</filename>
9810 so it can run dnf channel commands. 9810 so it can run dnf channel commands.
9811 That means your host's firewall 9811 That means your host's firewall
diff --git a/documentation/ref-manual/ref-classes.xml b/documentation/ref-manual/ref-classes.xml
index 5769e7a051..fc0314b957 100644
--- a/documentation/ref-manual/ref-classes.xml
+++ b/documentation/ref-manual/ref-classes.xml
@@ -2386,7 +2386,7 @@ This check was removed for YP 2.3 release
2386 2386
2387 <para> 2387 <para>
2388 If you take the optional step to set up a repository (package feed) 2388 If you take the optional step to set up a repository (package feed)
2389 on the development host that can be used by Dnf, you can 2389 on the development host that can be used by DNF, you can
2390 install packages from the feed while you are running the image 2390 install packages from the feed while you are running the image
2391 on the target (i.e. runtime installation of packages). 2391 on the target (i.e. runtime installation of packages).
2392 For more information, see the 2392 For more information, see the