>From a328263a4189b089a28ed57f60d63d952496c71a Mon Sep 17 00:00:00 2001 From: Assaf Gordon Date: Tue, 13 Feb 2018 15:51:55 -0700 Subject: [PATCH 1/3] sed: use https in usage screen contact information * sed/sed.c (contact): Change http to https. --- sed/sed.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/sed/sed.c b/sed/sed.c index a5f7efb..26de1a8 100644 --- a/sed/sed.c +++ b/sed/sed.c @@ -110,8 +110,8 @@ contact(int errmsg) { FILE *out = errmsg ? stderr : stdout; #ifndef REG_PERL - fprintf(out, _("GNU sed home page: .\n\ -General help using GNU software: .\n")); + fprintf(out, _("GNU sed home page: .\n\ +General help using GNU software: .\n")); #endif /* Only print the bug report address for `sed --help', otherwise we'll -- 2.7.4