From f37298c2c21ab1001f2cfccd8ec0f77772383d5a Mon Sep 17 00:00:00 2001 From: =?utf8?q?Mario=20Bl=C3=A4ttermann?= Date: Sun, 21 Mar 2021 18:24:47 +0100 Subject: [PATCH] Asciidoc: Yet another formatting fix --- disk-utils/raw.8.adoc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/disk-utils/raw.8.adoc b/disk-utils/raw.8.adoc index 884f389859..cd8ec19bdf 100644 --- a/disk-utils/raw.8.adoc +++ b/disk-utils/raw.8.adoc @@ -54,7 +54,7 @@ Rather than using raw devices applications should prefer open2 devices, such as == BUGS -The Linux dd1 command should be used without the *bs=* option, or the blocksize needs to be a multiple of the sector size of the device (512 bytes usually), otherwise it will fail with "Invalid Argument" messages (*EINVAL*). +The Linux *dd*(1) command should be used without the *bs=* option, or the blocksize needs to be a multiple of the sector size of the device (512 bytes usually), otherwise it will fail with "Invalid Argument" messages (*EINVAL*). Raw I/O devices do not maintain cache coherency with the Linux block device buffer cache. If you use raw I/O to overwrite data already in the buffer cache, the buffer cache will no longer correspond to the contents of the actual storage device underneath. This is deliberate, but is regarded as either a bug or a feature, depending on who you ask! -- 2.47.3