summaryrefslogtreecommitdiffstats
path: root/mdoc.7
diff options
context:
space:
mode:
authorIngo Schwarze <schwarze@openbsd.org>2020-06-25 20:45:09 +0000
committerIngo Schwarze <schwarze@openbsd.org>2020-06-25 20:45:09 +0000
commit3b2f1345839e24cb35e90c943cced4ea712c3e9a (patch)
treeab836debb3649468a36a6a2a1fed4f38b5585b00 /mdoc.7
parentae76ca907e2f482b3caecd8dc22eca387eb2edde (diff)
downloadmandoc-3b2f1345839e24cb35e90c943cced4ea712c3e9a.tar.gz
Briefly mention groff_mdoc(7) below SEE ALSO. While both authoritative
manual pages document the same content, comparing can occasionally help in cases of doubt, and some people may prefer one style, some the other. While here, modernize a few .Lks from http:// to https://. OK jmc@
Diffstat (limited to 'mdoc.7')
-rw-r--r--mdoc.712
1 files changed, 9 insertions, 3 deletions
diff --git a/mdoc.7 b/mdoc.7
index 9270f9e6..d115c89c 100644
--- a/mdoc.7
+++ b/mdoc.7
@@ -1849,8 +1849,8 @@ instead.
Format a hyperlink.
.Pp
Examples:
-.Dl \&.Lk http://bsd.lv \(dqThe BSD.lv Project\(dq
-.Dl \&.Lk http://bsd.lv
+.Dl \&.Lk https://bsd.lv \(dqThe BSD.lv Project\(dq
+.Dl \&.Lk https://bsd.lv
.Pp
See also
.Ic \&Mt .
@@ -3141,10 +3141,16 @@ but produces large indentations.
.Xr tbl 7
.Pp
The web page
-.Lk http://mandoc.bsd.lv/mdoc/ "extended documentation for the mdoc language"
+.Lk https://mandoc.bsd.lv/mdoc/ "extended documentation for the mdoc language"
provides a few tutorial-style pages for beginners, an extensive style
guide for advanced authors, and an alphabetic index helping to choose
the best macros for various kinds of content.
+.Pp
+The manual page
+.Lk https://man.voidlinux.org/groff_mdoc "groff_mdoc(7)"
+contained in the
+.Dq groff
+package documents exactly the same language in a somehwat different style.
.Sh HISTORY
The
.Nm