Browse Source

Fix procps-ng currency
Minor grammar fix



git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@12132 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689

Bruce Dubbs 3 years ago
parent
commit
4f8ae86158
2 changed files with 2 additions and 2 deletions
  1. 1 1
      chapter08/systemd.xml
  2. 1 1
      lfs-latest.php

+ 1 - 1
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>
 

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