diff options
author | Bruce Dubbs <bdubbs@linuxfromscratch.org> | 2021-02-03 04:43:41 +0000 |
---|---|---|
committer | Bruce Dubbs <bdubbs@linuxfromscratch.org> | 2021-02-03 04:43:41 +0000 |
commit | 468045948c1ae1d7405e48a4aee6914714a974ef (patch) | |
tree | 1d29fdf900f00595ff3a09314a900faa6190a613 | |
parent | f36db31a45b96d9c4bcff4f34124cb04a78c6279 (diff) |
Wording and format changes
git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@12117 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
-rw-r--r-- | chapter06/file.xml | 12 |
1 files changed, 7 insertions, 5 deletions
diff --git a/chapter06/file.xml b/chapter06/file.xml index f46f3295d..c9fbe0e6f 100644 --- a/chapter06/file.xml +++ b/chapter06/file.xml @@ -43,14 +43,16 @@ <sect2 role="installation"> <title>Installation of File</title> - <para>The build host <quote>file</quote> command iwith the same version as - the one we are building is needed for building the signature file. Run the - following commands to build it:</para> + <para> + The <command>file</command> command on the build host needs + to be same version as the one we are building in order to + create the signature file. Run the following commands to build it: + </para> <screen><userinput remap="pre">mkdir build pushd build -../configure -make + ../configure + make popd</userinput></screen> <para>Prepare File for compilation:</para> |