Module Name: src
Committed By: wiz
Date: Wed Oct 28 10:18:54 UTC 2015
Modified Files:
src/lib/libpanel: move_panel.3 panel_above.3
Log Message:
Fix whitespace.
To generate a diff of this commit:
cvs rdiff -u -r1.2 -r1.3 src/lib/libpanel/move_panel.3 \
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/move_panel.3
diff -u src/lib/libpanel/move_panel.3:1.2 src/lib/libpanel/move_panel.3:1.3
--- src/lib/libpanel/move_panel.3:1.2 Wed Oct 28 02:23:50 2015
+++ src/lib/libpanel/move_panel.3 Wed Oct 28 10:18:54 2015
@@ -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 .
Index: src/lib/libpanel/panel_above.3
diff -u src/lib/libpanel/panel_above.3:1.2 src/lib/libpanel/panel_above.3:1.3
--- src/lib/libpanel/panel_above.3:1.2 Wed Oct 28 02:23:50 2015
+++ src/lib/libpanel/panel_above.3 Wed Oct 28 10:18:54 2015
@@ -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