X-Git-Url: https://ncurses.scripts.mit.edu/?a=blobdiff_plain;ds=sidebyside;f=doc%2Fhtml%2Fman%2Flegacy_coding.3x.html;h=03eea8b6cc2affb057b24bdafda65ccf48375746;hb=da5e7c6148aa378da9d8da09be73e0ddd3995c6f;hp=85d7e8b36702d7e3ae2f05f760729099a53de0e2;hpb=027ae42953e3186daed8f3882da73de48291b606;p=ncurses.git diff --git a/doc/html/man/legacy_coding.3x.html b/doc/html/man/legacy_coding.3x.html index 85d7e8b3..03eea8b6 100644 --- a/doc/html/man/legacy_coding.3x.html +++ b/doc/html/man/legacy_coding.3x.html @@ -1,7 +1,7 @@ @@ -70,21 +70,20 @@ The level parameter controls the result: 0 the library functions normally, rendering non- - printing characters as described in unc- - trl(3x). + printing characters as described in unctrl. - 1 the library ignores isprintf for codes in the + 1 the library ignores isprintf for codes in the range 160-255. - 2 the library ignores isprintf for codes in the + 2 the library ignores isprintf for codes in the range 128-255. It also modifies the output of - unctrl, showing codes in the range 128-159 as + unctrl, showing codes in the range 128-159 as is.

RETURN VALUE

-       If the screen has  not  been  initialized,  or  the  level
+       If  the  screen  has  not  been  initialized, or the level
        parameter is out of range, the function returns ERR.  Oth-
        erwise, it returns the previous level: 0, 1 or 2.
 
@@ -93,7 +92,7 @@
 

PORTABILITY

        This routine is specific to ncurses.  It was not supported
        on Version 7, BSD or System V implementations.  It is rec-
-       ommended that any code depending on ncurses extensions  be
+       ommended  that any code depending on ncurses extensions be
        conditioned using NCURSES_VERSION.
 
 
@@ -104,7 +103,7 @@
 
 

AUTHOR

-       Thomas  Dickey (to support lynx's font-switching feature).
+       Thomas Dickey (to support lynx's font-switching feature).