X-Git-Url: http://ncurses.scripts.mit.edu/?a=blobdiff_plain;f=doc%2Fhtml%2Fman%2Fkeybound.3x.html;h=551376227b24be690896f7085331fce483f86fbe;hb=d30f99439fcc8d4bb4c38e5c4afb4f6555fc6ad4;hp=0fbba203a9bcfac4d56cf96a21037e4ea5099fee;hpb=17c5992a16be94247b83f2bbb9accdd9b7e7bb72;p=ncurses.git diff --git a/doc/html/man/keybound.3x.html b/doc/html/man/keybound.3x.html index 0fbba203..55137622 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