summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
author B. Watson2020-10-13 02:57:25 +0200
committer Willy Sudiarto Raharjo2020-10-17 04:38:55 +0200
commit45d7f926daa96cdc2e3e07929f1f9af075d965aa (patch)
treed6843635ffbf7d61af56d5d00a390a409ad8aee9
parent7d5fef55d545759eb41ca9ecd52476b420f6b3fc (diff)
downloadslackbuilds-45d7f926daa96cdc2e3e07929f1f9af075d965aa.tar.gz
development/cgdb: Fix README.
Signed-off-by: B. Watson <yalhcru@gmail.com> Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
-rw-r--r--development/cgdb/README14
1 files changed, 8 insertions, 6 deletions
diff --git a/development/cgdb/README b/development/cgdb/README
index 4a84d18a93..35585fa2f5 100644
--- a/development/cgdb/README
+++ b/development/cgdb/README
@@ -1,7 +1,9 @@
-CGDB is a curses (terminal-based) interface to the GNU Debugger (GDB). Its goal
-is to be lightweight and responsive; not encumbered with unnecessary features.
+CGDB is a curses (terminal-based) interface to the GNU Debugger
+(GDB). Its goal is to be lightweight and responsive; not encumbered
+with unnecessary features.
-The primary feature of CGDB is the constant presence of a source display,
-updated as the program executes, to help keep you focused while debugging.
-The interface is inspired by the classic Unix text editor, vi. Those familiar
-with vi (or vim) should feel right at home using CGDB.
+The primary feature of CGDB is the constant presence of a source
+display, updated as the program executes, to help keep you focused
+while debugging. The interface is inspired by the classic Unix text
+editor, vi. Those familiar with vi (or vim) should feel right at home
+using CGDB.