summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authormsiism <msi@malbolge.net>2018-12-15 01:07:02 +0100
committermsiism <msi@malbolge.net>2018-12-15 01:07:02 +0100
commit07e8f3eff2ff32457076ad3969f5b7c6852345c5 (patch)
tree196d03274e929660b3aba9945ee23fdf2690fd4d
parent304c8ff0bc1eb43934ad794dbde589e11a2f3902 (diff)
downloaddocs-07e8f3eff2ff32457076ad3969f5b7c6852345c5.tar.gz
docs-07e8f3eff2ff32457076ad3969f5b7c6852345c5.tar.bz2
docs-07e8f3eff2ff32457076ad3969f5b7c6852345c5.tar.xz
docs-07e8f3eff2ff32457076ad3969f5b7c6852345c5.zip
Two small language fixes
-rw-r--r--src/admin/1_intro.xml4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/admin/1_intro.xml b/src/admin/1_intro.xml
index 0322c32..b20f648 100644
--- a/src/admin/1_intro.xml
+++ b/src/admin/1_intro.xml
@@ -30,7 +30,7 @@
<entry>&check; / &check;</entry>
<entry>&cross;</entry>
<entry>&check; / &check;</entry>
- <entry>Dev<footnote label="*" id="port_in_dev"><para>This port is in active development. It is not currently available yet.</para></footnote></entry>
+ <entry>Dev<footnote label="*" id="port_in_dev"><para>This port is in active development. It is not available yet.</para></footnote></entry>
<entry>Dev<footnoteref linkend="port_in_dev"/></entry>
<entry>&check; / &check;</entry>
<entry>&cross;</entry>
@@ -313,7 +313,7 @@
<title>Libre software only</title>
<para>The first, and most important, is dedication to only providing libre software. What is "libre software"? Simply put, libre software is software that gives power to you as a user, instead of giving power to the developer or a corporation. Many proprietary software packages have long contracts (sometimes termed "license agreements" or "EULAs") that restrict what you can do with them. Libre software allows you the right to use it in any manner you wish, and the right to be able to change it yourself if you find an issue with it. For many, this may not seem important, since most people are not computer programmers and cannot actually change software themselves. On the contrary, it is very important. This allows those who are computer programmers, security researchers, and other interested parties to review the source code for errors. If an error, defect, or security issue is found during a review, it can be rectified nearly instantly.</para>
<para>This gives you an additional benefit: If the original developer of a proprietary software package no longer wishes to maintain it, they can discontinue it and take away your right to use it, even if you paid for it. This is not possible with libre software. The software that you use is yours to use for your entire lifetime.</para>
- <para>Many other environments, including most other Linux distributions, eventually give in to the pressure to ship non-libre software. The Adélie Linux software packaging guidelines specifically prohibits non-libre software from being included in Adélie Linux.</para>
+ <para>Many other environments, including most other Linux distributions, eventually give in to the pressure to ship non-libre software. The Adélie Linux software packaging guidelines specifically prohibit non-libre software from being included in Adélie Linux.</para>
</section>
<section>
<title>Package choice</title>