diff options
| author | John MacFarlane <jgm@berkeley.edu> | 2023-10-05 09:38:45 -0700 |
|---|---|---|
| committer | John MacFarlane <jgm@berkeley.edu> | 2023-10-05 09:38:45 -0700 |
| commit | ddabd85eb8a60aa7d6081824271ab59fff7b3088 (patch) | |
| tree | d3ca9f6db4ddb995982ab520dfc3c93db49d16c3 /test/command | |
| parent | c33b4581c94c71fe0ffc7702efa7f6a4fdac23d2 (diff) | |
Man writer: Fix some spacing issues around links.
See #9120.
We need to use `\c` before a `.UR` or `.MT`, to avoid
an extra space, and also after. To ensure that a space
at the beginning of the following line doesn't get swallowed
up, we escape it with `\`.
Diffstat (limited to 'test/command')
| -rw-r--r-- | test/command/8508.md | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/test/command/8508.md b/test/command/8508.md index 576a95eea..25c6ae785 100644 --- a/test/command/8508.md +++ b/test/command/8508.md @@ -8,10 +8,12 @@ SEE ALSO ^D .SH SEE ALSO .IP \[bu] 2 +\c .UR https://en.wikipedia.org/wiki/Milk Milk .UE \c .IP \[bu] 2 +\c .UR https://en.wikipedia.org/wiki/Extended_Backus–Naur_form EBNF .UE \c |
