On Tue, Feb 02, 2021 at 06:16:33PM +1100, Eddie Youseph wrote:
> Hi,
> 
> Couple of grammar fixes for libmenu menu_driver.3 and menu_post.3
> 

curses too, so same applies as my libform comments.
jmc

> Index: lib/libmenu/menu_driver.3
> ===================================================================
> RCS file: /cvs/src/lib/libmenu/menu_driver.3,v
> retrieving revision 1.7
> diff -u -p -u -p -r1.7 menu_driver.3
> --- lib/libmenu/menu_driver.3   12 Jan 2010 23:22:08 -0000      1.7
> +++ lib/libmenu/menu_driver.3   2 Feb 2021 06:51:08 -0000
> @@ -52,7 +52,7 @@ Printable characters (which must be posi
>  checked according to the program's locale settings.
>  .TP 3
>  -
> -The input is the KEY_MOUSE special key associated with an mouse event.
> +The input is the KEY_MOUSE special key associated with a mouse event.
>  .PP
>  The menu driver requests are as follows:
>  .TP 5
> Index: lib/libmenu/menu_post.3
> ===================================================================
> RCS file: /cvs/src/lib/libmenu/menu_post.3,v
> retrieving revision 1.8
> diff -u -p -u -p -r1.8 menu_post.3
> --- lib/libmenu/menu_post.3     15 Nov 2015 22:10:16 -0000      1.8
> +++ lib/libmenu/menu_post.3     2 Feb 2021 06:51:08 -0000
> @@ -44,7 +44,7 @@ int unpost_menu(MENU *menu);
>  .SH DESCRIPTION
>  The function \fBpost_menu\fR displays a menu to its associated subwindow.  To
>  trigger physical display of the subwindow, use \fBrefresh\fR or some 
> equivalent
> -\fBcurses\fR routine (the implicit \fBdoupdate\fR triggered by an 
> \fBcurses\fR
> +\fBcurses\fR routine (the implicit \fBdoupdate\fR triggered by a \fBcurses\fR
>  input request will do). \fBpost_menu\fR resets the selection status
> of all items.
>  .PP
>  The function \fBunpost_menu\fR erases menu from its associated subwindow.
> 

Reply via email to