diff options
Diffstat (limited to 'upstream/opensuse-tumbleweed/man3/deleteln.3ncurses')
-rw-r--r-- | upstream/opensuse-tumbleweed/man3/deleteln.3ncurses | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/upstream/opensuse-tumbleweed/man3/deleteln.3ncurses b/upstream/opensuse-tumbleweed/man3/deleteln.3ncurses index 505f3f16..26ef0735 100644 --- a/upstream/opensuse-tumbleweed/man3/deleteln.3ncurses +++ b/upstream/opensuse-tumbleweed/man3/deleteln.3ncurses @@ -1,5 +1,5 @@ .\"*************************************************************************** -.\" Copyright 2018-2022,2023 Thomas E. Dickey * +.\" Copyright 2018-2023,2024 Thomas E. Dickey * .\" Copyright 1998-2007,2010 Free Software Foundation, Inc. * .\" * .\" Permission is hereby granted, free of charge, to any person obtaining a * @@ -27,8 +27,8 @@ .\" authorization. * .\"*************************************************************************** .\" -.\" $Id: curs_deleteln.3x,v 1.34 2023/12/16 21:33:34 tom Exp $ -.TH deleteln 3NCURSES 2023-12-16 "ncurses 6.4" "Library calls" +.\" $Id: curs_deleteln.3x,v 1.38 2024/04/20 21:20:07 tom Exp $ +.TH deleteln 3NCURSES 2024-04-20 "ncurses 6.5" "Library calls" .ie \n(.g \{\ .ds `` \(lq .ds '' \(rq @@ -96,7 +96,7 @@ terminal. In fact, they will not use hardware line delete/insert unless \fBidlok(..., TRUE)\fP has been set on the current window. .SH PORTABILITY -These functions are described in the XSI Curses standard, Issue 4. +These functions are described in X/Open Curses, Issue 4. The standard specifies that they return \fBERR\fP on failure, but specifies no error conditions. |