X-Git-Url: http://ncurses.scripts.mit.edu/?p=ncurses.git;a=blobdiff_plain;f=doc%2Fhtml%2Fman%2Fform_driver.3x.html;h=6fb31c705ae0c0d73221b9262092ffb5c08bf148;hp=74c3c0b7d11b30920ef096ad3d3e3959743c38e2;hb=3eda6f30a84d53844d2ebceadb457e2e7e9cfbf3;hpb=1dd25cc0259e0683290fe889707b04979b5fda0a diff --git a/doc/html/man/form_driver.3x.html b/doc/html/man/form_driver.3x.html index 74c3c0b7..6fb31c70 100644 --- a/doc/html/man/form_driver.3x.html +++ b/doc/html/man/form_driver.3x.html @@ -66,7 +66,7 @@ o The input is a form navigation request. Navigation request codes are constants defined in <form.h>, which are distinct from the key- and character codes - returned by wgetch(3x). + returned by wgetch(3x). o The input is a printable character. Printable charac- ters (which must be positive, less than 256) are @@ -79,7 +79,7 @@

form_driver_w

        This extension simplifies the use  of  the  forms  library
        using  wide characters.  The input is either a key code (a
-       request) or a wide character returned by get_wch(3x).  The
+       request) or a wide character returned by get_wch(3x).  The
        type  must  be  passed  as  well, to enable the library to
        determine whether the parameter is a wide character  or  a
        request.
@@ -274,7 +274,7 @@
 

SEE ALSO

        curses(3x),        form(3x),        form_field_buffer(3x),
        form_field_validation(3x),  form_fieldtype(3x), form_vari-
-       ables(3x), curs_getch(3x).
+       ables(3x), getch(3x).
 
 
 

NOTES