summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorA. Wilcox <AWilcox@Wilcox-Tech.com>2018-12-05 09:59:31 -0600
committerA. Wilcox <AWilcox@Wilcox-Tech.com>2018-12-05 09:59:31 -0600
commitfe508664b15973295d7766a0b0c623a6d8fe5e27 (patch)
tree0fccc6740c7a4fe93b771d95707d911971002735
parent81b1156de04500f029f26fe3c2d556cbf8df9b1d (diff)
downloaddocs-fe508664b15973295d7766a0b0c623a6d8fe5e27.tar.gz
docs-fe508664b15973295d7766a0b0c623a6d8fe5e27.tar.bz2
docs-fe508664b15973295d7766a0b0c623a6d8fe5e27.tar.xz
docs-fe508664b15973295d7766a0b0c623a6d8fe5e27.zip
Admin: ch03: clarify what a world is
-rw-r--r--src/admin/3_packages.xml2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/admin/3_packages.xml b/src/admin/3_packages.xml
index 7ffe23f..7d7176f 100644
--- a/src/admin/3_packages.xml
+++ b/src/admin/3_packages.xml
@@ -14,7 +14,7 @@
<section>
<title>An introduction to APK</title>
<para>Adélie Linux uses the APK package manager. The APK package manager is very fast, and performs well even on computers with limited resources. APK allows you to add and remove packages, ensure the integrity of installed packages, and perform system updates.</para>
- <para>APK refers the entire set of installed packages on your computer as a "<firstterm>world</firstterm>". When you install a package, you are adding it to the "world". When you uninstall a package, you are removing it from the "world". The world file exists at <filename>/etc/apk/world</filename> and is a text file with each package you have installed on a single line.</para>
+ <para>APK refers the entire set of packages you have chosen to install on your computer as a "<firstterm>world</firstterm>". When you install a package, you are adding it to the "world". When you uninstall a package, you are removing it from the "world". The world file exists at <filename>/etc/apk/world</filename> and is a text file with each package you have chosen to install on a single line.</para>
</section>
</section>
<section>