From 972359f339cf6ff0fb7c03ef3564a9cc58684d5d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Zlatan=20Vasovi=C4=87?= Date: Thu, 30 Jan 2020 11:25:22 +0100 Subject: [PATCH] Make tldr-bot happy --- pages/common/f3fix.md | 5 ++--- pages/common/f3read.md | 3 +-- pages/common/f3write.md | 1 - 3 files changed, 3 insertions(+), 6 deletions(-) diff --git a/pages/common/f3fix.md b/pages/common/f3fix.md index 4a4f965e2e..24fb9e1e9f 100644 --- a/pages/common/f3fix.md +++ b/pages/common/f3fix.md @@ -1,10 +1,10 @@ # f3fix -> Edit the partition table of a fake flash drive +> Edit the partition table of a fake flash drive. > See also `f3probe`, `f3write`, `f3read`. > More information: . -- Fill a fake flash drive with a single partition that matches it's real capacity: +- Fill a fake flash drive with a single partition that matches its real capacity: `sudo f3fix {{/dev/device_name}}` @@ -15,4 +15,3 @@ - Specify the filesystem: `sudo f3fix --fs-type={{filesystem_type}} {{/dev/device_name}}` - diff --git a/pages/common/f3read.md b/pages/common/f3read.md index 10ee472061..fe08be3121 100644 --- a/pages/common/f3read.md +++ b/pages/common/f3read.md @@ -1,10 +1,9 @@ # f3read -> Validate .h2w files to test the real capacity of the drive +> Validate .h2w files to test the real capacity of the drive. > See also `f3write`, `f3probe`, `f3fix`. > More information: . - Validate a device by checking the files in a given directory: `f3read {{path/to/mount_point}}` - diff --git a/pages/common/f3write.md b/pages/common/f3write.md index d4d7289d71..d22c69f6b5 100644 --- a/pages/common/f3write.md +++ b/pages/common/f3write.md @@ -11,4 +11,3 @@ - Limit the write speed: `f3write --max-write-rate={{kb_per_second}} {{path/to/mount_point}}` -