summaryrefslogtreecommitdiffstats
path: root/development/egypt
diff options
context:
space:
mode:
author B. Watson2020-10-13 03:06:05 +0200
committer Willy Sudiarto Raharjo2020-10-17 04:39:03 +0200
commita6ae5f60d7ca96d7d4dce6683e49775a858cc52c (patch)
treeacc7da906a9a2b4f93e74e44ccf4f5a7eb204d33 /development/egypt
parent096aaaa681558dc1c8c3a237c9a897266903e145 (diff)
downloadslackbuilds-a6ae5f60d7ca96d7d4dce6683e49775a858cc52c.tar.gz
development/egypt: Fix README.
Signed-off-by: B. Watson <yalhcru@gmail.com> Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'development/egypt')
-rw-r--r--development/egypt/README11
1 files changed, 6 insertions, 5 deletions
diff --git a/development/egypt/README b/development/egypt/README
index 1b8590add9..8b5b3fca5c 100644
--- a/development/egypt/README
+++ b/development/egypt/README
@@ -1,5 +1,6 @@
-Egypt is a simple tool for creating call graphs of C programs. Egypt neither
-analyzes source code nor lays out graphs. Instead, it leaves the source code
-analysis to GCC and the graph layout to Graphviz, both of which are better at
-their respective jobs than egypt itself could ever hope to be. Egypt is simply a
-very small Perl script that glues these existing tools together.
+Egypt is a simple tool for creating call graphs of C programs. Egypt
+neither analyzes source code nor lays out graphs. Instead, it leaves
+the source code analysis to GCC and the graph layout to Graphviz, both
+of which are better at their respective jobs than egypt itself could
+ever hope to be. Egypt is simply a very small Perl script that glues
+these existing tools together.