X-Git-Url: http://ncurses.scripts.mit.edu/?p=ncurses.git;a=blobdiff_plain;f=doc%2Fhtml%2Fman%2Fcurs_addch.3x.html;h=b8e1fb01ed1249b8636e549671b9eabc4a0a84cb;hp=a5678b0285c6a29b08373af1066d98b7699ab09f;hb=2e5d72d6396bb38a8d1d1b3534f62e28aebaa600;hpb=cc387b11f421650091d84640e05825ea5161ac66;ds=sidebyside diff --git a/doc/html/man/curs_addch.3x.html b/doc/html/man/curs_addch.3x.html index a5678b02..b8e1fb01 100644 --- a/doc/html/man/curs_addch.3x.html +++ b/doc/html/man/curs_addch.3x.html @@ -70,7 +70,7 @@ 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- + putchar in stdio(3). If the advance is at the right mar- gin, the cursor automatically wraps to the beginning of the next line. At the bottom of the current scrolling region, if scrollok is enabled, the scrolling region is @@ -201,7 +201,7 @@

SEE ALSO

        curses(3x),  curs_attr(3x), curs_clear(3x), curs_inch(3x),
        curs_outopts(3x),  curs_refresh(3x),   curs_variables(3x),
-       putc(3).
+       putc(3).
 
        Comparable  functions  in  the  wide-character  (ncursesw)
        library are described in curs_add_wch(3x).