From 8335dcf102aa824a577bc0aac72df5c4be5f653f Mon Sep 17 00:00:00 2001 From: Matthew Fernandez Date: Sun, 18 Jul 2021 11:49:44 -0700 Subject: [PATCH] fix typos in edgepaint man page --- CHANGELOG.md | 2 +- cmd/edgepaint/edgepaint.1 | 6 +++--- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 9b56bb363..437f82f9b 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -17,7 +17,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ### Fixed - The attached dot file causes a segfault when processed #2095 -- fix typo and update URLs in `edgepaint` usage text and man page +- fix typos and update URLs in `edgepaint` usage text and man page ## [2.48.0] - 2021-07-17 diff --git a/cmd/edgepaint/edgepaint.1 b/cmd/edgepaint/edgepaint.1 index 08b0de8cc..e74c6641e 100644 --- a/cmd/edgepaint/edgepaint.1 +++ b/cmd/edgepaint/edgepaint.1 @@ -29,11 +29,11 @@ color two edges differently if their incidence angle is less than \fIa\fP degree .BI \-random_seed= s random seed to use. \fIs\fP must be an integer. If \fIs\fP is negative, we do |\fIs\fP| iterations with different seeds and pick the best. .TP -.BI \-lightness= "l1,l2j" -only applies for the "lab" color scheme: \fIl1\fP and \fIl2\fP must integers, with 0 <= \fIl1\fP <= \fIl2 <=100. By default, we use "0,70" +.BI \-lightness= "l1,l2" +only applies for the "lab" color scheme: \fIl1\fP and \fIl2\fP must integers, with 0 <= \fIl1\fP <= \fIl2\fP <=100. By default, we use "0,70" .TP .BI \-share_endpoint -if this option is specified, edges that shares an node are not considered in conflict if they are close to parallel but +if this option is specified, edges that share a node are not considered in conflict if they are close to parallel but are on the opposite sides of the node (around 180 degree). .TP .BI \-o " f" -- 2.40.0