X-Git-Url: https://ncurses.scripts.mit.edu/?a=blobdiff_plain;f=doc%2Fhtml%2Fman%2Fdefine_key.3x.html;h=a0f81a5590f4daab34159aa078718b3494d474be;hb=a6eb34d7fec8170a8715f9e53ca2f96452dd30dd;hp=47aa7ac3a3aabe7737f5713fa96f142b6128ac1d;hpb=47d2fb4537d9ad5bb14f4810561a327930ca4280;p=ncurses.git diff --git a/doc/html/man/define_key.3x.html b/doc/html/man/define_key.3x.html index 47aa7ac3..a0f81a55 100644 --- a/doc/html/man/define_key.3x.html +++ b/doc/html/man/define_key.3x.html @@ -28,7 +28,7 @@ * authorization. * **************************************************************************** * Author: Thomas E. Dickey 1997 - * @Id: define_key.3x,v 1.17 2020/02/02 23:34:34 tom Exp @ + * @Id: define_key.3x,v 1.18 2020/10/24 09:52:54 tom Exp @ --> @@ -54,7 +54,7 @@

SYNOPSIS

        #include <curses.h>
 
-       int define_key(const char *definition, int keycode);
+       int define_key(const char *definition, int keycode);
 
 
 

DESCRIPTION

@@ -69,10 +69,10 @@
 
 
 

RETURN VALUE

-       The keycode must be greater than zero, and the string non-null,  other-
-       wise  ERR  is  returned.  ERR may also be returned if there is insuffi-
-       cient memory to allocate the data to store the definition.  If no error
-       is detected, OK is returned.
+       The keycode must  be  greater  than  zero,  and  the  string  non-null,
+       otherwise  ERR  is  returned.   ERR  may  also  be returned if there is
+       insufficient memory to allocate the data to store the  definition.   If
+       no error is detected, OK is returned.
 
 
 

PORTABILITY