X-Git-Url: https://ncurses.scripts.mit.edu/?a=blobdiff_plain;f=doc%2Fhtml%2Fman%2Fdefine_key.3x.html;h=fd3961adefcc15a8aed871139d02616d2955b057;hb=91e462de27aeecd5b1c8965a6dba078f7a438003;hp=cbb11d0d678849fd68c4888f18c66d31dc25374b;hpb=ed646e3f683083e787c6ba773364401dc9fa9d40;p=ncurses.git diff --git a/doc/html/man/define_key.3x.html b/doc/html/man/define_key.3x.html index cbb11d0d..fd3961ad 100644 --- a/doc/html/man/define_key.3x.html +++ b/doc/html/man/define_key.3x.html @@ -1,6 +1,7 @@ - - + define_key 3x - - + +

define_key 3x

@@ -53,7 +54,7 @@

SYNOPSIS

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

DESCRIPTION

@@ -68,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