X-Git-Url: http://ncurses.scripts.mit.edu/?p=ncurses.git;a=blobdiff_plain;f=doc%2Fhtml%2Fman%2Fcurs_addch.3x.html;h=d028a930299d24bc5e391a66fa88c0168e622337;hp=13e3721dc370663e1b3396dac358ae1259d287b5;hb=cb4427a16794d98049b4d790b810d62217501f9f;hpb=8d3ea9021573747ecd129228ba7782a03243f62c diff --git a/doc/html/man/curs_addch.3x.html b/doc/html/man/curs_addch.3x.html index 13e3721d..d028a930 100644 --- a/doc/html/man/curs_addch.3x.html +++ b/doc/html/man/curs_addch.3x.html @@ -1,7 +1,7 @@ - + curs_addch 3x - + @@ -242,11 +242,12 @@

TABSIZE

-       The  TABSIZE variable is implemented in some versions of curses, but is
-       not part of X/Open curses.
+       The  TABSIZE  variable  is  implemented  in  SVr4 and other versions of
+       curses, but is not part of X/Open curses  (see  curs_variables(3x)  for
+       more details).
 
        If ch is a carriage return, the cursor is moved to the beginning of the
-       current  row of the window.  This is true of other implementations, but
+       current row of the window.  This is true of other implementations,  but
        is not documented.
 
 
@@ -254,7 +255,7 @@
        curses(3x),  curs_attr(3x),  curs_clear(3x),  curs_inch(3x),  curs_out-
        opts(3x), curs_refresh(3x), curs_variables(3x), putc(3).
 
-       Comparable  functions  in  the  wide-character  (ncursesw)  library are
+       Comparable functions  in  the  wide-character  (ncursesw)  library  are
        described in curs_add_wch(3x).