summaryrefslogtreecommitdiffstats
path: root/ichspi.c
diff options
context:
space:
mode:
authorStefan Tauner <stefan.tauner@alumni.tuwien.ac.at>2016-01-14 22:47:55 +0000
committerStefan Tauner <stefan.tauner@alumni.tuwien.ac.at>2016-01-14 22:47:55 +0000
commit4c72315c10c0a760a6ed9181257aa7fe3ce9176d (patch)
treea98688792c28001185f29bd30ce569ca38f888ce /ichspi.c
parentbfb067b076c048935314635ffb16c0913a171744 (diff)
downloadast2050-flashrom-4c72315c10c0a760a6ed9181257aa7fe3ce9176d.zip
ast2050-flashrom-4c72315c10c0a760a6ed9181257aa7fe3ce9176d.tar.gz
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>
Diffstat (limited to 'ichspi.c')
-rw-r--r--ichspi.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/ichspi.c b/ichspi.c
index 1e3f62a..e1395ee 100644
--- a/ichspi.c
+++ b/ichspi.c
@@ -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 */
OpenPOWER on IntegriCloud