X-Git-Url: http://ncurses.scripts.mit.edu/?p=ncurses.git;a=blobdiff_plain;f=man%2Fcurs_termcap.3x;h=35a8b4442f603e0a6e166f9ec9b36cda823e09ba;hp=5a85467b14e200af4fcabd6685457ddf28e6a3a6;hb=152c5a605234b7ea36ba3a03ec07e124bb6aac75;hpb=7884aa084f9440fd964f14fe31853a5f85db5104 diff --git a/man/curs_termcap.3x b/man/curs_termcap.3x index 5a85467b..35a8b444 100644 --- a/man/curs_termcap.3x +++ b/man/curs_termcap.3x @@ -1,5 +1,5 @@ .\"*************************************************************************** -.\" Copyright 2018-2019,2020 Thomas E. Dickey * +.\" Copyright 2018-2020,2021 Thomas E. Dickey * .\" Copyright 1998-2017,2018 Free Software Foundation, Inc. * .\" * .\" Permission is hereby granted, free of charge, to any person obtaining a * @@ -27,7 +27,7 @@ .\" authorization. * .\"*************************************************************************** .\" -.\" $Id: curs_termcap.3x,v 1.45 2020/10/24 09:24:31 tom Exp $ +.\" $Id: curs_termcap.3x,v 1.48 2021/01/09 11:07:15 tom Exp $ .TH curs_termcap 3X "" .ie \n(.g .ds `` \(lq .el .ds `` `` @@ -50,7 +50,7 @@ \fBtgetnum\fR, \fBtgetstr\fR, \fBtgoto\fR, -\fBtputs\fR \- direct \fBcurses\fR interface to the terminfo capability database +\fBtputs\fR \- \fBcurses\fR emulation of termcap .ad .hy .SH SYNOPSIS @@ -81,7 +81,7 @@ .SH DESCRIPTION These routines are included as a conversion aid for programs that use the \fItermcap\fR library. -Their parameters are the same and the +Their parameters are the same, but the routines are emulated using the \fIterminfo\fR database. Thus, they can only be used to query the capabilities of entries for which a @@ -331,8 +331,8 @@ which must be taken into account by programs which can work with all termcap library interfaces. .SH SEE ALSO \fBcurses\fR(3X), -\fBterminfo\fR(\*n), +\fBputc\fR(3), \fBterm_variables\fR(3X), -\fBputc\fR(3). +\fBterminfo\fR(\*n). .sp https://invisible-island.net/ncurses/tctest.html