diff --git a/MANPAGE.md b/MANPAGE.md index 5040662..bb34638 100644 --- a/MANPAGE.md +++ b/MANPAGE.md @@ -148,26 +148,26 @@ Requires two arguments, for the X and Y dimension of the matrix. They can be sep Select or provide an ordered dithering matrix. This only takes one argument, but there a few types available: -- A preprogrammed matrix name\ -- Inline JSON of a custom matrix\ +- A preprogrammed matrix name +- Inline JSON of a custom matrix - Or a path to JSON for your custom matrix. \'**-**' means standard input. Here are all the built-in ordered dithering matrices. You can find details on these matrices here: -- ClusteredDot4x4\ -- ClusteredDotDiagonal8x8\ -- Vertical5x3\ -- Horizontal3x5\ -- ClusteredDotDiagonal6x6\ -- ClusteredDotDiagonal8x8_2\ -- ClusteredDotDiagonal16x16\ -- ClusteredDot6x6\ -- ClusteredDotSpiral5x5\ -- ClusteredDotHorizontalLine\ -- ClusteredDotVerticalLine\ -- ClusteredDot8x8\ -- ClusteredDot6x6_2\ -- ClusteredDot6x6_3\ +- ClusteredDot4x4 +- ClusteredDotDiagonal8x8 +- Vertical5x3 +- Horizontal3x5 +- ClusteredDotDiagonal6x6 +- ClusteredDotDiagonal8x8_2 +- ClusteredDotDiagonal16x16 +- ClusteredDot6x6 +- ClusteredDotSpiral5x5 +- ClusteredDotHorizontalLine +- ClusteredDotVerticalLine +- ClusteredDot8x8 +- ClusteredDot6x6_2 +- ClusteredDot6x6_3 - ClusteredDotDiagonal8x8_3 Their names are case-insensitive, and hyphens and underscores are treated the same. @@ -192,22 +192,22 @@ The JSON format (whether inline or in a file) looks like the below. The matrix m Select or provide an error diffusion matrix. This only takes one argument, but there a few types available: -- A preprogrammed matrix name\ -- Inline JSON of a custom matrix\ +- A preprogrammed matrix name +- Inline JSON of a custom matrix - Or a path to JSON for your custom matrix. \'**-**' means stdin. Here are all the built-in error diffusion matrices. You can find details on these matrices here: -- Simple2D\ -- FloydSteinberg\ -- FalseFloydSteinberg\ -- JarvisJudiceNinke\ -- Atkinson\ -- Stucki\ -- Burkes\ -- Sierra (or Sierra3)\ -- TwoRowSierra (or Sierra2)\ -- SierraLite (or Sierra2_4A)\ +- Simple2D +- FloydSteinberg +- FalseFloydSteinberg +- JarvisJudiceNinke +- Atkinson +- Stucki +- Burkes +- Sierra (or Sierra3) +- TwoRowSierra (or Sierra2) +- SierraLite (or Sierra2_4A) - StevenPigeon Their names are case-insensitive, and hyphens and underscores are treated the same. diff --git a/Makefile b/Makefile index 0676b47..f233dc1 100644 --- a/Makefile +++ b/Makefile @@ -36,6 +36,7 @@ man: $(SED) -i 's/: /\n/g' MANPAGE.md $(SED) -i 's/ //g' MANPAGE.md $(SED) -i 's/^\[/ \[/g' MANPAGE.md + $(SED) -i 's/\\$$//g' MANPAGE.md .PHONY: install install: didder