X-Git-Url: https://ncurses.scripts.mit.edu/?p=ncurses.git;a=blobdiff_plain;f=doc%2Fhtml%2Fman%2Fform_field_just.3x.html;h=6635bc68652649318faf3cfa721a7aff7438840e;hp=2b501e545e4f374e27e869737741724fc25e86c8;hb=74433bcf4f6fe40862a28f3c00edaedcd5054b01;hpb=47d2fb4537d9ad5bb14f4810561a327930ca4280 diff --git a/doc/html/man/form_field_just.3x.html b/doc/html/man/form_field_just.3x.html index 2b501e54..6635bc68 100644 --- a/doc/html/man/form_field_just.3x.html +++ b/doc/html/man/form_field_just.3x.html @@ -1,7 +1,7 @@ - @@ -37,7 +37,7 @@ form_field_just 3x - +

form_field_just 3x

@@ -53,8 +53,9 @@

SYNOPSIS

        #include <form.h>
-       int set_field_just(FIELD *field, int justification);
-       int field_just(const FIELD *field);
+
+       int set_field_just(FIELD *field, int justification);
+       int field_just(const FIELD *field);
 
 
 

DESCRIPTION

@@ -65,8 +66,8 @@
 
 
 

RETURN VALUE

-       The  function  field_just  returns  one  of:   NO_JUSTIFICATION,   JUS-
-       TIFY_RIGHT, JUSTIFY_LEFT, or JUSTIFY_CENTER.
+       The   function   field_just   returns   one    of:    NO_JUSTIFICATION,
+       JUSTIFY_RIGHT, JUSTIFY_LEFT, or JUSTIFY_CENTER.
 
        The function set_field_just returns one of the following:
 
@@ -90,8 +91,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