diff options
author | Baptiste Daroussin <bapt@FreeBSD.org> | 2021-02-25 17:22:00 +0000 |
---|---|---|
committer | Baptiste Daroussin <bapt@FreeBSD.org> | 2021-02-25 17:22:00 +0000 |
commit | bf0ab54638a5ef969749f6ceae30e864f9556ea8 (patch) | |
tree | 11690c2184e55d37bcd3c7fd13f3d0d9d20dbcb0 /man/curs_add_wchstr.3x | |
parent | 72c3fc31f590566e93496732d6fa769cd353e270 (diff) |
Vendor import ncurses 6.2-20210220vendor/ncurses/6.2-20210220
Diffstat (limited to 'man/curs_add_wchstr.3x')
-rw-r--r-- | man/curs_add_wchstr.3x | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/man/curs_add_wchstr.3x b/man/curs_add_wchstr.3x index 5ce6d04cf3d3..c037be632ebe 100644 --- a/man/curs_add_wchstr.3x +++ b/man/curs_add_wchstr.3x @@ -27,7 +27,7 @@ .\" authorization. * .\"*************************************************************************** .\" -.\" $Id: curs_add_wchstr.3x,v 1.13 2020/02/02 23:34:34 tom Exp $ +.\" $Id: curs_add_wchstr.3x,v 1.15 2020/12/19 21:39:06 tom Exp $ .TH curs_add_wchstr 3X "" .ie \n(.g .ds `` \(lq .el .ds `` `` @@ -61,7 +61,7 @@ \fBint wadd_wchstr(WINDOW *\fR \fIwin\fR\fB, const cchar_t *\fR\fIwchstr\fR\fB);\fR .br \fBint wadd_wchnstr(WINDOW *\fR \fIwin\fR\fB, const cchar_t *\fR\fIwchstr\fR\fB, int \fR\fIn\fR\fB);\fR -.br +.sp \fBint mvadd_wchstr(int \fR\fIy\fR\fB, int \fR\fIx\fR\fB, const cchar_t *\fR\fIwchstr\fR\fB);\fR .br \fBint mvadd_wchnstr(int \fR\fIy\fR\fB, int \fR\fIx\fR\fB, const cchar_t *\fR\fIwchstr\fR\fB, int \fR\fIn\fR\fB);\fR @@ -115,8 +115,8 @@ All functions except \fBwadd_wchnstr\fR may be macros. .SH PORTABILITY These entry points are described in the XSI Curses standard, Issue 4. .SH SEE ALSO -\fBcurs_addwstr\fR(3X), -\fBcurses\fR(3X). +\fBcurses\fR(3X), +\fBcurs_addwstr\fR(3X). .PP Comparable functions in the narrow-character (ncurses) library are described in |