1
0
mirror of https://review.coreboot.org/flashrom.git synced 2025-07-01 14:11:15 +02:00

Pimp the manpage to create nicer hyperlinks and HTML output

Also, add a target to the makefile to build a flashrom.8.html with groff.
To fix some formatting issues this adds some indention commands as well.

Corresponding to flashrom svn r1913.

Signed-off-by: Stefan Tauner <stefan.tauner@alumni.tuwien.ac.at>
Acked-by: Carl-Daniel Hailfinger <c-d.hailfinger.devel.2006@gmx.net>
This commit is contained in:
Stefan Tauner
2016-01-14 22:47:55 +00:00
parent bfb067b076
commit 4c72315c10
7 changed files with 116 additions and 66 deletions

View File

@ -1692,8 +1692,8 @@ int ich_init_spi(struct pci_dev *dev, void *spibar, enum ich_chipset ich_gen)
ich_spi_rw_restricted |= ich9_handle_frap(tmp, i);
if (ich_spi_rw_restricted)
msg_pwarn("Not all flash regions are freely accessible by flashrom. This is "
"most likely\ndue to an active ME. Please see http://flashrom.org/ME "
"for details.\n");
"most likely\ndue to an active ME. Please see "
"https://flashrom.org/ME for details.\n");
}
/* Handle PR registers */