summaryrefslogtreecommitdiffstats
path: root/lib/libcurses/wresize.3
diff options
context:
space:
mode:
authormillert <millert@openbsd.org>1997-12-14 23:15:36 +0000
committermillert <millert@openbsd.org>1997-12-14 23:15:36 +0000
commitd2ffe6bf7b0cd86fe399a2efc19fa1415cfaf318 (patch)
tree864ea84dbd1bce6237cf47ecad8ddbcf89531f33 /lib/libcurses/wresize.3
parentcheck the length of data in memcpy's (diff)
downloadwireguard-openbsd-d2ffe6bf7b0cd86fe399a2efc19fa1415cfaf318.tar.xz
wireguard-openbsd-d2ffe6bf7b0cd86fe399a2efc19fa1415cfaf318.zip
ncurses-4.1-971213
Diffstat (limited to 'lib/libcurses/wresize.3')
-rw-r--r--lib/libcurses/wresize.36
1 files changed, 3 insertions, 3 deletions
diff --git a/lib/libcurses/wresize.3 b/lib/libcurses/wresize.3
index 0b968373abe..758359ff5e5 100644
--- a/lib/libcurses/wresize.3
+++ b/lib/libcurses/wresize.3
@@ -1,4 +1,4 @@
-.\" $OpenBSD: wresize.3,v 1.3 1997/12/03 05:45:07 millert Exp $
+.\" $OpenBSD: wresize.3,v 1.4 1997/12/14 23:15:48 millert Exp $
.\"*****************************************************************************
.\" Copyright 1996 by Thomas E. Dickey <dickey@clark.net> *
.\" All Rights Reserved. *
@@ -18,7 +18,7 @@
.\" CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF OR IN *
.\" CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. *
.\"*****************************************************************************
-.\" Id: wresize.3x,v 1.2 1996/09/07 14:51:04 tom Exp $
+.\" Id: wresize.3x,v 1.3 1997/12/06 22:06:00 tom Exp $
.TH wresize 3 ""
.
.SH NAME
@@ -49,7 +49,7 @@ The caller must ensure that the window's dimensions fit within the
actual screen dimensions.
.
.SH SEE ALSO
-\fBresizeterm\fR(3x).
+\fBresizeterm\fR(3).
.
.SH AUTHOR
Thomas Dickey (from an equivalent function written in 1988 for BSD curses).