X-Git-Url: http://ncurses.scripts.mit.edu/?a=blobdiff_plain;f=doc%2Fhtml%2Fman%2Fform.3x.html;h=f9422ca65120c43868f313d62fb57e274595b6a4;hb=0fbd5e192896b3e446832d0a451df2cec5f5ae40;hp=2643c134654ede46094382aa833d6ada043750df;hpb=b793748293cd1a764b1a858455399ad899b5a8a1;p=ncurses.git diff --git a/doc/html/man/form.3x.html b/doc/html/man/form.3x.html index 2643c134..f9422ca6 100644 --- a/doc/html/man/form.3x.html +++ b/doc/html/man/form.3x.html @@ -27,7 +27,7 @@ * sale, use or other dealings in this Software without prior written * * authorization. * **************************************************************************** - * @Id: form.3x,v 1.29 2017/02/18 16:46:53 tom Exp @ + * @Id: form.3x,v 1.30 2017/11/25 20:28:02 tom Exp @ --> @@ -221,8 +221,20 @@ These routines emulate the System V forms library. They were not sup- ported on Version 7 or BSD versions. - A few functions are extensions added for ncurses, e.g., form_driver_w, - unfocus_current_field. + The menu facility was documented in SVr4.2 in Character User Interface + Programming (UNIX SVR4.2). + + It is not part of X/Open Curses. + + Aside from ncurses, there are few implementations: + + o systems based on SVr4 source code, e.g., Solaris. + + o NetBSD curses. + + A few functions in this implementation are extensions added for + ncurses, but not provided by other implementations, e.g., + form_driver_w, unfocus_current_field.

AUTHORS

@@ -234,7 +246,7 @@
        curses(3x)  and  related  pages  whose names begin "form_" for detailed
        descriptions of the entry points.
 
-       This describes ncurses version 6.0 (patch 20170520).
+       This describes ncurses version 6.0 (patch 20171216).