diff options
author | Ingo Schwarze <schwarze@openbsd.org> | 2022-04-14 10:10:22 +0000 |
---|---|---|
committer | Ingo Schwarze <schwarze@openbsd.org> | 2022-04-14 10:10:22 +0000 |
commit | 92dc6b33e42373b9c719c402da479944806dcc52 (patch) | |
tree | e3a6820f69b51bcb47103e311d45ce47f839038b | |
parent | 0dfdfb52f76a2e922d50fa7a88bf6fea514c6f82 (diff) | |
download | mandoc-92dc6b33e42373b9c719c402da479944806dcc52.tar.gz |
prefer https links in man pages
patch from jsg@
ok gnezdo@ miod@ jmc@
-rw-r--r-- | mandoc.1 | 6 |
1 files changed, 3 insertions, 3 deletions
@@ -1,4 +1,4 @@ -.\" $OpenBSD: mandoc.1,v 1.166 2020/02/15 15:28:01 schwarze Exp $ +.\" $Id$ .\" .\" Copyright (c) 2012, 2014-2021 Ingo Schwarze <schwarze@openbsd.org> .\" Copyright (c) 2009, 2010, 2011 Kristaps Dzonsons <kristaps@bsd.lv> @@ -487,10 +487,10 @@ Use to translate .Xr mdoc 7 input to the markdown format conforming to -.Lk http://daringfireball.net/projects/markdown/syntax.text\ +.Lk https://daringfireball.net/projects/markdown/syntax.text\ "John Gruber's 2004 specification" . The output also almost conforms to the -.Lk http://commonmark.org/ CommonMark +.Lk https://commonmark.org/ CommonMark specification. .Pp The character set used for the markdown output is ASCII. |