]> granicus.if.org Git - graphviz/commitdiff
fix typos in edgepaint man page
authorMatthew Fernandez <matthew.fernandez@gmail.com>
Sun, 18 Jul 2021 18:49:44 +0000 (11:49 -0700)
committerMatthew Fernandez <matthew.fernandez@gmail.com>
Thu, 22 Jul 2021 00:18:35 +0000 (17:18 -0700)
CHANGELOG.md
cmd/edgepaint/edgepaint.1

index 9b56bb363fd361b8ca4dcc3493e39b4619d9b92f..437f82f9b83891db2860967a77b8ff1ac857f8b4 100644 (file)
@@ -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
 
index 08b0de8cccd56226eed6b2b5511239031acfb082..e74c6641eb8538e5b2c5ccf6a020603bc736aaa3 100644 (file)
@@ -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"