summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorG. Branden Robinson <g.branden.robinson@gmail.com>2023-07-28 06:34:39 -0500
committerG. Branden Robinson <g.branden.robinson@gmail.com>2023-07-28 06:41:54 -0500
commitcf9ef3f3b6e4598b0ae76b2d143bbce52f064f09 (patch)
tree139729f9cd90d4f5340f0c8f69186cac58191f0a
parent1e5c062a8ba27e16a1cbc615f64629a528ade11b (diff)
lexgrog.1: Fix thinko in my recent contribution
In commit bbf7701c4f, 19 July, I got the sense of the tests that governed the macro definitions backwards. I fooled myself because I use a more complex test in groff's an-ext.tmac file (written in a non-intuitive way due to AT&T troff limitations) so that it's easy to run groff's automated tests on them.
-rw-r--r--man/man1/lexgrog.man14
1 files changed, 2 insertions, 2 deletions
diff --git a/man/man1/lexgrog.man1 b/man/man1/lexgrog.man1
index 5a5f4206..deaa7343 100644
--- a/man/man1/lexgrog.man1
+++ b/man/man1/lexgrog.man1
@@ -12,7 +12,7 @@
.
.nr mE 0 \" in an example (EX/EE)?
.
-.if \n(.g \{\
+.if !\n(.g \{\
.de EX
. br
. if !\\n(mE \{\
@@ -28,7 +28,7 @@
.
.
.\" End example.
-.if \n(.g \{\
+.if !\n(.g \{\
.de EE
. br
. if \\n(mE \{\