X-Git-Url: https://ncurses.scripts.mit.edu/?p=ncurses.git;a=blobdiff_plain;f=doc%2Fhtml%2Fman%2Fwresize.3x.html;h=8ddc39bb1fd549372722e76bdebfa838b1061c7d;hp=01b9d77b9a0af39cf8df7a15427e1b6db2010dcc;hb=e5d1530ca229aef94a3c84ad33f8ae89f35c4045;hpb=5c90fc94a5ac426a5e51732720767d5f0041830d diff --git a/doc/html/man/wresize.3x.html b/doc/html/man/wresize.3x.html index 01b9d77b..8ddc39bb 100644 --- a/doc/html/man/wresize.3x.html +++ b/doc/html/man/wresize.3x.html @@ -28,7 +28,7 @@ * authorization. * **************************************************************************** * Author: Thomas E. Dickey 1996 - * @Id: wresize.3x,v 1.16 2020/02/02 23:34:34 tom Exp @ + * @Id: wresize.3x,v 1.17 2020/10/17 23:56:38 tom Exp @ --> @@ -54,7 +54,7 @@

SYNOPSIS

        #include <curses.h>
 
-       int wresize(WINDOW *win, int lines, int columns);
+       int wresize(WINDOW *win, int lines, int columns);
 
 
 

DESCRIPTION