X-Git-Url: http://ncurses.scripts.mit.edu/?a=blobdiff_plain;ds=sidebyside;f=doc%2Fhtml%2Fman%2Fdefine_key.3x.html;h=4ab7c78db170171a46d5f821f8ab012264f7087c;hb=4c9f63c460cb7134f142aa65f6866c175ed77605;hp=4f4b58d76e3eb18a119c9b60ca88c70fa218aefe;hpb=8d3ea9021573747ecd129228ba7782a03243f62c;p=ncurses.git diff --git a/doc/html/man/define_key.3x.html b/doc/html/man/define_key.3x.html index 4f4b58d7..4ab7c78d 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