diff options
-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\.]+) .*$/" ); |