X-Git-Url: http://ncurses.scripts.mit.edu/?p=ncurses.git;a=blobdiff_plain;f=man%2Fcurs_termcap.3x;h=e7422b460bbe94c336294193b077d2ca674cc34c;hp=34d02f2e9e3d8316617f9f80c885d6bc61aad06f;hb=460005b642d978c6d4b48810803514bd36a6245b;hpb=17c5992a16be94247b83f2bbb9accdd9b7e7bb72 diff --git a/man/curs_termcap.3x b/man/curs_termcap.3x index 34d02f2e..e7422b46 100644 --- a/man/curs_termcap.3x +++ b/man/curs_termcap.3x @@ -1,5 +1,6 @@ .\"*************************************************************************** -.\" Copyright (c) 1998-2017,2018 Free Software Foundation, Inc. * +.\" Copyright 2018-2019,2020 Thomas E. Dickey * +.\" Copyright 1998-2017,2018 Free Software Foundation, Inc. * .\" * .\" Permission is hereby granted, free of charge, to any person obtaining a * .\" copy of this software and associated documentation files (the * @@ -26,8 +27,12 @@ .\" authorization. * .\"*************************************************************************** .\" -.\" $Id: curs_termcap.3x,v 1.40 2018/07/28 21:14:06 tom Exp $ +.\" $Id: curs_termcap.3x,v 1.43 2020/02/02 23:34:34 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 @@ -61,7 +66,7 @@ .br \fBextern @NCURSES_OSPEED@ ospeed;\fR .sp -\fBint tgetent(const char *bp, const char *name);\fR +\fBint tgetent(char *bp, const char *name);\fR .br \fBint tgetflag(const char *id);\fR .br @@ -213,7 +218,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