[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[bug #65989] [mm] m.tmac: error in the update of the file
From: |
Bjarni Ingi Gislason |
Subject: |
[bug #65989] [mm] m.tmac: error in the update of the file |
Date: |
Sun, 14 Jul 2024 14:49:31 -0400 (EDT) |
URL:
<https://savannah.gnu.org/bugs/?65989>
Summary: [mm] m.tmac: error in the update of the file
Group: GNU roff
Submitter: bjarniig
Submitted: Sun 14 Jul 2024 06:49:31 PM UTC
Category: Macro package mm
Severity: 3 - Normal
Item Group: Incorrect behaviour
Status: None
Privacy: Public
Assigned to: None
Open/Closed: Open
Discussion Lock: Any
Planned Release: None
_______________________________________________________
Follow-up Comments:
-------------------------------------------------------
Date: Sun 14 Jul 2024 06:49:31 PM UTC By: Bjarni Ingi Gislason <bjarniig>
Subject:m.tmac: error in the update of the file
Directory: contrib/mm
commit 5da71ef6eff0294fadded6268eef54744057d3d6 from Sat Jul 6 19:48:49 2024
-0500
@@ -543,7 +543,7 @@ http://savannah.gnu.org/bugs/?group=groff.
.if !r line*ac\\n[.z] .nr line*ac\\n[.z] 0
.ie \\n[.$] \{\
. if !\B'\\$1' .@error \\$0: argument is not numeric: '\\$1'
-. if (\\$1 < 0) .@error \\$0: negative motion '\\$1' not supported
+. if \\$1<0) .@error \\$0: negative motion '\\$1' not supported
Example:
.if -1<0) .tm something is less than zero
.pl \n(nlu
gives:
) .tm something is less than zero
_______________________________________________________
Reply to this item at:
<https://savannah.gnu.org/bugs/?65989>
_______________________________________________
Message sent via Savannah
https://savannah.gnu.org/
signature.asc
Description: PGP signature
- [bug #65989] [mm] m.tmac: error in the update of the file,
Bjarni Ingi Gislason <=