summaryrefslogtreecommitdiffstats
path: root/development/trf
diff options
context:
space:
mode:
author B. Watson2020-10-13 07:23:00 +0200
committer Willy Sudiarto Raharjo2020-10-17 04:39:45 +0200
commitb5d68cbed84b17105fce988220b2832812716095 (patch)
treef65eb78cce1d4ac60ef2d1f8c2cbaf19fc5a3618 /development/trf
parentdf079774e5e4c35376fc66c514693339cf3e8ccf (diff)
downloadslackbuilds-b5d68cbed84b17105fce988220b2832812716095.tar.gz
development/trf: Fix README.
Signed-off-by: B. Watson <yalhcru@gmail.com> Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'development/trf')
-rw-r--r--development/trf/README11
1 files changed, 6 insertions, 5 deletions
diff --git a/development/trf/README b/development/trf/README
index 54fa677139..25ece10156 100644
--- a/development/trf/README
+++ b/development/trf/README
@@ -1,5 +1,6 @@
-Trf extends the TCL language at the C-level with so-called ``transformer''
-procedures. With the help of some patches to the core the package is able
-to intercept all read/write operations on designated channels, thus giving
-it the ability to transform the buffer contents as desired. This allows
-things like transparent encryption, compression, charset recoding, etc.
+Trf extends the TCL language at the C-level with so-called 'transformer'
+procedures. With the help of some patches to the core the package is
+able to intercept all read/write operations on designated channels,
+thus giving it the ability to transform the buffer contents as
+desired. This allows things like transparent encryption, compression,
+charset recoding, etc.