summaryrefslogtreecommitdiff
path: root/src/admin/3_packages.xml
diff options
context:
space:
mode:
authorA. Wilcox <AWilcox@Wilcox-Tech.com>2018-12-03 15:10:05 -0600
committerA. Wilcox <AWilcox@Wilcox-Tech.com>2018-12-04 10:29:04 -0600
commit047709a641670432974cfe3b8b9110f8c520c299 (patch)
treeee68651ef8114103bc2f28f6fbafcd3abd291706 /src/admin/3_packages.xml
parent9232e34cb98912eb233c545e2d22f3f9a916520f (diff)
downloaddocs-047709a641670432974cfe3b8b9110f8c520c299.tar.gz
docs-047709a641670432974cfe3b8b9110f8c520c299.tar.bz2
docs-047709a641670432974cfe3b8b9110f8c520c299.tar.xz
docs-047709a641670432974cfe3b8b9110f8c520c299.zip
Admin: copyedit from @twilcox
Diffstat (limited to 'src/admin/3_packages.xml')
-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 3cdd3e2..7ffe23f 100644
--- a/src/admin/3_packages.xml
+++ b/src/admin/3_packages.xml
@@ -13,7 +13,7 @@
</section>
<section>
<title>An introduction to APK</title>
- <para>Adélie Linux uses the <firstterm>APK</firstterm> 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>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>
</section>
</section>