diff options
author | Scott Rifenbark <srifenbark@gmail.com> | 2017-05-01 17:34:48 -0700 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2017-05-10 12:13:32 +0100 |
commit | cbea3d8b6b1964fc3e6b4f6d30123300863d7237 (patch) | |
tree | e6a9de3aa7b46ab0232185c40ad201de8e147083 /documentation | |
parent | bcf22c0bb6098d7ecfad26cf5fecb7d1c6f98aaf (diff) | |
download | poky-cbea3d8b6b1964fc3e6b4f6d30123300863d7237.tar.gz |
dev-manual: Updated a few occurrences of "dnf" to "DNF"
These depend on context. In general, "DNF" is the preferred
terminology unless directly referring to an application or such.
(From yocto-docs rev: 29012a8f8e21b964e1ea6d32841dffa8dae7df9f)
Signed-off-by: Scott Rifenbark <srifenbark@gmail.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 | 6 |
1 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 df69cd5fc3..15530b2fcd 100644 --- a/documentation/dev-manual/dev-manual-common-tasks.xml +++ b/documentation/dev-manual/dev-manual-common-tasks.xml | |||
@@ -9802,12 +9802,12 @@ | |||
9802 | <listitem><para><emphasis>Be sure your host's firewall | 9802 | <listitem><para><emphasis>Be sure your host's firewall |
9803 | accepts incoming connections from | 9803 | accepts incoming connections from |
9804 | 192.168.7.0/24:</emphasis> | 9804 | 192.168.7.0/24:</emphasis> |
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 |
9812 | must accept incoming connections from 192.168.7.0/24, | 9812 | must accept incoming connections from 192.168.7.0/24, |
9813 | which is the default IP range used for tap devices | 9813 | which is the default IP range used for tap devices |
@@ -10506,7 +10506,7 @@ | |||
10506 | </para></listitem> | 10506 | </para></listitem> |
10507 | <listitem><para><emphasis><filename>server_ip</filename>:</emphasis> | 10507 | <listitem><para><emphasis><filename>server_ip</filename>:</emphasis> |
10508 | The host's IP address, which is | 10508 | The host's IP address, which is |
10509 | usually used by the "dnf" test | 10509 | usually used by the DNF test |
10510 | suite. | 10510 | suite. |
10511 | </para></listitem> | 10511 | </para></listitem> |
10512 | <listitem><para><emphasis><filename>run(cmd, timeout=None)</filename>:</emphasis> | 10512 | <listitem><para><emphasis><filename>run(cmd, timeout=None)</filename>:</emphasis> |