[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[groff] 02/02: groff_man(5): Improve UR/UE example.
From: |
G. Branden Robinson |
Subject: |
[groff] 02/02: groff_man(5): Improve UR/UE example. |
Date: |
Mon, 6 Nov 2017 11:33:36 -0500 (EST) |
gbranden pushed a commit to branch master
in repository groff.
commit 7d75b6bba0c588fbf304f8623166ac9989ef9d44
Author: G. Branden Robinson <address@hidden>
Date: Mon Nov 6 11:33:13 2017 -0500
groff_man(5): Improve UR/UE example.
Use left- and right-angle-bracket character escapes, which more
faithfully represent the macros' operation.
Signed-off-by: G. Branden Robinson <address@hidden>
---
tmac/groff_man.7.man | 3 ++-
1 file changed, 2 insertions(+), 1 deletion(-)
diff --git a/tmac/groff_man.7.man b/tmac/groff_man.7.man
index ae52ab0..bf6ef0e 100644
--- a/tmac/groff_man.7.man
+++ b/tmac/groff_man.7.man
@@ -808,7 +808,8 @@ given as an example
.
.IP
usually displays like this: \[lq]this is a link to some random
-site <http://\:randomsite.org/\:fubar>, given as an example\[rq].
+site \[la]http://\:randomsite.org/\:fubar\[ra], given as an
+example\[rq].
.
.
.IP
[Prev in Thread] |
Current Thread |
[Next in Thread] |
- [groff] 02/02: groff_man(5): Improve UR/UE example.,
G. Branden Robinson <=