X-Git-Url: https://ncurses.scripts.mit.edu/?p=ncurses.git;a=blobdiff_plain;f=doc%2Fhtml%2Fman%2Fterm.5.html;h=ebeee22a8bc3e536bfd813f2afa25c1228706b0c;hp=941c2d82ca093dda56ede0bc05ccab5303ff82c8;hb=74433bcf4f6fe40862a28f3c00edaedcd5054b01;hpb=e6bb3226cdd35f5fd9f45bb1685cc2203c889480 diff --git a/doc/html/man/term.5.html b/doc/html/man/term.5.html index 941c2d82..ebeee22a 100644 --- a/doc/html/man/term.5.html +++ b/doc/html/man/term.5.html @@ -27,7 +27,7 @@ * sale, use or other dealings in this Software without prior written * * authorization. * **************************************************************************** - * @Id: term.5,v 1.40 2021/08/15 19:38:47 tom Exp @ + * @Id: term.5,v 1.43 2021/12/25 21:28:59 tom Exp @ --> @@ -36,7 +36,7 @@ term 5 - +

term 5

@@ -283,11 +283,11 @@

Magic codes

        The  magic  number  in a binary terminfo file is the first 16-bits (two
        bytes).  Besides making it more reliable for the library to check  that
-       a  file  is terminfo, utilities such as file also use that to tell what
-       the file-format is.  System V defined more than one magic number,  with
-       0433, 0435 as screen-dumps (see scr_dump(5)).  This implementation uses
-       01036 as a continuation of that sequence, but with  a  different  high-
-       order byte to avoid confusion.
+       a  file  is  terminfo,  utilities such as file(1) also use that to tell
+       what the file-format is.  System V defined more than one magic  number,
+       with 0433, 0435 as screen-dumps (see scr_dump(5)).  This implementation
+       uses 01036 as a continuation of that sequence,  but  with  a  different
+       high-order byte to avoid confusion.
 
 
 

The TERMTYPE structure

@@ -376,7 +376,7 @@
        extended number support for ncurses 6.1
 
        Eric S. Raymond
-       documented legacy terminfo format, e.g., from pcurses.
+       documented legacy terminfo format, e.g., from pcurses.