diff options
Diffstat (limited to 'upstream/mageia-cauldron/man3/curs_ins_wstr.3x')
-rw-r--r-- | upstream/mageia-cauldron/man3/curs_ins_wstr.3x | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/upstream/mageia-cauldron/man3/curs_ins_wstr.3x b/upstream/mageia-cauldron/man3/curs_ins_wstr.3x index 10000832..375b2f5d 100644 --- a/upstream/mageia-cauldron/man3/curs_ins_wstr.3x +++ b/upstream/mageia-cauldron/man3/curs_ins_wstr.3x @@ -1,5 +1,5 @@ .\"*************************************************************************** -.\" Copyright 2019-2022,2023 Thomas E. Dickey * +.\" Copyright 2019-2023,2024 Thomas E. Dickey * .\" Copyright 2002-2012,2017 Free Software Foundation, Inc. * .\" * .\" Permission is hereby granted, free of charge, to any person obtaining a * @@ -27,8 +27,8 @@ .\" authorization. * .\"*************************************************************************** .\" -.\" $Id: curs_ins_wstr.3x,v 1.30 2023/12/16 20:36:15 tom Exp $ -.TH curs_ins_wstr 3X 2023-12-16 "ncurses 6.4" "Library calls" +.\" $Id: curs_ins_wstr.3x,v 1.32 2024/03/16 15:48:54 tom Exp $ +.TH curs_ins_wstr 3X 2024-03-16 "ncurses 6.4" "Library calls" .ie \n(.g \{\ .ds `` \(lq .ds '' \(rq @@ -89,7 +89,7 @@ Special characters are handled as in \fBwadd_wch\fP(3X). .SH RETURN VALUE All functions return the integer \fBERR\fP upon failure and \fBOK\fP on success. .PP -X/Open does not define any error conditions. +X/Open Curses does not specify any error conditions. This implementation returns an error .bP if the \fIwin\fP parameter is null or |