From 5fafc2c3b95dce18b2c88d95e84404eb60eeff79 Mon Sep 17 00:00:00 2001 From: inference Date: Mon, 29 Jan 2024 18:44:50 +0000 Subject: [PATCH] Split section "Introduction" into more paragraphs --- documentation/hardened_malloc.xhtml | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/documentation/hardened_malloc.xhtml b/documentation/hardened_malloc.xhtml index a29c059..b99ca63 100644 --- a/documentation/hardened_malloc.xhtml +++ b/documentation/hardened_malloc.xhtml @@ -1,7 +1,7 @@ - + @@ -32,11 +32,11 @@

This documentation contains instructions to use hardened_malloc 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.

+ 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.

For the complete hardened_malloc documentation, visit its official documentation.

This documentation is also available in portable AsciiDoc format in my