summaryrefslogtreecommitdiffstats
path: root/graphics/graph-easy
diff options
context:
space:
mode:
author B. Watson2022-03-13 20:02:02 +0100
committer B. Watson2022-03-13 20:02:02 +0100
commite04aaf01b69396c2644db30bd75be9ad0e05fb00 (patch)
tree2adf035565c78e6f5a7718a4a8c886af9d305592 /graphics/graph-easy
parenta7dbeda6e4b7503530b5b375fd7332898387d552 (diff)
downloadslackbuilds-e04aaf01b69396c2644db30bd75be9ad0e05fb00.tar.gz
graphics/graph-easy: Wrap README at 72 columns.
Signed-off-by: B. Watson <yalhcru@gmail.com>
Diffstat (limited to 'graphics/graph-easy')
-rw-r--r--graphics/graph-easy/README15
1 files changed, 8 insertions, 7 deletions
diff --git a/graphics/graph-easy/README b/graphics/graph-easy/README
index ba45f2640d..ef3482e891 100644
--- a/graphics/graph-easy/README
+++ b/graphics/graph-easy/README
@@ -1,9 +1,10 @@
-This module lets you create graphs (nodes/vertices connected by edges/arcs,
-not pie charts!) and then lay them out on a flat surface.
+This module lets you create graphs (nodes/vertices connected by
+edges/arcs, not pie charts!) and then lay them out on a flat surface.
-Once laid out, the graph can be converted into various output formats like
-ASCII art, HTML or SVG. You can also output the graph in graphviz format
-and let dot/neato/circo etc. do the layout for you.
+Once laid out, the graph can be converted into various output formats
+like ASCII art, HTML or SVG. You can also output the graph in graphviz
+format and let dot/neato/circo etc. do the layout for you.
-Graphs can be either generated by Perl code, parsed from a simple text format
-that is human readable and maintainable, or parsed from Graphviz code.
+Graphs can be either generated by Perl code, parsed from a simple
+text format that is human readable and maintainable, or parsed from
+Graphviz code.