From 852622771a3516970243df309f7bedd7f4a6e92f Mon Sep 17 00:00:00 2001 From: bentley Date: Wed, 3 Jan 2018 08:43:09 +0000 Subject: [PATCH] Include https:// in links, so HTML output doesn't assume they're relative. ok jmc@ schwarze@ --- share/man/man4/hsq.4 | 6 +++--- share/man/man5/bsd.port.mk.5 | 6 +++--- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/share/man/man4/hsq.4 b/share/man/man4/hsq.4 index 7b97de39ec0..100e58fba4c 100644 --- a/share/man/man4/hsq.4 +++ b/share/man/man4/hsq.4 @@ -1,4 +1,4 @@ -.\" $OpenBSD: hsq.4,v 1.17 2014/02/20 17:56:35 schwarze Exp $ +.\" $OpenBSD: hsq.4,v 1.18 2018/01/03 08:43:09 bentley Exp $ .\" from: OpenBSD: ast.4,v 1.5 1999/07/09 13:35:43 aaron Exp .\" from: NetBSD: ast.4,v 1.7 1996/03/16 00:07:07 thorpej Exp .\" @@ -35,7 +35,7 @@ .\" from: @(#)dca.4 5.2 (Berkeley) 3/27/91 .\" from: Id: com.4,v 1.1 1993/08/06 11:19:07 cgd Exp .\" -.Dd $Mdocdate: February 20 2014 $ +.Dd $Mdocdate: January 3 2018 $ .Dt HSQ 4 .Os .Sh NAME @@ -48,7 +48,7 @@ The .Nm driver provides support for Hostess -.Pq Lk www.comtrol.com "Comtrol Corporation" +.Pq Lk https://www.comtrol.com/ "Comtrol Corporation" and compatible boards that multiplex together up to four .Tn EIA .Tn RS-232C diff --git a/share/man/man5/bsd.port.mk.5 b/share/man/man5/bsd.port.mk.5 index e629321a930..2e139c0f782 100644 --- a/share/man/man5/bsd.port.mk.5 +++ b/share/man/man5/bsd.port.mk.5 @@ -1,4 +1,4 @@ -.\" $OpenBSD: bsd.port.mk.5,v 1.470 2017/12/05 19:40:16 jmc Exp $ +.\" $OpenBSD: bsd.port.mk.5,v 1.471 2018/01/03 08:43:09 bentley Exp $ .\" .\" Copyright (c) 2000-2008 Marc Espie .\" @@ -24,7 +24,7 @@ .\" (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF .\" THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. .\" -.Dd $Mdocdate: December 5 2017 $ +.Dd $Mdocdate: January 3 2018 $ .Dt BSD.PORT.MK 5 .Os .Sh NAME @@ -2660,7 +2660,7 @@ If set to true, .Cm checksum will analyze ${CHECKSUM_FILE}, and try retrieving files with the correct checksum off -.Lk ftp.openbsd.org , +.Lk https://ftp.openbsd.org , in the directory .Pa /pub/OpenBSD/distfiles/$cipher/$value/$file . .It Ev REORDER_DEPENDENCIES -- 2.20.1