commit: b301a7030fd5247b3621139f556709ae405e1dbc
parent 6ea1ff2e54056c24267808e8d10d0fc43b929d05
Author: Andrius Štikonas <andrius@stikonas.eu>
Date: Sun, 18 Apr 2021 11:34:33 +0100
Move comment about old GNU software after untar.
Diffstat:
1 file changed, 6 insertions(+), 6 deletions(-)
diff --git a/parts.rst b/parts.rst
@@ -85,19 +85,19 @@ recompiled 5(!) times to add new features that are required for other
features, namely ``long long`` and ``float``. Each time, the libc is
also recompiled.
-Note that now we begin to delve into the realm of old GNU software,
-using older versions compilable by tinycc. Prior to this point, all tools
-have been adapted significantly for the bootstrap; now, we will be using
-old tooling instead.
-
untar
=====
``tar`` is the most common archive format used by software source
code, often compressed also. To avoid continuing using submodules we
-switch to software distribution using tar tarchives. ``untar.c`` is
+switch to software distribution using tar archives. ``untar.c`` is
a single file implementation of tar format and is part of libarchive 3.4.
+Note that now we begin to delve into the realm of old GNU software,
+using older versions compilable by tinycc. Prior to this point, all tools
+have been adapted significantly for the bootstrap; now, we will be using
+old tooling instead.
+
gzip 1.2.4
==========