Fix some typos, noted in PR 19651.

This commit is contained in:
wiz 2003-01-04 00:37:17 +00:00
parent 6ff5d1b485
commit bf37d79146
4 changed files with 6 additions and 6 deletions

View File

@ -4,7 +4,7 @@
.el .ne 3
.IP "\\$1" \\$2
..
.TH cdk_dialog 3 "24 APril 1997"
.TH cdk_dialog 3 "24 April 1997"
.SH NAME
newCDKDialog, activateCDKDialog, injectCDKDialog, drawCDKDialog,
setCDKDialog, setCDKDialogHighlight, getCDKDialogHighlight,

View File

@ -522,9 +522,9 @@ CTRL-X Cuts the contents from the widget and saves a copy in
the paste buffer.
CTRL-Y Copies the contents of the widget into the paste buffer.
CTRL-U Erases the contents of the widget.
CTRL-A Moves the cursor to the begining of the entry field.
CTRL-A Moves the cursor to the beginning of the entry field.
CTRL-E Moves the cursor to the end of the entry field.
CTRL-T Transposes the characer under the cursor with the
CTRL-T Transposes the character under the cursor with the
character to the right.
Return Exits the widget and returns a \f4char *\f1 representing
the information which was typed into the field. It also

View File

@ -214,7 +214,7 @@ This returns the character in the graph at the given index.
void setCDKGraphDisplayType (CDKGRAPH *\f2graph\f1, EGraphDisplayType \f2type\f1);
.RS 3
This function allows the programmer tochange the way the graph draws itself.
This function allows the programmer to change the way the graph draws itself.
The parameter \f2displayType\f1 accepts either \f4vPLOT\f1, to make the graph
draw the values as a plot graph, or \f4vLINE\f1 to draw the values as a line
graph.

View File

@ -491,9 +491,9 @@ CTRL-X Cuts the contents from the widget and saves a copy in
the paste buffer.
CTRL-Y Copies the contents of the widget into the paste buffer.
CTRL-U Erases the contents of the widget.
CTRL-A Moves the cursor to the begining of the entry field.
CTRL-A Moves the cursor to the beginning of the entry field.
CTRL-E Moves the cursor to the end of the entry field.
CTRL-T Transposes the characer under the cursor with the
CTRL-T Transposes the character under the cursor with the
character to the right.
Return Exits the widget and returns a \f4char *\f1 representing
the information which was typed into the field. It also