X-Git-Url: http://ncurses.scripts.mit.edu/?a=blobdiff_plain;f=doc%2Fhtml%2Fman%2Fterm.5.html;h=ebeee22a8bc3e536bfd813f2afa25c1228706b0c;hb=a09e8b13568e210a03ca4ad64e8552c0edea07c5;hp=c2bf0eb8f570a1ef7c4bda6028afd07e62a5d978;hpb=81304798ee736c467839c779c9ca5dca48db7bea;p=ncurses.git diff --git a/doc/html/man/term.5.html b/doc/html/man/term.5.html index c2bf0eb8..ebeee22a 100644 --- a/doc/html/man/term.5.html +++ b/doc/html/man/term.5.html @@ -1,6 +1,6 @@ @@ -36,7 +36,7 @@ term 5 - +

term 5

@@ -249,7 +249,7 @@

setupterm

        Note  that  it  is  possible for setupterm to expect a different set of
        capabilities than  are  actually  present  in  the  file.   Either  the
-       database  may  have  been  updated  since setupterm has been recompiled
+       database   may   have  been  updated  since  setupterm  was  recompiled
        (resulting in extra unrecognized entries in the file)  or  the  program
        may  have  been  recompiled more recently than the database was updated
        (resulting in missing entries).  The routine setupterm must be prepared
@@ -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

@@ -362,7 +362,7 @@
 
 
 

FILES

-       /usr/share/terminfo/*/*  compiled terminal capability data base
+       /usr/share/terminfo/*/*  compiled terminal capability database
 
 
 

SEE ALSO

@@ -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.