summaryrefslogtreecommitdiffstats
path: root/contrib/ncurses/man/panel.3x
diff options
context:
space:
mode:
Diffstat (limited to 'contrib/ncurses/man/panel.3x')
-rw-r--r--contrib/ncurses/man/panel.3x11
1 files changed, 7 insertions, 4 deletions
diff --git a/contrib/ncurses/man/panel.3x b/contrib/ncurses/man/panel.3x
index 7ebecc0..2896f01 100644
--- a/contrib/ncurses/man/panel.3x
+++ b/contrib/ncurses/man/panel.3x
@@ -1,5 +1,5 @@
.\"***************************************************************************
-.\" Copyright (c) 1998 Free Software Foundation, Inc. *
+.\" Copyright (c) 1998-2003,2006 Free Software Foundation, Inc. *
.\" *
.\" Permission is hereby granted, free of charge, to any person obtaining a *
.\" copy of this software and associated documentation files (the *
@@ -26,7 +26,7 @@
.\" authorization. *
.\"***************************************************************************
.\"
-.\" $Id: panel.3x,v 1.10 2000/08/13 01:56:47 tom Exp $
+.\" $Id: panel.3x,v 1.12 2006/05/13 15:35:45 tom Exp $
.TH panel 3X ""
.ds n 5
.ds d @TERMINFO@
@@ -77,7 +77,7 @@ The set of currently visible panels is the stack of panels. The
of the stack.
.P
A window is associated with every panel. The panel routines enable
-you to create, move, hides, and show panels, as well as position a
+you to create, move, hide, and show panels, as well as position a
panel at any desired location in the stack.
.P
Panel routines are a functional layer added to \fBcurses\fR(3X), make only
@@ -166,7 +166,7 @@ function to ensure compatibility with native panel libraries.
.SH NOTE
In your library list, libpanel.a should be before libncurses.a; that is,
you want to say `-lpanel -lncurses', not the other way around (which would
-give you a link error using GNU \fBld\fR(1) and some other linkers).
+usually give a link-error).
.SH FILES
.P
panel.h
@@ -176,6 +176,9 @@ libpanel.a
the panels library itself
.SH SEE ALSO
\fBcurses\fR(3X)
+.PP
+This describes \fBncurses\fR
+version @NCURSES_MAJOR@.@NCURSES_MINOR@ (patch @NCURSES_PATCH@).
.SH AUTHOR
Originally written by Warren Tucker <wht@n4hgf.mt-park.ga.us>,
primarily to assist in porting u386mon to systems without a native
OpenPOWER on IntegriCloud