Module Name: src
Committed By: wiz
Date: Sun Nov 1 11:02:23 UTC 2015
Modified Files:
src/lib/libpanel: panel_above.3
Log Message:
Improve wording even more, suggested by Robert Elz.
To generate a diff of this commit:
cvs rdiff -u -r1.6 -r1.7 src/lib/libpanel/panel_above.3
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Modified files:
Index: src/lib/libpanel/panel_above.3
diff -u src/lib/libpanel/panel_above.3:1.6 src/lib/libpanel/panel_above.3:1.7
--- src/lib/libpanel/panel_above.3:1.6 Sun Nov 1 08:54:37 2015
+++ src/lib/libpanel/panel_above.3 Sun Nov 1 11:02:23 2015
@@ -1,4 +1,4 @@
-.\" $NetBSD: panel_above.3,v 1.6 2015/11/01 08:54:37 wiz Exp $
+.\" $NetBSD: panel_above.3,v 1.7 2015/11/01 11:02:23 wiz Exp $
.\"
.\" Copyright (c) 2015 Valery Ushakov
.\" All rights reserved.
@@ -61,9 +61,13 @@ For a visible panel its neighbors in the
.Fn panel_above
and
.Fn panel_below .
-The bottom and the top panels can be obtained by passing a
+The top and the bottom panels can be obtained by passing a
.Dv NULL
-argument.
+argument to
+.Fn panel_above
+and
+.Fn panel_below ,
+respectively.
.Sh IMPLEMENTATION NOTES
The
.Fn top_panel