summaryrefslogtreecommitdiff
path: root/examples
diff options
context:
space:
mode:
authorArtyom V. Poptsov <poptsov.artyom@gmail.com>2015-12-23 21:52:55 +0300
committerArtyom V. Poptsov <poptsov.artyom@gmail.com>2015-12-23 21:52:55 +0300
commite8c753d5e1dff41cd480a5f1c36cfdbd8eee1c0a (patch)
treea2eea1d5387a933c70e226229825c992dcfa0ec3 /examples
parentexamples/README: Update (diff)
downloadguile-ssh-e8c753d5e1dff41cd480a5f1c36cfdbd8eee1c0a.tar.gz
examples/README: Update
Diffstat (limited to 'examples')
-rw-r--r--examples/README9
1 files changed, 4 insertions, 5 deletions
diff --git a/examples/README b/examples/README
index 2afbce7..733859a 100644
--- a/examples/README
+++ b/examples/README
@@ -1,12 +1,11 @@
# -*- mode: org; -*-
* Examples
-** Overview
- This directory includes an examples of programs that use Guile-SSH
- library to access SSH protocol.
+ This directory includes an examples of programs that use Guile-SSH
+ library to access SSH protocol.
- Executable =.scm=-files are produced from =.scm.in= files during the build
- process.
+ Executable =.scm=-files are produced from =.scm.in= files during the build
+ process.
** =sssh.scm=
Scheme Secure Shell (SSSH) uses Guile-SSH API to implement basic SSH client
functionality.