summaryrefslogtreecommitdiffstats
path: root/documentation/adt-manual/adt-package.rst
diff options
context:
space:
mode:
Diffstat (limited to 'documentation/adt-manual/adt-package.rst')
-rw-r--r--documentation/adt-manual/adt-package.rst6
1 files changed, 3 insertions, 3 deletions
diff --git a/documentation/adt-manual/adt-package.rst b/documentation/adt-manual/adt-package.rst
index dfa62163b3..787d406e65 100644
--- a/documentation/adt-manual/adt-package.rst
+++ b/documentation/adt-manual/adt-package.rst
@@ -20,19 +20,19 @@ using three different Package Management Systems (PMS):
20- *OPKG:* A less well known PMS whose use originated in the 20- *OPKG:* A less well known PMS whose use originated in the
21 OpenEmbedded and OpenWrt embedded Linux projects. This PMS works with 21 OpenEmbedded and OpenWrt embedded Linux projects. This PMS works with
22 files packaged in an ``.ipk`` format. See 22 files packaged in an ``.ipk`` format. See
23 ` <http://en.wikipedia.org/wiki/Opkg>`__ for more information about 23 http://en.wikipedia.org/wiki/Opkg for more information about
24 OPKG. 24 OPKG.
25 25
26- *RPM:* A more widely known PMS intended for GNU/Linux distributions. 26- *RPM:* A more widely known PMS intended for GNU/Linux distributions.
27 This PMS works with files packaged in an ``.rpm`` format. The build 27 This PMS works with files packaged in an ``.rpm`` format. The build
28 system currently installs through this PMS by default. See 28 system currently installs through this PMS by default. See
29 ` <http://en.wikipedia.org/wiki/RPM_Package_Manager>`__ for more 29 http://en.wikipedia.org/wiki/RPM_Package_Manager for more
30 information about RPM. 30 information about RPM.
31 31
32- *Debian:* The PMS for Debian-based systems is built on many PMS 32- *Debian:* The PMS for Debian-based systems is built on many PMS
33 tools. The lower-level PMS tool ``dpkg`` forms the base of the Debian 33 tools. The lower-level PMS tool ``dpkg`` forms the base of the Debian
34 PMS. For information on dpkg see 34 PMS. For information on dpkg see
35 ` <http://en.wikipedia.org/wiki/Dpkg>`__. 35 http://en.wikipedia.org/wiki/Dpkg.
36 36
37Configuring the PMS 37Configuring the PMS
38=================== 38===================