Fix whitespace.

This commit is contained in:
wiz 2015-10-28 10:18:54 +00:00
parent 8249bf064f
commit 9b23e645c3
2 changed files with 3 additions and 4 deletions

View File

@ -1,4 +1,4 @@
.\" $NetBSD: move_panel.3,v 1.2 2015/10/28 02:23:50 uwe Exp $
.\" $NetBSD: move_panel.3,v 1.3 2015/10/28 10:18:54 wiz Exp $
.\"
.\" Copyright (c) 2015 Valery Ushakov
.\" All rights reserved.
@ -45,7 +45,7 @@ The
.Fa y
and
.Fa x
positions are the new origin of the panel on the screen.
positions are the new origin of the panel on the screen.
.Pp
This function is panel library counterpart of curses
.Xr mvwin 3 .

View File

@ -1,4 +1,4 @@
.\" $NetBSD: panel_above.3,v 1.2 2015/10/28 02:23:50 uwe Exp $
.\" $NetBSD: panel_above.3,v 1.3 2015/10/28 10:18:54 wiz Exp $
.\"
.\" Copyright (c) 2015 Valery Ushakov
.\" All rights reserved.
@ -91,6 +91,5 @@ The function completed successfully.
.It Dv ERR
An error occurred in the function.
.El
.Sh SEE ALSO
.Xr panel 3