summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorA. Wilcox <AWilcox@Wilcox-Tech.com>2018-12-10 16:23:05 -0600
committerA. Wilcox <AWilcox@Wilcox-Tech.com>2018-12-10 16:23:05 -0600
commitd1b8256f25ffc620406c23ab75bf2b54e09d606e (patch)
tree17f5b416f89ed2da9cda3c3f1b8f7cfd2dda2675
parent943017f816fccb47e9d3ce0ec9a4fc99d2110e30 (diff)
downloaddocs-d1b8256f25ffc620406c23ab75bf2b54e09d606e.tar.gz
docs-d1b8256f25ffc620406c23ab75bf2b54e09d606e.tar.bz2
docs-d1b8256f25ffc620406c23ab75bf2b54e09d606e.tar.xz
docs-d1b8256f25ffc620406c23ab75bf2b54e09d606e.zip
Admin: ch01: wording 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 d1c17d6..4cccdb5 100644
--- a/src/admin/1_intro.xml
+++ b/src/admin/1_intro.xml
@@ -317,7 +317,7 @@
</section>
<section>
<title>Package choice</title>
- <para>Another valuable feature of Adélie Linux for administrators is the ability to choose what package serves your environment best. You are not forced into a single init system, shell, MTA, logging daemon, or other such systems. Your system is yours, and you have the freedom to choose. For instance, the APK package manager will automatically prompt you to choose an MTA from the provided MTA packages when you install a package that requires one.</para>
+ <para>Another valuable feature of Adélie Linux for administrators is the ability to choose what package serves your environment best. You are not forced to use a specific init system, shell, MTA, logging daemon, or other such systems. Your system is yours, and you have the freedom to choose. For instance, the APK package manager will automatically prompt you to choose an MTA from the provided MTA packages when you install a package that requires one.</para>
</section>
<section>
<title>Stable versioning and release schedule</title>
@@ -334,7 +334,7 @@
<section>
<title>The shell environment</title>
<para>The <firstterm>shell environment</firstterm>, also called a terminal or console, is an interface where you type commands in to a command processor (the <firstterm>shell</firstterm>), and view the results of the command on your screen. Windows users may know this environment as a "Command Prompt". The shell environment is an essential part of administrating any Linux system. Adélie Linux is designed to make the shell environment easy to use while still providing you the ability to view and edit nearly every detail about your system.</para>
- <para>By default, Adélie Linux uses the Z shell (zsh) as the default shell. This shell has many unique and powerful features, but by default, it works very similar to the widely-used Bash shell. When you start your shell, you will be greeted with a prompt similar to:</para>
+ <para>By default, Adélie Linux uses the Z shell (zsh) as shell. This shell has many unique and powerful features, but by default, it works very similar to the widely-used Bash shell. When you start your shell, you will be greeted with a prompt similar to:</para>
<para><prompt><replaceable>yourname</replaceable> on <replaceable>computer-name</replaceable> ~ %</prompt></para>
<para>The prompt contains your username, the name of the computer you are currently logged in to, and your current directory. The "~" represents your home directory, where your personal files and settings are stored. This "~" will change as you move around the directories on your computer's hard disk. For example, if you type <command>cd Documents</command> to change to the Documents directory in your home directory, your prompt will then show:</para>
<para><prompt><replaceable>yourname</replaceable> on <replaceable>computer-name</replaceable> ~/Documents %</prompt></para>