File: Fix-typo-in-blkdiscard-docs.patch

package info (click to toggle)
util-linux 2.41-5
  • links: PTS, VCS
  • area: main
  • in suites: sid, trixie
  • size: 95,208 kB
  • sloc: ansic: 179,016; sh: 22,689; yacc: 1,284; makefile: 528; xml: 422; python: 316; lex: 89; ruby: 75; csh: 37; exp: 19; sed: 16; perl: 15; sql: 9
file content (22 lines) | stat: -rw-r--r-- 1,100 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
From: pls-no-hack <107148611+pls-no-hack@users.noreply.github.com>
Date: Fri, 28 Mar 2025 13:52:49 +0000
Subject: Fix typo in blkdiscard docs

(cherry picked from commit 7d181e8f1ecdeca764b62f1daf0bb13cec349e7e)
---
 sys-utils/blkdiscard.8.adoc | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/sys-utils/blkdiscard.8.adoc b/sys-utils/blkdiscard.8.adoc
index 3be78b4..1ae4c5f 100644
--- a/sys-utils/blkdiscard.8.adoc
+++ b/sys-utils/blkdiscard.8.adoc
@@ -16,7 +16,7 @@ blkdiscard - discard sectors on a device
 
 == DESCRIPTION
 
-*blkdiscard* is used to discard device sectors. This is useful for solid-state drivers (SSDs) and thinly-provisioned storage. Unlike *fstrim*(8), this command is used directly on the block device.
+*blkdiscard* is used to discard device sectors. This is useful for solid-state drives (SSDs) and thinly-provisioned storage. Unlike *fstrim*(8), this command is used directly on the block device.
 
 By default, *blkdiscard* will discard all blocks on the device. Options may be used to modify this behavior based on range or size, as explained below.