summaryrefslogtreecommitdiffstats
path: root/system/dtach
diff options
context:
space:
mode:
author slakmagik2010-07-01 04:02:06 +0200
committer Robby Workman2010-07-03 22:52:10 +0200
commit6015cd2f1e4d88a4bcf99ec6649cd50e80e0e0cc (patch)
tree44882846847458decf7f98f83af5872bf334680c /system/dtach
parent1d0419e752ba6618a6da53fc8b4d8be4c4a1ebd7 (diff)
downloadslackbuilds-6015cd2f1e4d88a4bcf99ec6649cd50e80e0e0cc.tar.gz
Various: more whitespace cleanups
Reformatted all of my READMEs that weren't wrapped at column 72. Signed-off-by: Robby Workman <rworkman@slackbuilds.org>
Diffstat (limited to 'system/dtach')
-rw-r--r--system/dtach/README12
1 files changed, 6 insertions, 6 deletions
diff --git a/system/dtach/README b/system/dtach/README
index 9e06a1e4b1..4a0b946266 100644
--- a/system/dtach/README
+++ b/system/dtach/README
@@ -1,10 +1,10 @@
dtach is a tiny program that emulates the detach feature of screen,
-allowing you to run a program in an environment that is protected
-from the controlling terminal and attach to it later. dtach does not
-keep track of the contents of the screen, and thus works best with
-programs that know how to redraw themselves. It is designed to be
-transparent and un-intrusive; it avoids interpreting the input and
-output between attached terminals and the program under its control.
+allowing you to run a program in an environment that is protected from
+the controlling terminal and attach to it later. dtach does not keep
+track of the contents of the screen, and thus works best with programs
+that know how to redraw themselves. It is designed to be transparent and
+un-intrusive; it avoids interpreting the input and output between
+attached terminals and the program under its control.
dtach does not, however, have the other features of screen, such as its
support of multiple terminals or its terminal emulation support. This