diff --git a/lib/libpanel/move_panel.3 b/lib/libpanel/move_panel.3 index 75344e853105..d6a6c49c883b 100644 --- a/lib/libpanel/move_panel.3 +++ b/lib/libpanel/move_panel.3 @@ -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 . diff --git a/lib/libpanel/panel_above.3 b/lib/libpanel/panel_above.3 index 97d0a52798e7..3624bdbad664 100644 --- a/lib/libpanel/panel_above.3 +++ b/lib/libpanel/panel_above.3 @@ -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