X-Git-Url: http://ncurses.scripts.mit.edu/?a=blobdiff_plain;f=doc%2Fhtml%2Fman%2Fkeybound.3x.html;h=55f2d003897289d384e04240e83709a3091060ae;hb=f9994a48d2f74b613a0adb19d3917f724d4d1312;hp=b9d08cdc3c547a7964f90dba87a511bed422efbd;hpb=bca50d0d8592defee6c584fdedd25f4b1a31345b;p=ncurses.git diff --git a/doc/html/man/keybound.3x.html b/doc/html/man/keybound.3x.html index b9d08cdc..55f2d003 100644 --- a/doc/html/man/keybound.3x.html +++ b/doc/html/man/keybound.3x.html @@ -1,6 +1,7 @@ - @@ -35,7 +36,7 @@ keybound 3x - + @@ -53,7 +54,7 @@

SYNOPSIS

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

DESCRIPTION

@@ -66,8 +67,8 @@
        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
-       multiple definitions, counting from zero.  When successful,  the  func-
-       tion returns a string which must be freed by the caller.
+       multiple  definitions,  counting  from  zero.   When  successful,   the
+       function returns a string which must be freed by the caller.
 
 
 

PORTABILITY