X-Git-Url: http://ncurses.scripts.mit.edu/?a=blobdiff_plain;f=doc%2Fhtml%2Fman%2Fdefine_key.3x.html;h=edd87217f95af19243e6650148f103649dd0cb14;hb=f9994a48d2f74b613a0adb19d3917f724d4d1312;hp=4563668f8a95bfde7652a145b3d897f7f99dbc13;hpb=9f479192e3ca3413d235c66bf058f8cc63764898;p=ncurses.git diff --git a/doc/html/man/define_key.3x.html b/doc/html/man/define_key.3x.html index 4563668f..edd87217 100644 --- a/doc/html/man/define_key.3x.html +++ b/doc/html/man/define_key.3x.html @@ -35,26 +35,26 @@ -define_key 3X +define_key 3x -

define_key 3X

+

define_key 3x

-define_key(3X)                                                  define_key(3X)
+define_key(3x)                                                  define_key(3x)
 
 
 
 
 

NAME

-       define_key - define a keycode
+       define_key - define a keycode
 
 
 

SYNOPSIS

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

DESCRIPTION

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

RETURN VALUE

        The keycode must  be  greater  than  zero,  and  the  string  non-null,
-       otherwise  ERR  is  returned.   ERR  may  also  be returned if there is
+       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.
+       no error is detected, OK is returned.
 
 
 

PORTABILITY

@@ -82,7 +82,7 @@
 
 
 

SEE ALSO

-       keyok(3X), key_defined(3X).
+       keyok(3x), key_defined(3x).
 
 
 

AUTHOR

@@ -90,7 +90,7 @@
 
 
 
-                                                                define_key(3X)
+                                                                define_key(3x)