X-Git-Url: https://ncurses.scripts.mit.edu/?a=blobdiff_plain;f=doc%2Fhtml%2Fman%2Flegacy_coding.3x.html;h=c4aa0965ad259f236e105db0e8f5eec20ddac5e2;hb=4c9f63c460cb7134f142aa65f6866c175ed77605;hp=bf64f79526c310dd6f39e2a66fc7005c15ffe5cc;hpb=cb4427a16794d98049b4d790b810d62217501f9f;p=ncurses.git diff --git a/doc/html/man/legacy_coding.3x.html b/doc/html/man/legacy_coding.3x.html index bf64f795..c4aa0965 100644 --- a/doc/html/man/legacy_coding.3x.html +++ b/doc/html/man/legacy_coding.3x.html @@ -1,6 +1,7 @@ - @@ -36,7 +37,7 @@ legacy_coding 3x - +

legacy_coding 3x

@@ -53,7 +54,7 @@

SYNOPSIS

        #include <curses.h>
 
-       int use_legacy_coding(int level);
+       int use_legacy_coding(int level);
 
 
 

DESCRIPTION

@@ -65,8 +66,8 @@
 
        The level parameter controls the result:
 
-              0    the library functions normally, rendering nonprinting char-
-                   acters as described in unctrl.
+              0    the   library  functions  normally,  rendering  nonprinting
+                   characters as described in unctrl.
 
               1    the  library  ignores  isprintf  for  codes  in  the  range
                    160-255.
@@ -89,7 +90,7 @@
 
 
 

SEE ALSO

-       unctrl.
+       unctrl(3x).
 
 
 

AUTHOR