Skip to content

Commit 0c0e7b1

Browse files
SvenDowideitArnaud Porterie
authored andcommitted
Fix a small spelling error in the dm.blkdiscard docs
Signed-off-by: Sven Dowideit <SvenDowideit@home.org.au>
1 parent 09d4152 commit 0c0e7b1

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

daemon/graphdriver/devmapper/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -201,7 +201,7 @@ Here is the list of supported options:
201201

202202
Enables or disables the use of blkdiscard when removing
203203
devicemapper devices. This is enabled by default (only) if using
204-
loopback devices and is required to res-parsify the loopback file
204+
loopback devices and is required to resparsify the loopback file
205205
on image/container removal.
206206

207207
Disabling this on loopback can lead to *much* faster container

docs/man/docker.1.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -277,7 +277,7 @@ is 64K.
277277
#### dm.blkdiscard
278278
Enables or disables the use of blkdiscard when removing devicemapper devices.
279279
This is enabled by default (only) if using loopback devices and is required to
280-
res-parsify the loopback file on image/container removal.
280+
resparsify the loopback file on image/container removal.
281281

282282
Disabling this on loopback can lead to *much* faster container removal times,
283283
but will prevent the space used in `/var/lib/docker` directory from being returned to

docs/sources/reference/commandline/cli.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -329,7 +329,7 @@ Currently supported options are:
329329

330330
Enables or disables the use of blkdiscard when removing devicemapper
331331
devices. This is enabled by default (only) if using loopback devices and is
332-
required to res-parsify the loopback file on image/container removal.
332+
required to resparsify the loopback file on image/container removal.
333333

334334
Disabling this on loopback can lead to *much* faster container removal
335335
times, but will make the space used in `/var/lib/docker` directory not be

0 commit comments

Comments
 (0)