diff options
author | Bruce Dubbs <bdubbs@linuxfromscratch.org> | 2021-02-11 18:19:06 +0000 |
---|---|---|
committer | Bruce Dubbs <bdubbs@linuxfromscratch.org> | 2021-02-11 18:19:06 +0000 |
commit | 4f8ae861583a6047f37de0746a4ca330c7126bab (patch) | |
tree | d55cc3f07fb53ea7d17d33bec94ac603d12d2c78 | |
parent | 0cbc052aff35e4e7c14691e5426ca1ef353aaff0 (diff) |
Fix procps-ng currency
Minor grammar fix
git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@12132 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
-rw-r--r-- | chapter08/systemd.xml | 2 | ||||
-rw-r--r-- | lfs-latest.php | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/chapter08/systemd.xml b/chapter08/systemd.xml index 899ee3f14..4fe8e9a22 100644 --- a/chapter08/systemd.xml +++ b/chapter08/systemd.xml @@ -212,7 +212,7 @@ meson --prefix=/usr \ <screen><userinput remap="install">rm -f /usr/bin/xsltproc</userinput></screen> - <para>Remove an useless directory:</para> + <para>Remove a useless directory:</para> <screen><userinput remap="install">rm -rf /usr/lib/pam.d</userinput></screen> diff --git a/lfs-latest.php b/lfs-latest.php index 937fb25d3..641aca2fe 100644 --- a/lfs-latest.php +++ b/lfs-latest.php @@ -280,7 +280,7 @@ if ( $package == "zstd" ) $dirpath = "https://github.com/facebook/zstd/rel } if ( $package == "procps-ng" ) - return find_max( $lines, "/v\d/", "/^.*v([\d\.]+) .*$/" ); + return find_max( $lines, "/v\d/", "/^.*v([\d\.]+)$/" ); if ( $package == "psmisc" ) return find_max( $lines, "/v\d/", "/^.*v([\d\.]+) .*$/" ); |