diff options
| author | Soham Metha <sohammetha01@gmail.com> | 2025-08-13 02:19:47 +0530 |
|---|---|---|
| committer | Mikulas Patocka <mpatocka@redhat.com> | 2025-08-19 11:12:50 +0200 |
| commit | a86f1b4047a9ccaa5a0e691e7cf52928b68f4595 (patch) | |
| tree | 1d9cfe0df418f479977022455402ff2a1e0cb66e | |
| parent | 31a9403b0d5450aa2595e2fbb8f6091f097906ab (diff) | |
docs: device-mapper: fixed spelling mistakes in documentation
found/fixed the following typos
- flushs -> flushes
in `Documentation/admin-guide/device-mapper/delay.rst`
Signed-off-by: Soham Metha <sohammetha01@gmail.com>
Signed-off-by: Mikulas Patocka <mpatocka@redhat.com>
| -rw-r--r-- | Documentation/admin-guide/device-mapper/delay.rst | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/Documentation/admin-guide/device-mapper/delay.rst b/Documentation/admin-guide/device-mapper/delay.rst index 982136160d6f..a1e673c0e782 100644 --- a/Documentation/admin-guide/device-mapper/delay.rst +++ b/Documentation/admin-guide/device-mapper/delay.rst @@ -3,7 +3,7 @@ dm-delay ======== Device-Mapper's "delay" target delays reads and/or writes -and/or flushs and optionally maps them to different devices. +and/or flushes and optionally maps them to different devices. Arguments:: @@ -40,7 +40,7 @@ Example scripts #!/bin/sh # # Create mapped device delaying write and flush operations for 400ms and - # splitting reads to device $1 but writes and flushs to different device $2 + # splitting reads to device $1 but writes and flushes to different device $2 # to different offsets of 2048 and 4096 sectors respectively. # dmsetup create delayed --table "0 `blockdev --getsz $1` delay $1 2048 0 $2 4096 400" @@ -48,7 +48,7 @@ Example scripts :: #!/bin/sh # - # Create mapped device delaying reads for 50ms, writes for 100ms and flushs for 333ms + # Create mapped device delaying reads for 50ms, writes for 100ms and flushes for 333ms # onto the same backing device at offset 0 sectors. # dmsetup create delayed --table "0 `blockdev --getsz $1` delay $1 0 50 $2 0 100 $1 0 333" |
