X-Git-Url: https://ncurses.scripts.mit.edu/?a=blobdiff_plain;ds=inline;f=doc%2Fhtml%2Fman%2Fform_field_just.3x.html;h=ffd27b11bdccf139b520da34119340f6734a9ca6;hb=e5d1530ca229aef94a3c84ad33f8ae89f35c4045;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..ffd27b11 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