summaryrefslogtreecommitdiff
path: root/modules/ssh/shell.scm
diff options
context:
space:
mode:
authorArtyom V. Poptsov <poptsov.artyom@gmail.com>2017-01-03 06:02:44 +0300
committerArtyom V. Poptsov <poptsov.artyom@gmail.com>2017-01-03 06:02:44 +0300
commit3670bb4be011890df05388a1db11a31a89153a23 (patch)
treefcf40c80c4274d8afe32c8350c54f63bcf550fc3 /modules/ssh/shell.scm
parentdoc/api-dist.texi: Add description of 'node-loadavg' (diff)
downloadguile-ssh-3670bb4be011890df05388a1db11a31a89153a23.tar.gz
shell.scm: Update module commentary
* modules/ssh/shell.scm: Update module commentary.
Diffstat (limited to 'modules/ssh/shell.scm')
-rw-r--r--modules/ssh/shell.scm3
1 files changed, 2 insertions, 1 deletions
diff --git a/modules/ssh/shell.scm b/modules/ssh/shell.scm
index b98b69c..10e19e2 100644
--- a/modules/ssh/shell.scm
+++ b/modules/ssh/shell.scm
@@ -1,6 +1,6 @@
;;; shell.scm -- Remote shell.
-;; Copyright (C) 2016 Artyom V. Poptsov <poptsov.artyom@gmail.com>
+;; Copyright (C) 2016, 2017 Artyom V. Poptsov <poptsov.artyom@gmail.com>
;;
;; This file is a part of Guile-SSH.
;;
@@ -31,6 +31,7 @@
;; fallback-pgrep
;; fallback-pkill
;; command-available?
+;; loadavg
;;
;; See the Info documentation for detailed description of these exceptions and
;; aforementioned procedures.