Remove "GrapheneOS" mentions from "hardened_malloc" documentation
It doesn't make much sense to have the developer(s)/publisher(s) noted for every piece of software; use software name only.
This commit is contained in:
parent
31f7e69f97
commit
0d61201c01
@ -1,7 +1,7 @@
|
||||
<!DOCTYPE html>
|
||||
|
||||
<!-- Inferencium - Website - Documentation - GrapheneOS hardened_malloc -->
|
||||
<!-- Version: 3.0.0-alpha.1 -->
|
||||
<!-- Inferencium - Website - Documentation - hardened_malloc -->
|
||||
<!-- Version: 3.0.0-alpha.2 -->
|
||||
|
||||
<!-- Copyright 2023 Jake Winters -->
|
||||
<!-- SPDX-License-Identifier: BSD-3-Clause -->
|
||||
@ -12,7 +12,7 @@
|
||||
<meta charset="utf-8"/>
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1"/>
|
||||
<link rel="stylesheet" href="../main.css"/>
|
||||
<title>Inferencium - Documentation - GrapheneOS hardened_malloc</title>
|
||||
<title>Inferencium - Documentation - hardened_malloc</title>
|
||||
</head>
|
||||
<body>
|
||||
<nav class="navbar">
|
||||
@ -28,9 +28,9 @@
|
||||
<div><a href="../key.xhtml">Key</a></div>
|
||||
</nav>
|
||||
<section id="introduction">
|
||||
<h1 id="introduction"><a href="#introduction">Documentation - GrapheneOS hardened_malloc</a></h1>
|
||||
<h1 id="introduction"><a href="#introduction">Documentation - hardened_malloc</a></h1>
|
||||
<p>This documentation contains instructions to use
|
||||
<a href="https://github.com/GrapheneOS/hardened_malloc">GrapheneOS hardened_malloc</a>
|
||||
<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
|
||||
|
Loading…
x
Reference in New Issue
Block a user