URI: 
       tVarious fixes to the man pages - croptool - Image cropping tool
  HTML git clone git://lumidify.org/croptool.git
   DIR Log
   DIR Files
   DIR Refs
   DIR README
   DIR LICENSE
       ---
   DIR commit 271f6a187472506ddf73f686f4cdeb927c5292e8
   DIR parent 65b55cbf01f250c4e34040c29c3baeefc8a2b2ca
  HTML Author: lumidify <nobody@lumidify.org>
       Date:   Sat,  2 Jan 2021 09:33:34 +0100
       
       Various fixes to the man pages
       
       Diffstat:
         M croptool.1                          |       7 ++++---
         M croptool_crop.1                     |       2 +-
       
       2 files changed, 5 insertions(+), 4 deletions(-)
       ---
   DIR diff --git a/croptool.1 b/croptool.1
       t@@ -45,8 +45,8 @@ Set the primary color for the cropping rectangle. Default: #000000.
        Set the secondary color for the cropping rectangle. Default: #FFFFFF.
        .Sh OUTPUT FORMAT
        The cropping commands for each image are output using the format given by
       -.Fl f
       -, or the default of 
       +.Fl f ,
       +or the default of
        .Ql mogrify -crop %wx%h+%l+%t '%f' .
        The following substitutions are performed:
        .Bl -tag -width Ds
       t@@ -97,7 +97,8 @@ existing cropping rectangle, start a new cropping rectangle.
        .Sh EXIT STATUS
        .Ex -std
        .Sh SEE ALSO
       -.Xr mogrify 1
       +.Xr mogrify 1 ,
       +.Xr croptool_crop 1
        .Sh BUGS
        The filenames are printed out without any escaping, so filenames with quotes
        may cause issues depending on the output format.
   DIR diff --git a/croptool_crop.1 b/croptool_crop.1
       t@@ -26,7 +26,7 @@ This is primarily meant as a companion to
        .Sh EXIT STATUS
        .Ex -std
        .Sh SEE ALSO
       -.Xr mogrify 1
       +.Xr mogrify 1 ,
        .Xr croptool 1
        .Sh BUGS
        At least some versions of Imlib2 seem to have issues with saving gif files.