diff options
author | Bruce Dubbs <bdubbs@linuxfromscratch.org> | 2022-07-14 17:02:30 -0500 |
---|---|---|
committer | Bruce Dubbs <bdubbs@linuxfromscratch.org> | 2022-07-14 17:02:30 -0500 |
commit | 94bf45a457456df99e84a8f15444695da527ff6d (patch) | |
tree | e09baa386031e28472f136db4bd00116444d483d | |
parent | af3cf8ded1774b9cce4466ac67939411501d317f (diff) |
Spelling
-rw-r--r-- | chapter08/grep.xml | 2 | ||||
-rw-r--r-- | chapter08/python.xml | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/chapter08/grep.xml b/chapter08/grep.xml index 9861d239f..9069c3f3e 100644 --- a/chapter08/grep.xml +++ b/chapter08/grep.xml @@ -78,7 +78,7 @@ <term><command>egrep</command></term> <listitem> <para>Prints lines matching an extended regular expression. - It is obsoleted, use <command>grep -E</command> instead</para> + It is obsolete, use <command>grep -E</command> instead</para> <indexterm zone="ch-system-grep egrep"> <primary sortas="b-egrep">egrep</primary> </indexterm> diff --git a/chapter08/python.xml b/chapter08/python.xml index 2fb847042..bee232704 100644 --- a/chapter08/python.xml +++ b/chapter08/python.xml @@ -92,7 +92,7 @@ <screen><userinput remap="install">make install</userinput></screen> - <para>In serveral places we use the <command>pip3</command> command to + <para>In several places we use the <command>pip3</command> command to install Python 3 programs and modules for all users as <systemitem class='username'>root</systemitem>. This conflicts with the Python developers recommendation to install packages into a |