From ec698e8035174f5e40eabaf6598543179d3f17ff Mon Sep 17 00:00:00 2001 From: Andrew David Wong Date: Sun, 27 Jan 2019 23:42:35 -0600 Subject: [PATCH] Fix top-level heading syntax for ToC generation --- configuration/disk-trim.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/configuration/disk-trim.md b/configuration/disk-trim.md index 0dc2d1eb..c1164f18 100644 --- a/configuration/disk-trim.md +++ b/configuration/disk-trim.md @@ -9,7 +9,7 @@ redirect_from: --- Disk Trim ----------- +========= Disk trimming is the procedure by which the operating system informs the underlying storage device of which storage blocks are no longer in use. It does this by issuing an `ATA_TRIM` command for the block. This is also known as a `discard`.