diff options
author | Bruce Dubbs <bdubbs@linuxfromscratch.org> | 2021-07-18 17:14:51 -0500 |
---|---|---|
committer | Bruce Dubbs <bdubbs@linuxfromscratch.org> | 2021-07-18 17:14:51 -0500 |
commit | c5228730572c64370a649443a703882a4d20462a (patch) | |
tree | 4d29606ec611410a02ea9bd20e0b08d039a1579e /chapter08/bzip2.xml | |
parent | fbedef5b5a43ea815b07bcd721fd02d3137139d5 (diff) |
Grammar
Diffstat (limited to 'chapter08/bzip2.xml')
-rw-r--r-- | chapter08/bzip2.xml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/chapter08/bzip2.xml b/chapter08/bzip2.xml index 68f567fcd..e57fe61c4 100644 --- a/chapter08/bzip2.xml +++ b/chapter08/bzip2.xml @@ -97,7 +97,7 @@ for i in /usr/bin/{bzcat,bunzip2}; do ln -sfv bzip2 $i done</userinput></screen> - <para>Remove an useless static library:</para> + <para>Remove a useless static library:</para> <screen><userinput remap="install">rm -fv /usr/lib/libbz2.a</userinput></screen> |