X-Git-Url: https://ncurses.scripts.mit.edu/?p=ncurses.git;a=blobdiff_plain;f=doc%2Fhtml%2Fman%2Fdefine_key.3x.html;h=73332600044b708a779634a0238575fca3bc83e9;hp=cbb11d0d678849fd68c4888f18c66d31dc25374b;hb=42259b594b5dabd37fe2bc294051d2db82e873a2;hpb=ed646e3f683083e787c6ba773364401dc9fa9d40 diff --git a/doc/html/man/define_key.3x.html b/doc/html/man/define_key.3x.html index cbb11d0d..73332600 100644 --- a/doc/html/man/define_key.3x.html +++ b/doc/html/man/define_key.3x.html @@ -1,6 +1,7 @@ - + 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

@@ -69,9 +70,9 @@
 
 

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-
+       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.
+       is detected, OK is returned.
 
 
 

PORTABILITY