Source-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[src/trunk]: src/tests/lib/libcurses Fix incorrect call example.



details:   https://anonhg.NetBSD.org/src/rev/295857fcbc64
branches:  trunk
changeset: 764094:295857fcbc64
user:      blymn <blymn%NetBSD.org@localhost>
date:      Mon Apr 11 09:02:40 2011 +0000

description:
Fix incorrect call example.

diffstat:

 tests/lib/libcurses/testframe.txt |  2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diffs (12 lines):

diff -r 0238bd21757e -r 295857fcbc64 tests/lib/libcurses/testframe.txt
--- a/tests/lib/libcurses/testframe.txt Mon Apr 11 09:02:02 2011 +0000
+++ b/tests/lib/libcurses/testframe.txt Mon Apr 11 09:02:40 2011 +0000
@@ -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"



Home | Main Index | Thread Index | Old Index