X-Git-Url: https://ncurses.scripts.mit.edu/?p=ncurses.git;a=blobdiff_plain;f=man%2Fcurs_termcap.3x;h=f56e3569004e6a6cd7b84da573e6194c9927945b;hp=ce12d5846a4a52b5be1fd73db596d18df45a2393;hb=d97989d1e0db7282c723cabb44b991b951790006;hpb=1379ab3f6cc5b92256708ecc4129b57928d62cf4 diff --git a/man/curs_termcap.3x b/man/curs_termcap.3x index ce12d584..f56e3569 100644 --- a/man/curs_termcap.3x +++ b/man/curs_termcap.3x @@ -26,8 +26,12 @@ .\" authorization. * .\"*************************************************************************** .\" -.\" $Id: curs_termcap.3x,v 1.41 2019/03/23 21:51:12 tom Exp $ +.\" $Id: curs_termcap.3x,v 1.42 2019/11/30 21:01:40 tom Exp $ .TH curs_termcap 3X "" +.ie \n(.g .ds `` \(lq +.el .ds `` `` +.ie \n(.g .ds '' \(rq +.el .ds '' '' .de bP .ie n .IP \(bu 4 .el .IP \(bu 2 @@ -213,7 +217,7 @@ if the string is indeed terminfo-style by looking for "%p" parameters or appear to be terminfo). .PP Because terminfo conventions for representing padding in string capabilities -differ from termcap's, \fBtputs("50");\fR will put out a literal "50" rather +differ from termcap's, \fBtputs("50");\fR will put out a literal \*(``50\*('' rather than busy-waiting for 50 milliseconds. Cope with it. .PP