X-Git-Url: https://ncurses.scripts.mit.edu/?p=ncurses.git;a=blobdiff_plain;f=doc%2Fhtml%2Fman%2Fform_field_buffer.3x.html;h=1de81f1b5d0829b8f9ab172b6d90934eb6422950;hp=7ba29ac3112861afa6b7114736ddb804efc79a82;hb=55ccd2b959766810cf7db8d1c4462f338ce0afc8;hpb=a8987e73ec254703634802b4f7ee30d3a485524d;ds=sidebyside diff --git a/doc/html/man/form_field_buffer.3x.html b/doc/html/man/form_field_buffer.3x.html index 7ba29ac3..1de81f1b 100644 --- a/doc/html/man/form_field_buffer.3x.html +++ b/doc/html/man/form_field_buffer.3x.html @@ -2,7 +2,7 @@ @@ -41,7 +41,7 @@
 
-form_field_buffer(3x)                       form_field_buffer(3x)
+form_field_buffer(3x)                             form_field_buffer(3x)
 
 
 
@@ -78,7 +78,7 @@
        value out of the buffer and removes the leading and trail-
        ing spaces. Please note also, that  subsequent  operations
        on  the  form  will  probably  change  the  content of the
-       buffer. So don't use it  for  long  term  storage  of  the
+       buffer. So do not use it for  long  term  storage  of  the
        entered form data.
 
        The  function  set_field_status sets the associated status
@@ -118,7 +118,13 @@
 

NOTES

        The header file <form.h> automatically includes the header
-       file <curses.h>.
+       file
+
+       When  configured for wide-characters, field_buffer returns
+       a pointer to temporary storage (allocated and freed by the
+       library).   The  application  should not attempt to modify
+       the  data.   It  will  be  freed  on  the  next  call   to
+       field_buffer to return the same buffer.  <curses.h>.
 
 
 
@@ -134,7 +140,7 @@ - form_field_buffer(3x) + form_field_buffer(3x)