Merge branch 'quick-fixes' into trunk

This commit is contained in:
2025-11-05 13:35:15 -07:00
46 changed files with 737 additions and 272 deletions
+4 -3
View File
@@ -31,9 +31,10 @@ It may help to think of the
.BR -g ,
and
.B -l
options as equivalent to the infix algebraic \(lq=\(rq, \(lq>\(rq, and \(lq<\(rq
operators respectively, with each option putting its symbol between every given
integer. The following example is equivalent to evaluating \(lq1 < 2 < 3\(rq:
options as equivalent to the infix algebraic \(lq=\(rq, \(lq>\(rq, and
\(lq<\(rq operators respectively, with each option putting its symbol between
every given integer. The following example is equivalent to evaluating
\(lq1 < 2 < 3\(rq:
\"
.RS
intcmp -l 1 2 3