diff options
author | Bruce Dubbs <bdubbs@linuxfromscratch.org> | 2018-06-23 14:43:24 +0000 |
---|---|---|
committer | Bruce Dubbs <bdubbs@linuxfromscratch.org> | 2018-06-23 14:43:24 +0000 |
commit | fc93e5c77c5074a9cb64da9fd926c87d3dada178 (patch) | |
tree | f1054bc64b7f67674e04ad19346834e4e37b3d5c | |
parent | 1067bacad271a3b995ab47f8b340e13b20b48a34 (diff) |
Fix test time for tar
git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@11425 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
-rw-r--r-- | chapter06/tar.xml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/chapter06/tar.xml b/chapter06/tar.xml index 10d76dee4..1200a3949 100644 --- a/chapter06/tar.xml +++ b/chapter06/tar.xml @@ -68,7 +68,7 @@ <screen><userinput remap="make">make</userinput></screen> - <para>To test the results (about 1 SBU), issue:</para> + <para>To test the results (about 3 SBU), issue:</para> <screen><userinput remap="test">make check</userinput></screen> |