X-Git-Url: https://ncurses.scripts.mit.edu/?p=ncurses.git;a=blobdiff_plain;f=doc%2Fhtml%2Fman%2Fkeyok.3x.html;h=b3a7425ebf6c3e709ca900a38a6dcbb27c193d42;hp=4f76638b3ad5a2af061aeac5303b45b274ba2115;hb=8d3ea9021573747ecd129228ba7782a03243f62c;hpb=6208c89f98f1cf9fe0980bd8e791846ce007a13d diff --git a/doc/html/man/keyok.3x.html b/doc/html/man/keyok.3x.html index 4f76638b..b3a7425e 100644 --- a/doc/html/man/keyok.3x.html +++ b/doc/html/man/keyok.3x.html @@ -1,6 +1,6 @@ @@ -41,7 +41,7 @@

keyok 3x

-keyok(3x)                                                     keyok(3x)
+keyok(3x)                                                            keyok(3x)
 
 
 
@@ -57,25 +57,22 @@
 
 
 

DESCRIPTION

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

RETURN VALUE

-       The keycode  must  be  greater  than  zero,  else  ERR  is
-       returned.   If  it  does  not correspond to a defined key,
-       then ERR is returned.  If the enable  parameter  is  true,
-       then  the  key  must  have  been disabled, and vice versa.
-       Otherwise, the function returns OK.
+       The  keycode  must  be  greater than zero, else ERR is returned.  If it
+       does not correspond to a defined key, then ERR  is  returned.   If  the
+       enable  parameter  is  true,  then the key must have been disabled, and
+       vice versa.  Otherwise, the function returns OK.
 
 
 

PORTABILITY

-       These routines are specific to  ncurses.   They  were  not
-       supported  on  Version 7, BSD or System V implementations.
-       It is recommended that any code depending on them be  con-
-       ditioned using NCURSES_VERSION.
+       These routines are specific to ncurses.  They  were  not  supported  on
+       Version 7, BSD or System V implementations.  It is recommended that any
+       code depending on them be conditioned using NCURSES_VERSION.
 
 
 

SEE ALSO

@@ -87,7 +84,7 @@
 
 
 
-                                                              keyok(3x)
+                                                                     keyok(3x)