diff options
author | G. Branden Robinson <g.branden.robinson@gmail.com> | 2022-01-29 02:02:54 +1100 |
---|---|---|
committer | G. Branden Robinson <g.branden.robinson@gmail.com> | 2022-02-01 02:41:13 +1100 |
commit | 088728509364309889d0e320fb9608751cdf0526 (patch) | |
tree | 18cecf6702a7ae21dded64628bc873f6e5eacda0 /contrib/grap2graph | |
parent | e135b3987d673c17dce82db0edcd37b169ec6f42 (diff) | |
download | groff-git-088728509364309889d0e320fb9608751cdf0526.tar.gz |
[man pages]: Drop unnecessary use of \& escapes.
Use of the non-printing input break \& _before_ a dot is a recommended
practice to prevent the dot from becoming misinterprted as a control
character when a text line is reflowed/refilled in a text editor.
However, this reasoning does not apply to control lines, which generally
cannot be reflowed without damaging the document.
So get rid of 'em.
Diffstat (limited to 'contrib/grap2graph')
-rw-r--r-- | contrib/grap2graph/grap2graph.1.man | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/contrib/grap2graph/grap2graph.1.man b/contrib/grap2graph/grap2graph.1.man index c054aabd9..76b7cd06d 100644 --- a/contrib/grap2graph/grap2graph.1.man +++ b/contrib/grap2graph/grap2graph.1.man @@ -56,9 +56,9 @@ to the standard output. The input GRAP code should .I not be wrapped with the -.B \&.G1 +.B .G1 and -.B \&.G2 +.B .G2 macros that normally guard it within .MR groff @MAN1EXT@ documents. |