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>
____
[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
|===
____