X-Git-Url: http://ncurses.scripts.mit.edu/?p=ncurses.git;a=blobdiff_plain;f=doc%2Fhtml%2Fman%2Fcurs_addwstr.3x.html;fp=doc%2Fhtml%2Fman%2Fcurs_addwstr.3x.html;h=5bfd04e605891bc825737667bb6accfa46d59b60;hp=38e95897cba335ad5f6a943b68adbc3ecfbca1d1;hb=55ccd2b959766810cf7db8d1c4462f338ce0afc8;hpb=a8987e73ec254703634802b4f7ee30d3a485524d diff --git a/doc/html/man/curs_addwstr.3x.html b/doc/html/man/curs_addwstr.3x.html index 38e95897..5bfd04e6 100644 --- a/doc/html/man/curs_addwstr.3x.html +++ b/doc/html/man/curs_addwstr.3x.html @@ -1,7 +1,7 @@ @@ -40,14 +40,14 @@
 
-curs_addwstr(3x)                                 curs_addwstr(3x)
+curs_addwstr(3x)                                       curs_addwstr(3x)
 
 
 
 
 

NAME

-       addwstr,   addnwstr,   waddwstr,   waddnwstr,   mvaddwstr,
+       addwstr, addnwstr, waddwstr, waddnwstr, mvaddwstr,
        mvaddnwstr, mvwaddwstr, mvwaddnwstr - add a string of wide
        characters to a curses window and advance cursor
 
@@ -68,10 +68,10 @@
 
 

DESCRIPTION

-       These  routines  write  the characters of the (null-termi-
-       nated) wchar_tcharacter string wstr on the  given  window.
-       It  is  similar to constructing a cchar_t for each wchar_t
-       in the string, then calling  wadd_wch  for  the  resulting
+       These routines write the characters of the (null-terminat-
+       ed) wchar_t character string wstr on the given window.  It
+       is  similar  to constructing a cchar_t for each wchar_t in
+       the  string,  then  calling  wadd_wch  for  the  resulting
        cchar_t.
 
        The mv routines perform cursor movement once, before writ-
@@ -109,7 +109,7 @@
 
 
 
-                                                 curs_addwstr(3x)
+                                                       curs_addwstr(3x)