X-Git-Url: https://ncurses.scripts.mit.edu/?p=ncurses.git;a=blobdiff_plain;f=doc%2Fhtml%2Fman%2Fcurs_termcap.3x.html;fp=doc%2Fhtml%2Fman%2Fcurs_termcap.3x.html;h=cb46f66b396587654d294c82a34a887f75258161;hp=b35ae8cb344d6ab1849d44f92522d48a4a671494;hb=00dd248b527ad47f0fc3b0776a0889da0ac926d0;hpb=5e7c0d571f78d9a76ea55fb5bb3a145d0e164264 diff --git a/doc/html/man/curs_termcap.3x.html b/doc/html/man/curs_termcap.3x.html index b35ae8cb..cb46f66b 100644 --- a/doc/html/man/curs_termcap.3x.html +++ b/doc/html/man/curs_termcap.3x.html @@ -27,19 +27,19 @@ * sale, use or other dealings in this Software without prior written * * authorization. * **************************************************************************** - * @Id: curs_termcap.3x,v 1.83 2024/03/16 15:35:01 tom Exp @ + * @Id: curs_termcap.3x,v 1.85 2024/04/20 19:13:12 tom Exp @ --> -curs_termcap 3x 2024-03-16 ncurses 6.4 Library calls +curs_termcap 3x 2024-04-20 ncurses 6.4 Library calls -

curs_termcap 3x 2024-03-16 ncurses 6.4 Library calls

+

curs_termcap 3x 2024-04-20 ncurses 6.4 Library calls

 curs_termcap(3x)                 Library calls                curs_termcap(3x)
 
@@ -94,7 +94,7 @@
               implementations conforming to  portions  of  X/Open  Curses  now
               withdrawn.   The  BSD  termcap library would store a copy of the
               terminal  type  description  in  the  area  referenced  by  this
-              pointer.   ncurses stores terminal type descriptions in compiled
+              pointer.  terminfo stores terminal type descriptions in compiled
               form, which is not the same thing.
 
           o   The meanings of the  return  values  differ.   The  BSD  termcap
@@ -333,11 +333,11 @@
        parameterized string capability, be aware that it is returned in  term-
        info notation, not the older and not-quite-compatible termcap notation.
        This does not cause problems if all you do with it  is  call  tgoto  or
-       tparm,  which both expand terminfo-style strings as terminfo does.  (If
-       ncurses is configured to support  termcap,  tgoto  checks  whether  the
-       string  is  terminfo-style  by  looking  for "%p" parameters or "<...>"
-       delays, and invokes a termcap-style parser if the string appears not to
-       use terminfo syntax.)
+       tparm,   which   both   parametrically   expand  terminfo-style  string
+       capabilities as terminfo does.  (If ncurses is  configured  to  support
+       termcap,  tgoto  checks whether the string is terminfo-style by looking
+       for "%p" parameters or "<...>"  delays,  and  invokes  a  termcap-style
+       parser if the string appears not to use terminfo syntax.)
 
        Because  terminfo's  syntax  for padding in string capabilities differs
        from termcap's, users can be surprised.
@@ -369,7 +369,7 @@
 
 
 
-ncurses 6.4                       2024-03-16                  curs_termcap(3x)
+ncurses 6.4                       2024-04-20                  curs_termcap(3x)