X-Git-Url: https://ncurses.scripts.mit.edu/?p=ncurses.git;a=blobdiff_plain;f=doc%2Fhtml%2Fman%2Fform_field_just.3x.html;h=4db92bfa4cc408887915766b83af0fbf15e29d49;hp=32869e4f75887c6fc9f04b3ddaa748519293d0b2;hb=3d46d7e9d3e210417f34acf3b469378558398d07;hpb=cb4427a16794d98049b4d790b810d62217501f9f diff --git a/doc/html/man/form_field_just.3x.html b/doc/html/man/form_field_just.3x.html index 32869e4f..4db92bfa 100644 --- a/doc/html/man/form_field_just.3x.html +++ b/doc/html/man/form_field_just.3x.html @@ -1,7 +1,8 @@ - @@ -52,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

@@ -64,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:
 
@@ -89,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