diff options
author | Bruce Dubbs <bdubbs@linuxfromscratch.org> | 2022-09-13 12:49:26 -0500 |
---|---|---|
committer | Bruce Dubbs <bdubbs@linuxfromscratch.org> | 2022-09-13 12:49:26 -0500 |
commit | 95789f1ae44b1a2b033ea02ff8f463d1c406f0d9 (patch) | |
tree | 48ad5cf8b8d68bb80bd477640fb11218b6fc5b6d | |
parent | 395eb462ba1fc1835ec9b6018f4427f41d78fa00 (diff) |
Minor wording change.
-rw-r--r-- | chapter08/bash.xml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/chapter08/bash.xml b/chapter08/bash.xml index 1dd020f28..a994999ec 100644 --- a/chapter08/bash.xml +++ b/chapter08/bash.xml @@ -88,7 +88,7 @@ exit $value EOF</userinput></screen> <para>Several tests invoke the obsolete <command>egrep</command> - command and trigger a warning about the obsoletion. These warnings + command and trigger a warning. These warnings should be ignored.</para> <para>Install the package:</para> |