From c479a8d8568e507ddd51aec14e7626ef9997bcc3 Mon Sep 17 00:00:00 2001 From: tastytea Date: Sun, 24 Feb 2019 15:43:07 +0100 Subject: [PATCH] Enahnced manpage. --- hashboot.1.adoc | 24 ++++++++++++------------ 1 file changed, 12 insertions(+), 12 deletions(-) diff --git a/hashboot.1.adoc b/hashboot.1.adoc index f95a142..d1e7c4b 100644 --- a/hashboot.1.adoc +++ b/hashboot.1.adoc @@ -27,12 +27,12 @@ check bios for modifications too. == OPTIONS -[format="csv",frame="none",grid="none"] -|====== -*index*,generate checksums and a backup for `/boot` MBR and BIOS. -*check*,check `/boot` MBR and BIOS. -*recover*,replace corrupted files with the backup. -|====== +[frame="none",grid="none"] +|============ +| *index* | generate checksums and a backup for `/boot`, MBR and BIOS. +| *check* | check `/boot`, MBR and BIOS. +| *recover* | replace corrupted files with the backup. +|============ == CONFIGURATION @@ -40,12 +40,12 @@ The configuration file is in `/etc/hashboot.conf`. === Possible options -[format="csv",frame="none",grid="none"] -|====== -SAVEDIR,The checksums and the backup are stored here. -CKMODES,001=mbr 010=files 100=bios. -MBR_DEVICE,Device with the MBR on it. -|====== +[frame="none",grid="none"] +|============ +|SAVEDIR | The checksums and the backup are stored here. +|CKMODES | 001=mbr, 010=files, 100=bios. +|MBR_DEVICE | Device with the MBR on it. +|============ == REPORTING BUGS