summaryrefslogtreecommitdiff
path: root/php
diff options
context:
space:
mode:
authorRuss Allbery <rra@stanford.edu>2008-08-21 20:36:25 -0700
committerRuss Allbery <rra@stanford.edu>2008-08-21 20:36:25 -0700
commitc18b51df7b452035e17b7f7a6aa6d0eb5b0b1ee9 (patch)
tree9135224d8ae316fda2cf568f95c68fad58676210 /php
parentda7bb4f64fc549081442a69a42bce4121ad35908 (diff)
PHP: remctl_open, not remctl_connect, in documentation
Diffstat (limited to 'php')
-rw-r--r--php/README4
1 files changed, 2 insertions, 2 deletions
diff --git a/php/README b/php/README
index 26b0fa1..4175b93 100644
--- a/php/README
+++ b/php/README
@@ -100,8 +100,8 @@ FULL INTERFACE
opening a connection for each command).
To use the full interface, first create a connection object with
- remctl_new(), connect to a server with remctl_connect(), and then issue
- a command with remctl_command() and read output tokens with
+ remctl_new(), connect to a server with remctl_open(), and then
+ issue a command with remctl_command() and read output tokens with
remctl_output(). Once a status token has been received, the command is
complete and another command can be issued.