diff options
author | Matthew Burgess <matthew@linuxfromscratch.org> | 2005-10-04 19:59:47 +0000 |
---|---|---|
committer | Matthew Burgess <matthew@linuxfromscratch.org> | 2005-10-04 19:59:47 +0000 |
commit | 795f15c4cfae7e89a922c855dac7614d74429c45 (patch) | |
tree | 068e230d8d4ca74bb72ef3e57de568f85390d965 /prologue/prerequisites.xml | |
parent | 27ced84613aec2e2718da571c4ce6f5d5aca3966 (diff) |
Minor wording improvement to the prerequisites information
git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@6960 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
Diffstat (limited to 'prologue/prerequisites.xml')
-rw-r--r-- | prologue/prerequisites.xml | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/prologue/prerequisites.xml b/prologue/prerequisites.xml index 12622e066..e7cf9d33c 100644 --- a/prologue/prerequisites.xml +++ b/prologue/prerequisites.xml @@ -10,10 +10,10 @@ <para>Building an LFS system is not a simple task. It requires a certain level of existing knowledge of Unix system administration in order to resolve problems, and correctly execute the commands listed. In particular, as an -absolute minimum, the reader should already have the ability to copy or move -files and directories, list directory and file contents, and change the current -directory. It is also expected that the reader has a reasonable knowledge of -using and installing Linux software.</para> +absolute minimum, the reader should already have the ability to use the command +line (shell) to copy or move files and directories, list directory and file +contents, and change the current directory. It is also expected that the reader +has a reasonable knowledge of using and installing Linux software.</para> <para>Because the LFS book assumes <emphasis>at least</emphasis> this basic level of skill, the various LFS support forums are unlikely to be able to |