X-Git-Url: http://ncurses.scripts.mit.edu/?a=blobdiff_plain;f=doc%2Fhtml%2Fman%2Fform_field_attributes.3x.html;h=7996122b57d96d7c1cf8703275840cd8f0daee16;hb=a09e8b13568e210a03ca4ad64e8552c0edea07c5;hp=589c965d39933481df70f7a0194254de91a8bf59;hpb=e5d1530ca229aef94a3c84ad33f8ae89f35c4045;p=ncurses.git diff --git a/doc/html/man/form_field_attributes.3x.html b/doc/html/man/form_field_attributes.3x.html index 589c965d..7996122b 100644 --- a/doc/html/man/form_field_attributes.3x.html +++ b/doc/html/man/form_field_attributes.3x.html @@ -1,7 +1,7 @@ - @@ -37,7 +37,7 @@ form_field_attributes 3x - +

form_field_attributes 3x

@@ -67,8 +67,8 @@

DESCRIPTION

        The  function  set_field_fore  sets  the foreground attribute of field.
        This is the highlight used to display the field contents.  The function
-       field_fore  returns  the foreground attribute.  The default is A_STAND-
-       OUT.
+       field_fore   returns   the   foreground   attribute.   The  default  is
+       A_STANDOUT.
 
        The function set_field_back sets the background attribute of form. This
        is  the  highlight  used to display the extent fields in the form.  The
@@ -103,8 +103,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