X-Git-Url: https://ncurses.scripts.mit.edu/?p=ncurses.git;a=blobdiff_plain;f=doc%2Fhtml%2Fman%2Fform_field_just.3x.html;h=ffd27b11bdccf139b520da34119340f6734a9ca6;hp=2b501e545e4f374e27e869737741724fc25e86c8;hb=e5d1530ca229aef94a3c84ad33f8ae89f35c4045;hpb=5c90fc94a5ac426a5e51732720767d5f0041830d diff --git a/doc/html/man/form_field_just.3x.html b/doc/html/man/form_field_just.3x.html index 2b501e54..ffd27b11 100644 --- a/doc/html/man/form_field_just.3x.html +++ b/doc/html/man/form_field_just.3x.html @@ -28,7 +28,7 @@ * sale, use or other dealings in this Software without prior written * * authorization. * **************************************************************************** - * @Id: form_field_just.3x,v 1.16 2020/02/02 23:34:34 tom Exp @ + * @Id: form_field_just.3x,v 1.18 2020/10/18 00:12:55 tom Exp @ --> @@ -53,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