Mercurial > ~dholland > hg > tradcpp > index.cgi
comparison CHANGES @ 204:bdc672634010
Fix markup typo (-Fl instead of .Fl)
author | David A. Holland |
---|---|
date | Thu, 24 Aug 2017 12:34:41 -0400 |
parents | 3a25180d3a5c |
children | dd0d2bfe4962 |
comparison
equal
deleted
inserted
replaced
203:3a25180d3a5c | 204:bdc672634010 |
---|---|
1 release [pending] | 1 release [pending] |
2 - Fix markup typo in the man page. | |
2 - Abort on line numbering or column numbering overflow. Line | 3 - Abort on line numbering or column numbering overflow. Line |
3 numbers are limited to values that fit in "unsigned int". Also | 4 numbers are limited to values that fit in "unsigned int". Also |
4 reject input lines longer than 2^32-1 characters. It seems | 5 reject input lines longer than 2^32-1 characters. It seems |
5 reasonable to presume that any input that violates these | 6 reasonable to presume that any input that violates these |
6 constraints is someone screwing around and not a serious attempt | 7 constraints is someone screwing around and not a serious attempt |