Skip to content

Commit a86f1b4

Browse files
Soham-MethaMikulas Patocka
authored andcommitted
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>
1 parent 31a9403 commit a86f1b4

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

  • Documentation/admin-guide/device-mapper

Documentation/admin-guide/device-mapper/delay.rst

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ dm-delay
33
========
44

55
Device-Mapper's "delay" target delays reads and/or writes
6-
and/or flushs and optionally maps them to different devices.
6+
and/or flushes and optionally maps them to different devices.
77

88
Arguments::
99

@@ -40,15 +40,15 @@ Example scripts
4040
#!/bin/sh
4141
#
4242
# Create mapped device delaying write and flush operations for 400ms and
43-
# splitting reads to device $1 but writes and flushs to different device $2
43+
# splitting reads to device $1 but writes and flushes to different device $2
4444
# to different offsets of 2048 and 4096 sectors respectively.
4545
#
4646
dmsetup create delayed --table "0 `blockdev --getsz $1` delay $1 2048 0 $2 4096 400"
4747

4848
::
4949
#!/bin/sh
5050
#
51-
# Create mapped device delaying reads for 50ms, writes for 100ms and flushs for 333ms
51+
# Create mapped device delaying reads for 50ms, writes for 100ms and flushes for 333ms
5252
# onto the same backing device at offset 0 sectors.
5353
#
5454
dmsetup create delayed --table "0 `blockdev --getsz $1` delay $1 0 50 $2 0 100 $1 0 333"

0 commit comments

Comments
 (0)