X-Git-Url: https://ncurses.scripts.mit.edu/?p=ncurses.git;a=blobdiff_plain;f=doc%2Fhtml%2Fman%2Fform_data.3x.html;h=84d50f0e9fd2d126d99a92cf725c30c48e476706;hp=d3d94d4842a6cc92239d7062673ebffc71b1a20c;hb=81304798ee736c467839c779c9ca5dca48db7bea;hpb=47d2fb4537d9ad5bb14f4810561a327930ca4280 diff --git a/doc/html/man/form_data.3x.html b/doc/html/man/form_data.3x.html index d3d94d48..84d50f0e 100644 --- a/doc/html/man/form_data.3x.html +++ b/doc/html/man/form_data.3x.html @@ -1,4 +1,4 @@ - @@ -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

@@ -75,8 +76,8 @@
 
 
 

PORTABILITY

-       These routines emulate the System V forms library.  They were not  sup-
-       ported on Version 7 or BSD versions.
+       These routines emulate the System  V  forms  library.   They  were  not
+       supported on Version 7 or BSD versions.
 
 
 

AUTHORS