# HG changeset patch # User David A. Holland # Date 1503592481 14400 # Node ID bdc672634010c834e3c7d05520cd8c1e6169ad47 # Parent 3a25180d3a5c2dfb51e7609222891d05261bd8c6 Fix markup typo (-Fl instead of .Fl) diff -r 3a25180d3a5c -r bdc672634010 CHANGES --- a/CHANGES Tue Aug 01 14:51:04 2017 -0400 +++ b/CHANGES Thu Aug 24 12:34:41 2017 -0400 @@ -1,4 +1,5 @@ release [pending] + - Fix markup typo in the man page. - Abort on line numbering or column numbering overflow. Line numbers are limited to values that fit in "unsigned int". Also reject input lines longer than 2^32-1 characters. It seems diff -r 3a25180d3a5c -r bdc672634010 tradcpp.1 --- a/tradcpp.1 Tue Aug 01 14:51:04 2017 -0400 +++ b/tradcpp.1 Thu Aug 24 12:34:41 2017 -0400 @@ -254,7 +254,7 @@ .Fl idirafter . .It Fl iwithprefixbefore Like --Fl iwithprefix +.Fl iwithprefix but adds the result as if it were specified with .Fl I . .El