Reformat section "Is it GNU/Linux or Just Linux?" line length to conform to code style

This commit is contained in:
inference 2024-02-06 01:28:17 +00:00
parent e690a54498
commit eeed7d6e6d
Signed by: inference
SSH Key Fingerprint: SHA256:FtEVfx1CmTKMy40VwZvF4k+3TC+QhCWy+EmPRg50Nnc

View File

@ -1,7 +1,7 @@
<!DOCTYPE html>
<!-- Inferencium - Website - About -->
<!-- Version: 8.1.0-alpha.10 -->
<!-- Version: 8.1.0-alpha.11 -->
<!-- Copyright 2022 Jake Winters -->
<!-- SPDX-License-Identifier: BSD-3-Clause -->
@ -725,16 +725,19 @@
</section>
<section id="gnulinux_or_linux">
<h2><a href="#gnulinux_or_linux">Is it GNU/Linux or Just Linux?</a></h2>
<p>It's just Linux. GNU is unrelated to Linux, which is a kernel developed by
Linus Torvalds. Linux can be used entirely without GNU software in userspace,
and the kernel can be compiled without the use of GNU tools. Just because GNU
tools were used to initally develop and compile the kernel, and were initially
the only available tools for userspace, does not make this true today, and it
never made GNU a part of Linux itself at any point of time.</p>
<p>Where are all of the other forward-slashes for every other piece of software
on a Linux-based system which makes it just as usable? If a system is running
"GNU/Linux", it should be using more than a single forward-slash when there is
more to the system than only GNU.</p>
<p>It's just Linux. GNU is unrelated to Linux, which is a
kernel developed by Linus Torvalds. Linux can be used
entirely without GNU software in userspace, and the kernel
can be compiled without the use of GNU tools. Just because
GNU tools were used to initally develop and compile the
kernel, and were initially the only available tools for
userspace, does not make this true today, and it never made
GNU a part of Linux itself at any point of time.</p>
<p>Where are all of the other forward-slashes for every
other piece of software on a Linux-based system which makes
it just as usable? If a system is running "GNU/Linux", it
should be using more than a single forward-slash when there
is more to the system than only GNU.</p>
</section>
</body>
</html>