Improve wording.

This commit is contained in:
wiz 2015-11-01 08:54:37 +00:00
parent c1ef8df3ab
commit c1bac8eb81
1 changed files with 2 additions and 2 deletions

View File

@ -1,4 +1,4 @@
.\" $NetBSD: panel_above.3,v 1.5 2015/11/01 01:40:23 uwe Exp $
.\" $NetBSD: panel_above.3,v 1.6 2015/11/01 08:54:37 wiz Exp $
.\"
.\" Copyright (c) 2015 Valery Ushakov
.\" All rights reserved.
@ -61,7 +61,7 @@ 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 them
The bottom and the top panels can be obtained by passing a
.Dv NULL
argument.
.Sh IMPLEMENTATION NOTES