]> Savannah Git Hosting - gnulib.git/commitdiff
autoupdate
authorKarl Berry <karl@freefriends.org>
Sat, 19 Apr 2025 14:49:06 +0000 (07:49 -0700)
committerKarl Berry <karl@freefriends.org>
Sat, 19 Apr 2025 14:49:06 +0000 (07:49 -0700)
doc/INSTALL
doc/INSTALL.ISO
doc/INSTALL.UTF-8
doc/install.texi

index 2e8702821cd401846875478ddc941e42df54f583..d43221a2ca12ce6f3d66936846b2068cafe1c57a 100644 (file)
@@ -110,12 +110,11 @@ Installation Prerequisites
    Installation requires a POSIX-like environment with a shell and at
 least the following standard utilities:
 
-     awk cat cp diff echo expr false
-     grep ls mkdir mv printf pwd
-     rm rmdir sed sort test tr
+     awk cat cp diff echo expr false ls mkdir mv printf pwd rm rmdir sed
+     sort test tr
 
 This package’s installation may need other standard utilities such as
-‘cmp’, ‘make’, ‘sleep’ and ‘touch’, along with compilers like ‘gcc’.
+‘grep’, ‘make’, ‘sleep’ and ‘touch’, along with compilers like ‘gcc’.
 
 Compilers and Options
 =====================
index 903536d3a647c0a967e97d85a20df3093179b503..17b54a4788a5eab145a3f8a45335a2fb263deb17 100644 (file)
@@ -110,12 +110,11 @@ Installation Prerequisites
    Installation requires a POSIX-like environment with a shell and at
 least the following standard utilities:
 
-     awk cat cp diff echo expr false
-     grep ls mkdir mv printf pwd
-     rm rmdir sed sort test tr
+     awk cat cp diff echo expr false ls mkdir mv printf pwd rm rmdir sed
+     sort test tr
 
 This package's installation may need other standard utilities such as
-'cmp', 'make', 'sleep' and 'touch', along with compilers like 'gcc'.
+'grep', 'make', 'sleep' and 'touch', along with compilers like 'gcc'.
 
 Compilers and Options
 =====================
index 2e8702821cd401846875478ddc941e42df54f583..d43221a2ca12ce6f3d66936846b2068cafe1c57a 100644 (file)
@@ -110,12 +110,11 @@ Installation Prerequisites
    Installation requires a POSIX-like environment with a shell and at
 least the following standard utilities:
 
-     awk cat cp diff echo expr false
-     grep ls mkdir mv printf pwd
-     rm rmdir sed sort test tr
+     awk cat cp diff echo expr false ls mkdir mv printf pwd rm rmdir sed
+     sort test tr
 
 This package’s installation may need other standard utilities such as
-‘cmp’, ‘make’, ‘sleep’ and ‘touch’, along with compilers like ‘gcc’.
+‘grep’, ‘make’, ‘sleep’ and ‘touch’, along with compilers like ‘gcc’.
 
 Compilers and Options
 =====================
index f9e5e7fa693c5a6a7cc71af8092c951901cde1ee..98eebe3d1e69d1a4ed7c7cb6f7715b4697a4f39a 100644 (file)
@@ -138,15 +138,15 @@ you can type @samp{make uninstall} to remove the installed files.
 Installation requires a POSIX-like environment
 with a shell and at least the following standard utilities:
 
-@example
-awk cat cp diff echo expr false
-grep ls mkdir mv printf pwd
-rm rmdir sed sort test tr
-@end example
+@quotation
+@t{awk cat cp diff echo expr false
+ls mkdir mv printf pwd
+rm rmdir sed sort test tr}
+@end quotation
 
 @noindent
 This package's installation may need other standard utilities such as
-@command{cmp}, @command{make}, @command{sleep} and @command{touch},
+@command{grep}, @command{make}, @command{sleep} and @command{touch},
 along with compilers like @command{gcc}.
 
 @node Compilers and Options