diff --git a/site/docs/install/index.md b/site/docs/install/index.md
index 774215ec2a97c98914678e6d8d61cdb3475e14bd..97f8f950f557e6385f6db227588966e820df1af6 100644
--- a/site/docs/install/index.md
+++ b/site/docs/install/index.md
@@ -365,13 +365,11 @@ bootblock copied in release ROMs, so the bucts trick below will actually cause
 a brick. This is fixed in lbmk as of 25 October 2023 onward, but you should
 do this on 20231021 release ROMs before following the instructions below:**
 
-	dd if=libreboot.rom of=bootblock.bin bs=1 \
-	   skip=$(($(stat -c %s libreboot.rom) - 0x10000)) count=64k
+	dd if=libreboot.rom of=bootblock.bin bs=1 skip=$(($(stat -c %s libreboot.rom) - 0x10000)) count=64k
 
 And then do this:
 
-	dd if=bootblock.bin of=libreboot.rom bs=1 \
-	   seek=$(($(stat -c %s libreboot.rom) - 0x20000)) count=64k conv=notrunc
+	dd if=bootblock.bin of=libreboot.rom bs=1 seek=$(($(stat -c %s libreboot.rom) - 0x20000)) count=64k conv=notrunc
 
 **NOTE: This section partially relates to `utils` release archive in
 Libreboot 20160907, which contains static compiled binaries for things like
diff --git a/site/news/libreboot20231021.md b/site/news/libreboot20231021.md
index 42e7dcb467e70d653c4bcc0c7c9c7cdbcc0ea15d..d2bb56998c39d8d1c01fba5ca49d8e0e616d5847 100644
--- a/site/news/libreboot20231021.md
+++ b/site/news/libreboot20231021.md
@@ -1145,13 +1145,11 @@ been fixed with the following patch:
 If you're flashing the X60/T60 ROMs from LenovoBIOS (internal flashing), please
 do this on the ROM image first (ROM image named `libreboot.rom` in this example):
 
-	dd if=libreboot.rom of=bootblock.bin bs=1 \
-	   skip=$(($(stat -c %s libreboot.rom) - 0x10000)) count=64k
+	dd if=libreboot.rom of=bootblock.bin bs=1 skip=$(($(stat -c %s libreboot.rom) - 0x10000)) count=64k
 
 And then do this:
 
-	dd if=bootblock.bin of=libreboot.rom bs=1 \
-	   seek=$(($(stat -c %s libreboot.rom) - 0x20000)) count=64k conv=notrunc
+	dd if=bootblock.bin of=libreboot.rom bs=1 seek=$(($(stat -c %s libreboot.rom) - 0x20000)) count=64k conv=notrunc
 
 If you're using SeaBIOS and have a PIKE2008 module installed, on KCMA-D8
 or KGPE-D16, please do this: