diff options
author | G. Branden Robinson <g.branden.robinson@gmail.com> | 2023-02-12 14:10:59 -0600 |
---|---|---|
committer | G. Branden Robinson <g.branden.robinson@gmail.com> | 2023-02-12 14:13:37 -0600 |
commit | 0a90a2cef530b662b25ea5da23617380dcd3607e (patch) | |
tree | 0a331101656a49628e1fada1893ce2bfd965e0b2 /src/preproc/refer | |
parent | 837a25eda708c451ce418e597efb93d15a8da892 (diff) | |
download | groff-git-0a90a2cef530b662b25ea5da23617380dcd3607e.tar.gz |
[docs]: Fix Savannah #68216.
[docs]: Re-re-christen 'ESCAPE_AMPERSAND' ('\&'). Now call it a
(non-transparent) "dummy character". Also rechristen
'ESCAPE_RIGHT_PARENTHESIS', ('\)') as the "transparent dummy character";
it has no impact on sentence-ending detection.
* doc/groff.texi:
* doc/meref.me.in:
* man/groff.7.man:
* man/groff_diff.7.man:
* man/roff.7.man:
* src/preproc/refer/refer.1.man:
* tmac/groff_man.7.man.in: Do it.
Fixes <https://savannah.gnu.org/bugs/?62816>. Thanks to Dave Kemper for
the report and to the groff mailing list for the vigorous discussion. I
don't expect my solution to please everyone.
Also update references to the \& escape sequence in comments.
ANNOUNCE: Update bug counts.
Diffstat (limited to 'src/preproc/refer')
-rw-r--r-- | src/preproc/refer/refer.1.man | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/preproc/refer/refer.1.man b/src/preproc/refer/refer.1.man index 0b80f0a84..93f634c02 100644 --- a/src/preproc/refer/refer.1.man +++ b/src/preproc/refer/refer.1.man @@ -668,7 +668,7 @@ or the second citation's is non-empty. . (If you wish to prevent this, -use the non-printing input break escape sequence +use the dummy character escape sequence .B \[rs]& as the first citation's .IR closing-text .) |