X-Git-Url: http://ncurses.scripts.mit.edu/?a=blobdiff_plain;ds=sidebyside;f=doc%2Fhtml%2Fman%2Fform_field_just.3x.html;h=cd233750d94ddfbd4d310e06c8ad6d35f0bb2112;hb=9f479192e3ca3413d235c66bf058f8cc63764898;hp=32869e4f75887c6fc9f04b3ddaa748519293d0b2;hpb=cb4427a16794d98049b4d790b810d62217501f9f;p=ncurses.git diff --git a/doc/html/man/form_field_just.3x.html b/doc/html/man/form_field_just.3x.html index 32869e4f..cd233750 100644 --- a/doc/html/man/form_field_just.3x.html +++ b/doc/html/man/form_field_just.3x.html @@ -1,7 +1,8 @@ - -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)                                        form_field_just(3X)
 
 
 
 
 

NAME

-       set_field_just, field_just - retrieve field characteristics
+       set_field_just, field_just - retrieve field characteristics
 
 
 

SYNOPSIS

-       #include <form.h>
-       int set_field_just(FIELD *field, int justification);
-       int field_just(const FIELD *field);
+       #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  justification  attribute.   The
+       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,   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:
+       The function set_field_just returns one of the following:
 
-       E_OK The routine succeeded.
+       E_OK The routine succeeded.
 
-       E_SYSTEM_ERROR
-            System error occurred (see errno(3)).
+       E_SYSTEM_ERROR
+            System error occurred (see errno(3)).
 
-       E_BAD_ARGUMENT
+       E_BAD_ARGUMENT
             Routine detected an incorrect or out-of-range argument.
 
 
 

SEE ALSO

-       curses(3x)  and  related  pages  whose names begin "form_" for detailed
+       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>.
+       The  header  file  <form.h>  automatically  includes  the  header  file
+       <curses.h>.
 
 
 

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

@@ -99,7 +101,7 @@
 
 
 
-                                                           form_field_just(3x)
+                                                           form_field_just(3X)