From 4c72315c10c0a760a6ed9181257aa7fe3ce9176d Mon Sep 17 00:00:00 2001 From: Stefan Tauner Date: Thu, 14 Jan 2016 22:47:55 +0000 Subject: 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 Acked-by: Carl-Daniel Hailfinger --- flashrom.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'flashrom.c') 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"); } -- cgit v1.1