Split section "Introduction" into more paragraphs

This commit is contained in:
inference 2024-01-29 18:44:50 +00:00
parent 7fa419c508
commit 5fafc2c3b9
Signed by: inference
SSH Key Fingerprint: SHA256:FtEVfx1CmTKMy40VwZvF4k+3TC+QhCWy+EmPRg50Nnc

View File

@ -1,7 +1,7 @@
<!DOCTYPE html>
<!-- Inferencium - Website - Documentation - hardened_malloc -->
<!-- Version: 3.0.0-alpha.3 -->
<!-- Version: 3.0.0-alpha.4 -->
<!-- Copyright 2023 Jake Winters -->
<!-- SPDX-License-Identifier: BSD-3-Clause -->
@ -32,11 +32,11 @@
<p>This documentation contains instructions to use
<a href="https://github.com/GrapheneOS/hardened_malloc">hardened_malloc</a>
memory allocator as the system's default memory allocator. These instructions apply to
both musl and glibc C libraries on Unix-based and Unix-like systems. hardened_malloc can
also be used per-application and/or per-user, in which case root permissions are not
required; this documentation focuses on system-wide usage of hardened_malloc, assumes
root privileges, and assumes the compiled library will be located in a path readable by
all users of the system.</p>
both musl and glibc C libraries on Unix-based and Unix-like systems.</p>
<p>hardened_malloc can also be used per-application and/or per-user, in which case root
permissions are not required; this documentation focuses on system-wide usage of
hardened_malloc, assumes root privileges, and assumes the compiled library will be
located in a path readable by all users of the system.</p>
<p>For the complete hardened_malloc documentation, visit its
<a href="https://github.com/GrapheneOS/hardened_malloc#hardened_malloc">official documentation</a>.</p>
<p>This documentation is also available in portable AsciiDoc format in my