summaryrefslogtreecommitdiff
path: root/editline/README
diff options
context:
space:
mode:
authorMark Spencer <markster@digium.com>2002-11-27 05:04:07 +0000
committerMark Spencer <markster@digium.com>2002-11-27 05:04:07 +0000
commit55dc769bc3483555408f923e4291891b07a4ca72 (patch)
treec5f035ff1e834f8c487983bdf1f8af4a720eb21b /editline/README
parent9bc09cd23cde028887e527d23391ca561d7757e8 (diff)
Version 0.3.0 from FTP
git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@555 65c4cc65-6c06-0410-ace0-fbb531ad65f3
Diffstat (limited to 'editline/README')
-rwxr-xr-xeditline/README11
1 files changed, 11 insertions, 0 deletions
diff --git a/editline/README b/editline/README
new file mode 100755
index 000000000..49a2a6947
--- /dev/null
+++ b/editline/README
@@ -0,0 +1,11 @@
+libedit is a command line editing and history library. It is designed to be
+used by interactive programs that allow the user to type commands at a terminal
+prompt.
+
+The following files may be of direct interest to the user:
+
+* CHANGES - Software change log.
+
+* INSTALL - Installation information.
+
+* PLATFORMS - Supported platforms and platform-specific information.