logo

live-bootstrap

Mirror of <https://github.com/fosslinux/live-bootstrap>
commit: c1ed20adc884b75742fc300e93a2adcbe628b6d1
parent ef5ee50dd300d062340b4c8db8b1a0caeb1f035a
Author: Andrius Štikonas <andrius@stikonas.eu>
Date:   Sat, 21 Jan 2023 01:31:09 +0000

Remove an extra newline.

Diffstat:

Mparts.rst3+--
1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/parts.rst b/parts.rst @@ -91,8 +91,7 @@ cc_x86 The ``cc_x86`` implements a subset of the C language designed in ``M0`` assembly. It is a somewhat limited subset of C but complete enough to make it easy to write a more usable C compiler written in the C subset that ``cc_x86`` supports. -At this stage we start using `M2libc <https://github.com/oriansj/M2libc/>`_ as our C library. In fact, ``M2libc`` ships two versions of C library. There is a single-file library that contains just enough to build ``M2-Planet`` and there is -a full version that is rather well-featured. +At this stage we start using `M2libc <https://github.com/oriansj/M2libc/>`_ as our C library. In fact, ``M2libc`` ships two versions of C library. There is a single-file library that contains just enough to build ``M2-Planet`` and there is a full version that is rather well-featured. M2-Planet =========