X-Git-Url: https://ncurses.scripts.mit.edu/?a=blobdiff_plain;f=doc%2Fhtml%2Fman%2Fkeyok.3x.html;h=78d21181c1496179c4877daa5c832eec7a019616;hb=74433bcf4f6fe40862a28f3c00edaedcd5054b01;hp=09abe33f0a05725be316cd153ef0ca950a32792b;hpb=17c5992a16be94247b83f2bbb9accdd9b7e7bb72;p=ncurses.git diff --git a/doc/html/man/keyok.3x.html b/doc/html/man/keyok.3x.html index 09abe33f..78d21181 100644 --- a/doc/html/man/keyok.3x.html +++ b/doc/html/man/keyok.3x.html @@ -1,6 +1,7 @@ - @@ -35,8 +36,8 @@ keyok 3x - - + +

keyok 3x

@@ -53,12 +54,12 @@

SYNOPSIS

        #include <curses.h>
 
-       int keyok(int keycode, bool enable);
+       int keyok(int keycode, bool enable);
 
 
 

DESCRIPTION

        This  is an extension to the curses library.  It permits an application
-       to disable specific keycodes, rather than use the  keypad  function  to
+       to disable specific keycodes, rather than use the  keypad  function  to
        disable all keycodes.  Keys that have been disabled can be re-enabled.