gbranden pushed a commit to branch master
in repository groff.

commit 56ef273eff17b8f945c66d51e3f77544e4a435bd
Author: G. Branden Robinson <[email protected]>
AuthorDate: Sat Aug 8 20:57:23 2020 +1000

    doc/groff.texi: Fix error in example.
    
    \[rs] is not a quote in the sense we mean here.  Probably a fumble when
    copying from groff_diff(7), which has to escape the backslash.
---
 doc/groff.texi | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/doc/groff.texi b/doc/groff.texi
index 104ea8f..c50c29c 100644
--- a/doc/groff.texi
+++ b/doc/groff.texi
@@ -9556,7 +9556,7 @@ In the request's simplest form, each @var{cn} is a 
character (or special
 character).
 
 @Example
-.class [quotes] ' \[rs] \[dq] \[oq] \[cq] \[lq] \[rq]
+.class [quotes] ' \[aq] \[dq] \[oq] \[cq] \[lq] \[rq]
 @endExample
 
 Since class and glyph names share the same name space, it is recommended

_______________________________________________
Groff-commit mailing list
[email protected]
https://lists.gnu.org/mailman/listinfo/groff-commit

Reply via email to