resurrecting-open-source-projects / scrot

SCReenshOT - command line screen capture utility
Other
495 stars 49 forks source link

manpage: use mathametical range notation #295

Closed N-R-K closed 1 year ago

N-R-K commented 1 year ago

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)

guijan commented 1 year ago

Rename the 1st commit to "manpage: use mathematical range notation". There's a typo in "mathematical".

N-R-K commented 1 year ago

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?

guijan commented 1 year ago

I'd change between [x, y] to in [x, y]. A number is in a set, not between a set.

N-R-K commented 1 year ago

I'd change between [x, y] to in [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.