Closed N-R-K closed 1 year ago
Rename the 1st commit to "manpage: use mathematical range notation". There's a typo in "mathematical".
Rename the 1st commit to "manpage: use mathematical range notation". There's a typo in "mathematical".
Good catch, I'll fix it up when squashing the commits. Are the contents of the PR good or do you notice anything wrong/weird in it?
I'd change between [x, y]
to in [x, y]
. A number is in a set, not between a set.
I'd change
between [x, y]
toin [x, y]
. A number is in a set, not between a set.
I went with within
, it should be a bit more obvious/natural to people not familiar with set-theory.
it's shorter, and not too difficult to figure out how it works even if you're unaware of it (e.g just trying out
--flag LIMIT
).ref: https://en.wikipedia.org/wiki/Interval_(mathematics)