X-Git-Url: https://ncurses.scripts.mit.edu/?p=ncurses.git;a=blobdiff_plain;f=doc%2Fhtml%2Fman%2Fcurs_addch.3x.html;h=80ed97c81a881e3179157be03466ce907be6d638;hp=3ef9e50032d9048e9fc1033b1c584282ba177e7b;hb=a8e3f06ac309504143cd56ac9ec55889bfdf4914;hpb=5e1e572b71ae31a6071daa24e2460a68a6f1003c diff --git a/doc/html/man/curs_addch.3x.html b/doc/html/man/curs_addch.3x.html index 3ef9e500..80ed97c8 100644 --- a/doc/html/man/curs_addch.3x.html +++ b/doc/html/man/curs_addch.3x.html @@ -27,7 +27,7 @@ * sale, use or other dealings in this Software without prior written * * authorization. * **************************************************************************** - * @Id: curs_addch.3x,v 1.38 2017/01/07 19:25:15 tom Exp @ + * @Id: curs_addch.3x,v 1.39 2017/04/17 00:14:02 tom Exp @ --> @@ -69,8 +69,8 @@ The addch, waddch, mvaddch and mvwaddch routines put the character ch into the given window at its current window position, which is then advanced. They are analogous to - putchar in stdio(3). If the advance is at the right mar- - gin: + putchar(3) in stdio(3). If the advance is at the right + margin: o The cursor automatically wraps to the beginning of the next line.