X-Git-Url: https://ncurses.scripts.mit.edu/?p=ncurses.git;a=blobdiff_plain;f=doc%2Fhtml%2Fman%2Fform_field_just.3x.html;h=32869e4f75887c6fc9f04b3ddaa748519293d0b2;hp=e98de08df6240d1cbc656459a45c6c93254f84dd;hb=9193d076200365eeb5ff932acdbbdcc5e452292c;hpb=761e4f0825b330e970558e82a4bd638383914429 diff --git a/doc/html/man/form_field_just.3x.html b/doc/html/man/form_field_just.3x.html index e98de08d..32869e4f 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 - + -

form_field_just 3x

-
+

form_field_just 3x

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

NAME

-       form_field_just - retrieve field characteristics
+

NAME

+       set_field_just, 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

-       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.
+

DESCRIPTION

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

RETURN VALUE

-       The function field_just returns one of:  NO_JUSTIFICATION,
-       JUSTIFY_RIGHT, JUSTIFY_LEFT, or JUSTIFY_CENTER.
+

RETURN VALUE

+       The  function  field_just  returns  one  of:   NO_JUSTIFICATION,   JUS-
+       TIFY_RIGHT, JUSTIFY_LEFT, or JUSTIFY_CENTER.
 
        The function set_field_just returns one of the following:
 
        E_OK The routine succeeded.
 
        E_SYSTEM_ERROR
-            System error occurred (see errno).
+            System error occurred (see errno(3)).
 
        E_BAD_ARGUMENT
-            Routine  detected  an incorrect or out-of-range argu-
-            ment.
+            Routine detected an incorrect or out-of-range argument.
 
 
-
-

SEE ALSO

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

SEE ALSO

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

NOTES

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

NOTES

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

PORTABILITY

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

PORTABILITY

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

AUTHORS

-       Juergen  Pfeifer.   Manual  pages  and  adaptation for new
-       curses by Eric S. Raymond.
+

AUTHORS

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