Module Name:    src
Committed By:   blymn
Date:           Mon Apr 11 09:02:40 UTC 2011

Modified Files:
        src/tests/lib/libcurses: testframe.txt

Log Message:
Fix incorrect call example.


To generate a diff of this commit:
cvs rdiff -u -r1.1 -r1.2 src/tests/lib/libcurses/testframe.txt

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: src/tests/lib/libcurses/testframe.txt
diff -u src/tests/lib/libcurses/testframe.txt:1.1 src/tests/lib/libcurses/testframe.txt:1.2
--- src/tests/lib/libcurses/testframe.txt:1.1	Sun Apr 10 09:55:08 2011
+++ src/tests/lib/libcurses/testframe.txt	Mon Apr 11 09:02:40 2011
@@ -71,7 +71,7 @@
       parameters, the window, a pointer to storage for y and a pointer
       to storage for x would be called like this:
 
-      	 	 call OK 4 5 getyx $win1
+      	 	 call3 OK 4 5 getyx $win1
 
       Which calls getyx, the first (and possibly only) return is the
       return status of the function call, in this case we expect "OK"

Reply via email to