X-Git-Url: https://ncurses.scripts.mit.edu/?a=blobdiff_plain;f=man%2Fcurs_termcap.3x;h=e073d940cdd29003d908423090e2339a3653ea22;hb=4c9f63c460cb7134f142aa65f6866c175ed77605;hp=83d7f1c80e87330a5fc96dba861752792a6016e0;hpb=3b56f70388c2ae65421ff54b45be77a479e79aea;p=ncurses.git diff --git a/man/curs_termcap.3x b/man/curs_termcap.3x index 83d7f1c8..e073d940 100644 --- a/man/curs_termcap.3x +++ b/man/curs_termcap.3x @@ -1,5 +1,5 @@ .\"*************************************************************************** -.\" Copyright 2018-2021,2022 Thomas E. Dickey * +.\" Copyright 2018-2022,2022 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.55 2022/01/01 23:49:07 tom Exp $ +.\" $Id: curs_termcap.3x,v 1.56 2022/02/12 20:05:11 tom Exp $ .TH curs_termcap 3X "" .ie \n(.g .ds `` \(lq .el .ds `` `` @@ -66,17 +66,17 @@ .br \fBextern @NCURSES_OSPEED@ ospeed;\fP .sp -\fBint tgetent(char *\fP\fIbp\fP\fB, const char *\fP\fIname\fP\fB);\fP +\fBint tgetent(char *\fIbp\fB, const char *\fIname\fB);\fR .br -\fBint tgetflag(const char *\fP\fIid\fP\fB);\fP +\fBint tgetflag(const char *\fIid\fB);\fR .br -\fBint tgetnum(const char *\fP\fIid\fP\fB);\fP +\fBint tgetnum(const char *\fIid\fB);\fR .br -\fBchar *tgetstr(const char *\fP\fIid\fP\fB, char **\fP\fIarea\fP\fB);\fP +\fBchar *tgetstr(const char *\fIid\fB, char **\fIarea\fB);\fR .br -\fBchar *tgoto(const char *\fP\fIcap\fP\fB, int \fP\fIcol\fP\fB, int \fP\fIrow\fP\fB);\fP +\fBchar *tgoto(const char *\fIcap\fB, int \fIcol\fB, int \fIrow\fB);\fR .br -\fBint tputs(const char *\fP\fIstr\fP\fB, int \fP\fIaffcnt\fP\fB, int (*\fP\fIputc\fP\fB)(int));\fP +\fBint tputs(const char *\fIstr\fB, int \fIaffcnt\fB, int (*\fIputc\fB)(int));\fR .br .SH DESCRIPTION These routines are included as a conversion aid for programs that use