X-Git-Url: http://ncurses.scripts.mit.edu/?p=ncurses.git;a=blobdiff_plain;f=man%2Ftput.1;h=0834e44723846d973a88e1695f4915229326c48f;hp=50a7cd6c8fba956d00b9a1bebb2700603ce03e53;hb=f9994a48d2f74b613a0adb19d3917f724d4d1312;hpb=f6b436c4fb50275df43ea10ba9c744fe195a327d diff --git a/man/tput.1 b/man/tput.1 index 50a7cd6c..0834e447 100644 --- a/man/tput.1 +++ b/man/tput.1 @@ -28,7 +28,7 @@ .\" authorization. * .\"*************************************************************************** .\" -.\" $Id: tput.1,v 1.71 2021/09/19 00:34:23 tom Exp $ +.\" $Id: tput.1,v 1.72 2021/10/02 21:41:00 tom Exp $ .TH @TPUT@ 1 "" .ds d @TERMINFO@ .ds n 1 @@ -518,9 +518,10 @@ the standard \fIcapname\fR operands, and an internal library function to analyze nonstandard \fIcapname\fR operands. .IP Besides providing more reliable operation than AT&T's utility, -a portability problem is introduced by this analysis. +a portability problem is introduced by this analysis: An OpenBSD developer adapted the internal library function from ncurses -to allow \fBtput\fP to interpret multiple commands on a line. +to port NetBSD's termcap-based \fBtput\fP to terminfo. +That had been modified to interpret multiple commands on a line. Portable applications should not rely upon this feature; ncurses provides it to support applications written specifically for OpenBSD.