summaryrefslogtreecommitdiff
path: root/contrib/mom
diff options
context:
space:
mode:
authorG. Branden Robinson <g.branden.robinson@gmail.com>2022-01-29 02:02:54 +1100
committerG. Branden Robinson <g.branden.robinson@gmail.com>2022-02-01 02:41:13 +1100
commit088728509364309889d0e320fb9608751cdf0526 (patch)
tree18cecf6702a7ae21dded64628bc873f6e5eacda0 /contrib/mom
parente135b3987d673c17dce82db0edcd37b169ec6f42 (diff)
downloadgroff-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/mom')
-rw-r--r--contrib/mom/groff_mom.7.man4
1 files changed, 2 insertions, 2 deletions
diff --git a/contrib/mom/groff_mom.7.man b/contrib/mom/groff_mom.7.man
index 7f0c1b719..ca8b3fb70 100644
--- a/contrib/mom/groff_mom.7.man
+++ b/contrib/mom/groff_mom.7.man
@@ -140,7 +140,7 @@ but processing is passed over to
which uses
.B groff's
PostScript driver,
-.BR grops \&.
+.BR grops .
Not all
.I PDF
features are available when
@@ -1196,7 +1196,7 @@ Decimal fractions are allowed.
To set a nominal bottom margin of 3/4 inch, enter
.RS
.EX
-.B \&.B_MARGIN \&.75i
+.B .B_MARGIN .75i
.EE
.RE
.