summaryrefslogtreecommitdiff
path: root/gnu/packages/cflow.scm
diff options
context:
space:
mode:
authorLudovic Courtès <ludo@gnu.org>2013-12-01 22:33:23 +0100
committerLudovic Courtès <ludo@gnu.org>2013-12-01 22:33:23 +0100
commit79c311b81cd8b12075f4c8028a65787481ee40c5 (patch)
tree7fed0959acc6c75a7ad84c18fa4f7bdc83dfbc84 /gnu/packages/cflow.scm
parente6a9aa366efb55f8556dd55b8fb6869d40c1d387 (diff)
downloadpatches-79c311b81cd8b12075f4c8028a65787481ee40c5.tar
patches-79c311b81cd8b12075f4c8028a65787481ee40c5.tar.gz
gnu: Synchronize descriptions with 'gnumaint'.
Diffstat (limited to 'gnu/packages/cflow.scm')
-rw-r--r--gnu/packages/cflow.scm2
1 files changed, 1 insertions, 1 deletions
diff --git a/gnu/packages/cflow.scm b/gnu/packages/cflow.scm
index 76ab5506d6..2bb1fefda3 100644
--- a/gnu/packages/cflow.scm
+++ b/gnu/packages/cflow.scm
@@ -42,7 +42,7 @@
(home-page "http://www.gnu.org/software/cflow/")
(synopsis "Create a graph of control flow within a program")
(description
- "cflow analyzes C source files and produces a graph charting the
+ "GNU cflow analyzes C source files and produces a graph charting the
control flow of the program. It can output the graph in several styles and
in either the POSIX format or in an extended GNU format. cflow also includes
a major mode for Emacs for examining the flowcharts that it produces.")