X-Git-Url: https://ncurses.scripts.mit.edu/?a=blobdiff_plain;f=doc%2Fhtml%2Fman%2Fform_data.3x.html;h=7215788070dcb07b1c44ea0323bc2069cc6c726b;hb=e5d1530ca229aef94a3c84ad33f8ae89f35c4045;hp=d3d94d4842a6cc92239d7062673ebffc71b1a20c;hpb=5c90fc94a5ac426a5e51732720767d5f0041830d;p=ncurses.git diff --git a/doc/html/man/form_data.3x.html b/doc/html/man/form_data.3x.html index d3d94d48..72157880 100644 --- a/doc/html/man/form_data.3x.html +++ b/doc/html/man/form_data.3x.html @@ -28,7 +28,7 @@ * sale, use or other dealings in this Software without prior written * * authorization. * **************************************************************************** - * @Id: form_data.3x,v 1.13 2020/02/02 23:34:34 tom Exp @ + * @Id: form_data.3x,v 1.15 2020/10/18 00:15:00 tom Exp @ --> @@ -53,8 +53,9 @@

SYNOPSIS

        #include <form.h>
-       bool data_ahead(const FORM *form);
-       bool data_behind(const FORM *form);
+
+       bool data_ahead(const FORM *form);
+       bool data_behind(const FORM *form);
 
 
 

DESCRIPTION