X-Git-Url: http://ncurses.scripts.mit.edu/?a=blobdiff_plain;f=doc%2Fhtml%2Fman%2Fkeybound.3x.html;h=55f2d003897289d384e04240e83709a3091060ae;hb=f9994a48d2f74b613a0adb19d3917f724d4d1312;hp=ffd4f2901bafb0f8924940e55fc467cc0d0efa0f;hpb=9f479192e3ca3413d235c66bf058f8cc63764898;p=ncurses.git diff --git a/doc/html/man/keybound.3x.html b/doc/html/man/keybound.3x.html index ffd4f290..55f2d003 100644 --- a/doc/html/man/keybound.3x.html +++ b/doc/html/man/keybound.3x.html @@ -35,26 +35,26 @@ -keybound 3X +keybound 3x -

keybound 3X

+

keybound 3x

-keybound(3X)                                                      keybound(3X)
+keybound(3x)                                                      keybound(3x)
 
 
 
 
 

NAME

-       keybound - return definition of keycode
+       keybound - return definition of keycode
 
 
 

SYNOPSIS

-       #include <curses.h>
+       #include <curses.h>
 
-       char * keybound(int keycode, int count);
+       char * keybound(int keycode, int count);
 
 
 

DESCRIPTION

@@ -64,9 +64,9 @@
 
 
 

RETURN VALUE

-       The keycode parameter must be greater than zero, else NULL is returned.
+       The keycode parameter must be greater than zero, else NULL is returned.
        If it does not correspond to a defined key, then NULL is returned.  The
-       count  parameter  is  used  to allow the application to iterate through
+       count  parameter  is  used  to allow the application to iterate through
        multiple  definitions,  counting  from  zero.   When  successful,   the
        function returns a string which must be freed by the caller.
 
@@ -78,7 +78,7 @@
 
 
 

SEE ALSO

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

AUTHOR

@@ -86,7 +86,7 @@
 
 
 
-                                                                  keybound(3X)
+                                                                  keybound(3x)