diff options
| author | John MacFarlane <jgm@berkeley.edu> | 2023-10-04 22:22:25 -0700 |
|---|---|---|
| committer | John MacFarlane <jgm@berkeley.edu> | 2023-10-04 22:22:25 -0700 |
| commit | 5a691e8c3f412e8949f34e59debd794444a954fb (patch) | |
| tree | 3c0e25362b8da0c321a17f55c6c7b5b1fed05097 /test/command | |
| parent | e426b3d885fe0fd59ab449815524e3e800746574 (diff) | |
Man writer: use UR, MT macros for URLs, emails.
Closes #9120.
Diffstat (limited to 'test/command')
| -rw-r--r-- | test/command/8508.md | 8 |
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 ``` |
