summaryrefslogtreecommitdiff
path: root/test/command
diff options
context:
space:
mode:
authorJohn MacFarlane <jgm@berkeley.edu>2023-10-04 22:22:25 -0700
committerJohn MacFarlane <jgm@berkeley.edu>2023-10-04 22:22:25 -0700
commit5a691e8c3f412e8949f34e59debd794444a954fb (patch)
tree3c0e25362b8da0c321a17f55c6c7b5b1fed05097 /test/command
parente426b3d885fe0fd59ab449815524e3e800746574 (diff)
Man writer: use UR, MT macros for URLs, emails.
Closes #9120.
Diffstat (limited to 'test/command')
-rw-r--r--test/command/8508.md8
1 files changed, 6 insertions, 2 deletions
diff --git a/test/command/8508.md b/test/command/8508.md
index 6a8932a1d..576a95eea 100644
--- a/test/command/8508.md
+++ b/test/command/8508.md
@@ -8,7 +8,11 @@ SEE ALSO
^D
.SH SEE ALSO
.IP \[bu] 2
-Milk (https://en.wikipedia.org/wiki/Milk)
+.UR https://en.wikipedia.org/wiki/Milk
+Milk
+.UE \c
.IP \[bu] 2
-EBNF (https://en.wikipedia.org/wiki/Extended_Backus–Naur_form)
+.UR https://en.wikipedia.org/wiki/Extended_Backus–Naur_form
+EBNF
+.UE \c
```