X-Git-Url: http://ncurses.scripts.mit.edu/?a=blobdiff_plain;f=doc%2Fhtml%2Fman%2Flegacy_coding.3x.html;h=9297a7bed5c10de5fdd0735f1b0a07a9f8c769e5;hb=f70db18a0c3c6a828d8a5999be37239f01c9d98a;hp=85d7e8b36702d7e3ae2f05f760729099a53de0e2;hpb=6f8ad7d77b390ee433a283e1c5175bcb67317674;p=ncurses.git diff --git a/doc/html/man/legacy_coding.3x.html b/doc/html/man/legacy_coding.3x.html index 85d7e8b3..9297a7be 100644 --- a/doc/html/man/legacy_coding.3x.html +++ b/doc/html/man/legacy_coding.3x.html @@ -28,7 +28,7 @@ * authorization. * **************************************************************************** * Author: Thomas E. Dickey - * @Id: legacy_coding.3x,v 1.2 2006/02/25 21:50:01 tom Exp @ + * @Id: legacy_coding.3x,v 1.3 2006/12/24 15:12:55 tom Exp @ --> @@ -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).