X-Git-Url: http://ncurses.scripts.mit.edu/?a=blobdiff_plain;f=doc%2Fhtml%2Fman%2Fcurs_move.3x.html;h=53d917b4af7ca6dc10089573a99b6fe1698ee4cc;hb=74433bcf4f6fe40862a28f3c00edaedcd5054b01;hp=eb0a31f6613a8ca5108e936693b60b2aaee8f36a;hpb=ed646e3f683083e787c6ba773364401dc9fa9d40;p=ncurses.git diff --git a/doc/html/man/curs_move.3x.html b/doc/html/man/curs_move.3x.html index eb0a31f6..53d917b4 100644 --- a/doc/html/man/curs_move.3x.html +++ b/doc/html/man/curs_move.3x.html @@ -1,6 +1,7 @@ - - + curs_move 3x - - + +

curs_move 3x

@@ -52,8 +53,8 @@

SYNOPSIS

        #include <curses.h>
 
-       int move(int y, int x);
-       int wmove(WINDOW *win, int y, int x);
+       int move(int y, int x);
+       int wmove(WINDOW *win, int y, int x);
 
 
 

DESCRIPTION

@@ -64,7 +65,7 @@
 
 
 

RETURN VALUE

-       These routines return ERR upon failure and OK (SVr4 specifies only  "an
+       These routines return ERR upon failure and OK (SVr4 specifies only  "an
        integer value other than ERR") upon successful completion.
 
        Specifically, they return an error if the window pointer is null, or if