Hi, Some grammar fixes for libform.
Index: lib/libform/form_driver.3 =================================================================== RCS file: /cvs/src/lib/libform/form_driver.3,v retrieving revision 1.8 diff -u -p -u -p -r1.8 form_driver.3 --- lib/libform/form_driver.3 12 Jan 2010 23:22:07 -0000 1.8 +++ lib/libform/form_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 form driver requests are as follows: .TP 5 @@ -263,7 +263,7 @@ a REQ_NEXT_PAGE is generated for a doubl a REQ_LAST_FIELD is generated for a triple-click. .RE .PP -If you click at an field inside the display area of the form: +If you click at a field inside the display area of the form: .RS .TP 3 - @@ -274,7 +274,7 @@ If you double-click a field, the form cursor is positioned to that field and \fBE_UNKNOWN_COMMAND\fR is returned. This return value makes sense, -because a double click usually means that an field-specific action should +because a double click usually means that a field-specific action should be returned. It is exactly the purpose of this return value to signal that an application specific command should be executed. Index: lib/libform/form_fieldtype.3 =================================================================== RCS file: /cvs/src/lib/libform/form_fieldtype.3,v retrieving revision 1.12 diff -u -p -u -p -r1.12 form_fieldtype.3 --- lib/libform/form_fieldtype.3 14 Nov 2015 01:35:38 -0000 1.12 +++ lib/libform/form_fieldtype.3 2 Feb 2021 06:51:08 -0000 @@ -89,7 +89,7 @@ argument into a single scalar value. .PP The function \fBlink_fieldtype\fR creates a new field type from the two given types. -They are connected by an logical 'OR'. +They are connected by a logical 'OR'. .PP The form driver requests \fBREQ_NEXT_CHOICE\fR and \fBREQ_PREV_CHOICE\fR assume that the possible values of a field form an ordered set, and provide the forms
