commit: 670a2f0619f0d6f562df673661cb6dbdc9f9c132
parent f54ac02dd0a795735e14e78b5e4bb934f7ce6e17
Author: Andrius Štikonas <andrius@stikonas.eu>
Date: Thu, 21 Jan 2021 21:30:31 +0000
Update README.
Diffstat:
1 file changed, 3 insertions(+), 3 deletions(-)
diff --git a/README.md b/README.md
@@ -237,14 +237,14 @@ preferred where we can use it, and makes source code sizes smaller.
#### Part 15: coreutils 5.0.0
-Coreutils is a collection on widely used utilities such as cat, chmod, chown,
-cp, install, ln, mkdir, mv, rm, rmdir, tee, and many others.
+GNU Coreutils is a collection of widely used utilities such as `cat`, `chmod`, `chown`,
+`cp`, `install`, `ln`, `mkdir`, `mv`, `rm`, `rmdir`, `tee`, and many others.
A few of the utilities cannot be easily compiled with Mes C library, so we skip them.
#### Part 16: grep 2.4
-grep is a pattern matching utility. Is is not immediately needed but will
+GNU `grep` is a pattern matching utility. Is is not immediately needed but will
be useful later for autotools.
#### Part 17: bash 2.05b