Simple fix for ftp.openbsd.org example
authorJeff Quast <contact@jeffquast.com>
Sun, 23 Nov 2014 12:31:14 +0000 (04:31 -0800)
committerJeff Quast <contact@jeffquast.com>
Sun, 23 Nov 2014 12:31:14 +0000 (04:31 -0800)
doc/overview.rst

index 133767f8077113725ad48b64af626d58a201fe16..a04e389df2dfbf2b858446f0e23561533c083a56 100644 (file)
@@ -17,7 +17,7 @@ Here is an example of Pexpect in action::
     child.expect('ftp> ')
     child.sendline('lcd /tmp')
     child.expect('ftp> ')
-    child.sendline('cd pub')
+    child.sendline('cd pub/OpenBSD')
     child.expect('ftp> ')
     child.sendline('get README')
     child.expect('ftp> ')