X-Git-Url: https://ncurses.scripts.mit.edu/?a=blobdiff_plain;f=doc%2Fhtml%2Fman%2Flegacy_coding.3x.html;h=a841bd28796eddf768738151c4c62a4c5abbe40a;hb=3b56f70388c2ae65421ff54b45be77a479e79aea;hp=6781399ab1c671c39a31f5ab47afb082a46daa8f;hpb=bca50d0d8592defee6c584fdedd25f4b1a31345b;p=ncurses.git diff --git a/doc/html/man/legacy_coding.3x.html b/doc/html/man/legacy_coding.3x.html index 6781399a..a841bd28 100644 --- a/doc/html/man/legacy_coding.3x.html +++ b/doc/html/man/legacy_coding.3x.html @@ -1,6 +1,7 @@ - @@ -35,8 +36,8 @@ 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