Improve wording even more, suggested by Robert Elz.

This commit is contained in:
wiz 2015-11-01 11:02:23 +00:00
parent a75cbaa267
commit 180eabf53d
1 changed files with 7 additions and 3 deletions

View File

@ -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 deck can be obtained with
.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