[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[groff] 04/11: groff_man*(7): Fix terminology nit.
From: |
G. Branden Robinson |
Subject: |
[groff] 04/11: groff_man*(7): Fix terminology nit. |
Date: |
Tue, 5 Oct 2021 07:11:06 -0400 (EDT) |
gbranden pushed a commit to branch master
in repository groff.
commit a0e55321a70e7b518e640a33f1deaea09416f0fb
Author: G. Branden Robinson <g.branden.robinson@gmail.com>
AuthorDate: Mon Oct 4 16:30:48 2021 +1100
groff_man*(7): Fix terminology nit.
Consistently say "URI" instead of "URL". This is a contretemps about as
wonderful, if less long in the tooth, than the one about how many spaces
go after a period. See
<https://danielmiessler.com/study/difference-between-uri-url/>.
---
tmac/groff_man.7.man.in | 14 +++++++-------
1 file changed, 7 insertions(+), 7 deletions(-)
diff --git a/tmac/groff_man.7.man.in b/tmac/groff_man.7.man.in
index eb71309..7410daf 100644
--- a/tmac/groff_man.7.man.in
+++ b/tmac/groff_man.7.man.in
@@ -169,8 +169,8 @@ _
\&.TH Title heading Document structure macros
\&.TP Tagged paragraph Paragraph macros
\&.TQ Supplemental paragraph tag Paragraph macros
-\&.UE URL end Hyperlink macros
-\&.UR URL start Hyperlink macros
+\&.UE URI end Hyperlink macros
+\&.UR URI start Hyperlink macros
\&.YS Synopsis end Command synopsis macros
.TE
.
@@ -1120,7 +1120,7 @@ _endif()dnl
.
Email addresses are bracketed with
.BR .MT / .ME
-and URL hyperlinks with
+and other forms of hyperlink with
.BR .UR / .UE .
.
.
@@ -1200,12 +1200,12 @@ endings.
.
_endif()dnl
.TP
-.BI .UR " URL"
+.BI .UR " uri"
.TQ
.BR .UE " ["\c
.IR punctuation ]
Identify
-.I URL
+.I uri
as an RFC 3986 URI hyperlink with the text between the two macro calls
as the link text.
.
@@ -1215,12 +1215,12 @@ argument to
.B .UE
is placed at the end of the link text without intervening space.
.
-.I URL
+.I uri
may not be visible in the rendered document if the output driver
supports hyperlinks.
.
If it does not,
-.I URL
+.I uri
is set in angle brackets after the link text and before
.IR punctuation .
.
[Prev in Thread] |
Current Thread |
[Next in Thread] |
- [groff] 04/11: groff_man*(7): Fix terminology nit.,
G. Branden Robinson <=