X-Git-Url: https://ncurses.scripts.mit.edu/?p=ncurses.git;a=blobdiff_plain;f=doc%2Fhtml%2Fman%2Fcurs_ins_wch.3x.html;h=65bfab0e0ca849b2aa5afc6e1027aa78aaead84a;hp=e4c734b7fe0f4fc4e903b5d26d08323a5616022a;hb=81304798ee736c467839c779c9ca5dca48db7bea;hpb=ed646e3f683083e787c6ba773364401dc9fa9d40 diff --git a/doc/html/man/curs_ins_wch.3x.html b/doc/html/man/curs_ins_wch.3x.html index e4c734b7..65bfab0e 100644 --- a/doc/html/man/curs_ins_wch.3x.html +++ b/doc/html/man/curs_ins_wch.3x.html @@ -1,6 +1,7 @@ - - + curs_ins_wch 3x - + @@ -54,9 +55,10 @@ #include <curses.h> int ins_wch(const cchar_t *wch); - int wins_wch(WINDOW *win, const cchar_t *wch); - int mvins_wch(int y, int x, const cchar_t *wch); - int mvwins_wch(WINDOW *win, int y, int x, const cchar_t *wch); + int wins_wch(WINDOW *win, const cchar_t *wch); + + int mvins_wch(int y, int x, const cchar_t *wch); + int mvwins_wch(WINDOW *win, int y, int x, const cchar_t *wch);

DESCRIPTION

@@ -68,7 +70,7 @@
 
 
 

RETURN VALUE

-       If successful, these functions return OK.  If not, they return ERR.
+       If successful, these functions return OK.  If not, they return ERR.
 
        Functions with a "mv" prefix first  perform  a  cursor  movement  using
        wmove, and return an error if the position is outside the window, or if