From bd87a6aac79523d3c555f3945de248fdb67c4c19 Mon Sep 17 00:00:00 2001 From: Alexey Avramov Date: Sun, 31 Mar 2024 17:14:55 +0900 Subject: [PATCH] Update examples --- docs/examples/9.md | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/docs/examples/9.md b/docs/examples/9.md index d21fbe3..68bf975 100644 --- a/docs/examples/9.md +++ b/docs/examples/9.md @@ -1,16 +1,16 @@ ## Overwriting file contents with uniform random data -> [!CAUTION] +> \[!CAUTION] > Overwriting a file results in data loss. -> [!CAUTION] +> \[!CAUTION] > Overwriting the contents of a file does not necessarily mean securely destroying the data on the media. -> [!NOTE] +> \[!NOTE] > `tird` does not support overwriting block devices when running on MS Windows (only regular files can be overwritten). -> [!NOTE] +> \[!NOTE] > `root` permissions are required to overwrite block devices. Overwriting files and block devices with random data can be used to: