X-Git-Url: https://ncurses.scripts.mit.edu/?p=ncurses.git;a=blobdiff_plain;f=doc%2Fhtml%2Fman%2Fform_field_just.3x.html;h=d95f7136e0c9b90d32becc2ce0546e952f9b7311;hp=6912809b9bdbd85c0dac04ef21e7e28d24582c4a;hb=c6cfd97b8beaf0f6deafbf8aac7281cf6aa7f012;hpb=55ccd2b959766810cf7db8d1c4462f338ce0afc8 diff --git a/doc/html/man/form_field_just.3x.html b/doc/html/man/form_field_just.3x.html index 6912809b..d95f7136 100644 --- a/doc/html/man/form_field_just.3x.html +++ b/doc/html/man/form_field_just.3x.html @@ -1,8 +1,7 @@ - + + + form_field_just 3x @@ -40,36 +42,34 @@

form_field_just 3x


-
 form_field_just(3x)                                 form_field_just(3x)
 
 
 
 
 
-

NAME

+

NAME

        form_field_just - retrieve field characteristics
 
 
 
-

SYNOPSIS

+

SYNOPSIS

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

DESCRIPTION

+

DESCRIPTION

        The   function   set_field_just   sets  the  justification
        attribute of a field; field_just returns a field's  justi-
        fication attribute.  The attribute may be one of NO_JUSTI-
-       FICATION, JUSTIFY_RIGHT, JUSTIFY_LEFT, or  JUSTIFY_CENTER.
-
+       FICATION, JUSTIFY_RIGHT, JUSTIFY_LEFT, or JUSTIFY_CENTER.
 
 
 
-

RETURN VALUE

-       The  function field_just returns one of: NO_JUSTIFICATION,
+

RETURN VALUE

+       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:
@@ -80,41 +80,48 @@
             System error occurred (see errno).
 
        E_BAD_ARGUMENT
-            Routine detected an incorrect or  out-of-range  argu-
+            Routine  detected  an incorrect or out-of-range argu-
             ment.
 
 
 
-

SEE ALSO

+

SEE ALSO

        curses(3x) and related pages whose names begin "form_" for
        detailed descriptions of the entry points.
 
 
 
-

NOTES

+

NOTES

        The header file <form.h> automatically includes the header
        file <curses.h>.
 
 
 
-

PORTABILITY

-       These  routines  emulate the System V forms library.  They
+

PORTABILITY

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

AUTHORS

-       Juergen Pfeifer.  Manual  pages  and  adaptation  for  new
+

AUTHORS

+       Juergen  Pfeifer.   Manual  pages  and  adaptation for new
        curses by Eric S. Raymond.
 
 
 
                                                     form_field_just(3x)
 
-
-
-Man(1) output converted with -man2html -
+