diff options
author | Bruce Dubbs <bdubbs@linuxfromscratch.org> | 2023-05-13 10:46:29 -0500 |
---|---|---|
committer | Bruce Dubbs <bdubbs@linuxfromscratch.org> | 2023-05-13 10:46:29 -0500 |
commit | cd8339aa0b995ff08744a572aa5aad79ef34b16e (patch) | |
tree | 59c3976bb40091fe7abfefa2cfec2e349d09ff44 | |
parent | 384d643f3bac1fc5b06352fdd259262601bb830d (diff) |
Minor grammar fix
-rw-r--r-- | chapter08/systemd.xml | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/chapter08/systemd.xml b/chapter08/systemd.xml index 545f47889..e99167d07 100644 --- a/chapter08/systemd.xml +++ b/chapter08/systemd.xml @@ -42,8 +42,8 @@ <para> Remove several inappropriate uses of the <literal>pure</literal> - attribute or they'd cause runtime issues when the package is built - with GCC 13 or later: + attribute that cause runtime issues when the package is built + with gcc-13 or later: </para> <screen><userinput remap='pre'>sed '/bus_message_type_from_string/s/_pure_//' \ |