summaryrefslogtreecommitdiffstats
path: root/flashrom.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 /flashrom.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 'flashrom.c')
-rw-r--r--flashrom.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/flashrom.c b/flashrom.c
index 113a05b..3853e19 100644
--- a/flashrom.c
+++ b/flashrom.c
@@ -1787,7 +1787,7 @@ void print_version(void)
void print_banner(void)
{
msg_ginfo("flashrom is free software, get the source code at "
- "http://www.flashrom.org\n");
+ "https://flashrom.org\n");
msg_ginfo("\n");
}
OpenPOWER on IntegriCloud