]> git.ipfire.org Git - thirdparty/util-linux.git/commitdiff
fsck.minix(man): Fix asciidoctor table
authorTobias Stoeckmann <tobias@stoeckmann.org>
Wed, 8 Apr 2026 19:24:20 +0000 (21:24 +0200)
committerTobias Stoeckmann <tobias@stoeckmann.org>
Wed, 8 Apr 2026 19:24:20 +0000 (21:24 +0200)
Building with asciidoctor 2.0.26 triggers an error message. Even though
the build succeeds, let's fix the table by adding whitespaces:

```
asciidoctor: ERROR: fsck.minix.8.adoc: line 31: dropping cells from incomplete row detected end of table
```

Signed-off-by: Tobias Stoeckmann <tobias@stoeckmann.org>
disk-utils/fsck.minix.8.adoc

index 7dfbc6688efd55c2e2171aa3819254f8eb1f1ae3..a57e3be2bf78ca898a34f783bb9fff85228fa55d 100644 (file)
@@ -31,10 +31,10 @@ The _device_ name will usually have the following form:
 ____
 [cols=",",]
 |===
-|/dev/hda[1-63] |IDE disk 1
-|/dev/hdb[1-63] |IDE disk 2
-|/dev/sda[1-15] |SCSI disk 1
-|/dev/sdb[1-15] |SCSI disk 2
+| /dev/hda[1-63] | IDE disk 1
+| /dev/hdb[1-63] | IDE disk 2
+| /dev/sda[1-15] | SCSI disk 1
+| /dev/sdb[1-15] | SCSI disk 2
 |===
 ____