Attached is a patch file that covers the rest of the man-pages.

Anders
-- 
Anders Andersson <[EMAIL PROTECTED]>
UNIX, Networking and Security consultant
+46 (0)705 87 53 35
? spell.patch
Index: bin/fvwm-convert-2.4.1
===================================================================
RCS file: /home/cvs/fvwm/fvwm/bin/fvwm-convert-2.4.1,v
retrieving revision 1.2
diff -u -r1.2 fvwm-convert-2.4.1
--- bin/fvwm-convert-2.4.1      2002/04/25 16:34:26     1.2
+++ bin/fvwm-convert-2.4.1      2002/06/24 22:17:37
@@ -30,7 +30,7 @@
 is the default location for fvwm user configuration files.
 Different source and destination files may be given.
 If the destination file already exists, this program exits.
-WHile the program runs it will generate a temporary file with
+While the program runs it will generate a temporary file with
 the same name as the destination file with the suffix ".pass1"
 added.
 .PP
Index: bin/fvwm-menu-desktop.1
===================================================================
RCS file: /home/cvs/fvwm/fvwm/bin/fvwm-menu-desktop.1,v
retrieving revision 1.3
diff -u -r1.3 fvwm-menu-desktop.1
--- bin/fvwm-menu-desktop.1     2002/06/17 12:19:41     1.3
+++ bin/fvwm-menu-desktop.1     2002/06/24 22:17:37
@@ -134,11 +134,11 @@
 --fvwmgtk-alias MyGnomeMenu.
 
 Of course you can build FVWM (i.e., no FvwmGtk) GNOME menus.
-GNOME and KDE2 use PNG icons which are not suported by FVWM menu.
+GNOME and KDE2 use PNG icons which are not supported by FVWM menu.
 However, if you have XPM version of the GNOME or of the KDE2 (mini-)icons 
 you can build FVWM menus and style commands with these icons using the 
 option \-\-enable-tran-mini\-icons and \-\-enable\-tran\-style. The
-FVWM Themes package (http://fvwm-themes.sourceforge.net/) conatins
+FVWM Themes package (http://fvwm-themes.sourceforge.net/) contains
 an utility, fvwm-themes-images, which can convert automatically 
 (with the help of ImageMagick) all GNOME and KDE2 icons to XPM
 icons.
@@ -177,7 +177,7 @@
 + I AddToMenu "kde\-all" "Kde System%mini/mini\-k.xpm%" Popup kde\-sys
 .EE
 
-fvwm-menu-desktop takes into account your $LANG environement variable,
+fvwm-menu-desktop takes into account your $LANG environment variable,
 which may be overwritten using the --lang option.
 
 Hint, if you need a different menu font or item format from the ones used
@@ -334,7 +334,7 @@
 
 .IP \fB--wm-icons\fR
 This is a shortcut, which can be used if you plan to use icons from the
-wm-icons package. Currently this is equavalent to:
+wm-icons package. Currently this is equivalent to:
 \-\-enable\-mini\-icons
 \-\-mini\-icons\-path ''
 \-\-icon\-toptitle menu/folder-open.xpm:ow
Index: bin/fvwm-menu-headlines.1
===================================================================
RCS file: /home/cvs/fvwm/fvwm/bin/fvwm-menu-headlines.1,v
retrieving revision 1.5
diff -u -r1.5 fvwm-menu-headlines.1
--- bin/fvwm-menu-headlines.1   2002/06/15 09:35:06     1.5
+++ bin/fvwm-menu-headlines.1   2002/06/24 22:17:37
@@ -235,7 +235,7 @@
 Currently this is equivalent to: \-\-icon-title '' \-\-icon-item
 menu/information.xpm \-\-icon-home menu/home.xpm \-\-icon-error 
menu/choice-no.xpm.
 .PP
-\&\fB\*(--frontpage\fR [where] \- show site fronpage item in the menu too. 
Optional
+\&\fB\*(--frontpage\fR [where] \- show site frontpage item in the menu too. 
Optional
 value can be used to specify where this item will be placed in the menu \-
 \&'top' or 't', 'bottom' or 'b'.
 .PP
Index: modules/FvwmAuto/FvwmAuto.1
===================================================================
RCS file: /home/cvs/fvwm/fvwm/modules/FvwmAuto/FvwmAuto.1,v
retrieving revision 1.14
diff -u -r1.14 FvwmAuto.1
--- modules/FvwmAuto/FvwmAuto.1 2002/04/25 16:34:27     1.14
+++ modules/FvwmAuto/FvwmAuto.1 2002/06/24 22:17:37
@@ -70,11 +70,11 @@
 
 DestroyFunc RegisterFocus
 AddToFunc   RegisterFocus
-+ I Exec echo "`date +%T` $n focussed" >>/tmp/focus-stats.txt
++ I Exec echo "`date +%T` $n focused" >>/tmp/focus-stats.txt
 
 DestroyFunc RegisterUnfocus
 AddToFunc   RegisterUnfocus
-+ I Exec echo "`date +%T` $n unfocussed" >>/tmp/focus-stats.txt
++ I Exec echo "`date +%T` $n unfocused" >>/tmp/focus-stats.txt
 
 KillModule FvwmAuto
 Module FvwmAuto 250 Raise Nop
@@ -86,8 +86,8 @@
 
 There is a special Raise/Lower support in FvwmAuto. It was added to improve
 Raise/Lower callbacks, since most of FvwmAuto usages is auto-raising or
-auto-lowering. This imrovement includes locking on M_RAISE_WINDOW and
-M_LOWER_WINDOW packets and not raising/lowering explicitely raised windows.
+auto-lowering. This improvement includes locking on M_RAISE_WINDOW and
+M_LOWER_WINDOW packets and not raising/lowering explicitly raised windows.
 The special Raise/Lower support is enabled only when either
 \fIEnterCommand\fP or \fILeaveCommand\fP contain substring "Raise" or
 "Lower". You can use this fact to enable/disable any special support by
Index: modules/FvwmButtons/FvwmButtons.1
===================================================================
RCS file: /home/cvs/fvwm/fvwm/modules/FvwmButtons/FvwmButtons.1,v
retrieving revision 1.55
diff -u -r1.55 FvwmButtons.1
--- modules/FvwmButtons/FvwmButtons.1   2002/05/29 02:17:31     1.55
+++ modules/FvwmButtons/FvwmButtons.1   2002/06/24 22:17:38
@@ -226,7 +226,7 @@
 assigned to a button that swallowed an application window (see
 \fISwallow\fP option).  Such actions worked only when the border
 around the button was clicked.  This is now possible, but to get
-back the old behaviour, the \fIActionIgnoresClientWindow\fP can be
+back the old behavior, the \fIActionIgnoresClientWindow\fP can be
 used on the button:
 
 .nf
@@ -245,7 +245,7 @@
 
 .IP "ActionOnPress"
 Usually the action is executed on the button release except for the
-\fBPopup\fP action.  This option changes this behaviour, the action
+\fBPopup\fP action.  This option changes this behavior, the action
 is executed on the button press.  This may be good, for example,
 with \fBMenu\fP or \fBSendToModule\fP that generates popups, or
 when \fBFrame\fP is 0 and the button would look unresponsive otherwise.
@@ -598,7 +598,7 @@
 Action \fIcommand\fP or alternatively Swallow "\fIhangon\fP" \fIcommand\fP.
 .IP "The \fIcommand\fP"
 Any fvwm command is recognized by FvwmButtons.
-See fvwm(1) for more infomation.
+See fvwm(1) for more information.
 
 The Exec command has a small extension when used in Actions,
 its syntax is:
Index: modules/FvwmForm/FvwmForm.1
===================================================================
RCS file: /home/cvs/fvwm/fvwm/modules/FvwmForm/FvwmForm.1,v
retrieving revision 1.33
diff -u -r1.33 FvwmForm.1
--- modules/FvwmForm/FvwmForm.1 2002/05/29 21:11:07     1.33
+++ modules/FvwmForm/FvwmForm.1 2002/06/24 22:17:38
@@ -428,7 +428,7 @@
 This is a multiple-choice selection.
 .TP 4
 .B *FvwmForm: Choice \fIname\fP \fIvalue\fP "on | off" "\fIstring\fP"
-Specifies a choice for a preceeding selection.
+Specifies a choice for a proceeding selection.
 The choice item has a \fIname\fP and a \fIvalue\fP these are used in
 commands.  See *FvwmForm: Command.
 The \fIstring\fP is displayed to the right of the choice button
@@ -511,7 +511,7 @@
 
 When using the "?" and "!" forms to pass a string, the string is delimited
 by a right parenthesis.  If you need to put a right parenthesis in a string,
-preceed the right parenthesis with a backslash.
+precede the right parenthesis with a backslash.
 
 .TP 4
 .B *FvwmForm: UseData \fIdatafile\fP \fIleading\fP
@@ -763,7 +763,7 @@
 FvwmForm is original work of Thomas Zuwei Feng
 ([EMAIL PROTECTED]).
 
-Copyright Feb 1995, Thomas Zuwei Feng.  No guarantees or warrantees are
+Copyright Feb 1995, Thomas Zuwei Feng.  No guarantees or warranties are
 provided or implied in any way whatsoever.  Use this program at your own
 risk.  Permission to use, modify, and redistribute this program is hereby
 given, provided that this copyright is kept intact.
Index: modules/FvwmIdent/FvwmIdent.1
===================================================================
RCS file: /home/cvs/fvwm/fvwm/modules/FvwmIdent/FvwmIdent.1,v
retrieving revision 1.13
diff -u -r1.13 FvwmIdent.1
--- modules/FvwmIdent/FvwmIdent.1       2002/04/25 16:34:29     1.13
+++ modules/FvwmIdent/FvwmIdent.1       2002/06/24 22:17:38
@@ -45,7 +45,7 @@
 directory specified in the ModulePath configuration option to
 attempt to locate FvwmIdent. Although nothing keeps you from
 launching FvwmIdent at start-up time, you probably don't want to.
-Klicking into the the FvwmIdent window or pressing a key while it
+Clicking into the the FvwmIdent window or pressing a key while it
 has focus closes FvwmIdent. Pressing mouse button 2 in the window
 restarts FvwmIdent and asks for a new window to select.
 
@@ -72,7 +72,7 @@
 below the minimal layer. By default, the minimal layer is 4 just like
 the fvwm default layer. If \fIlayer\fP is 0, the layer of the target
 window is always used. If \fIlayer\fP is "default" or not specified,
-the default behaviour is restored. If \fIlayer\fP is "none", FvwmIdent
+the default behavior is restored. If \fIlayer\fP is "none", FvwmIdent
 is placed as a normal window even if the target window is above it.
 
 .SH AUTHOR
Index: modules/FvwmPerl/FvwmPerl.1
===================================================================
RCS file: /home/cvs/fvwm/fvwm/modules/FvwmPerl/FvwmPerl.1,v
retrieving revision 1.6
diff -u -r1.6 FvwmPerl.1
--- modules/FvwmPerl/FvwmPerl.1 2002/06/23 10:20:14     1.6
+++ modules/FvwmPerl/FvwmPerl.1 2002/06/24 22:17:38
@@ -153,7 +153,7 @@
 .SH "INVOCATION"
 .IX Header "INVOCATION"
 FvwmPerl may be invoked from a fvwmrc file.  If you want to invoke
-the unique and persistent instanse of FvwmPerl, it is suggested to
+the unique and persistent instance of FvwmPerl, it is suggested to
 do this from the \fIStartFunction\fR.  Calling it from the top is also
 possible, but has several issues not discussed here.
 .PP
@@ -178,7 +178,7 @@
 .PP
 \&\fB\-p\fR|\fB\*(--preprocess\fR file \- preprocess the given fvwmrc file
 .PP
-\&\fB\-c\fR|\fB\*(--command\fR line \- an \s-1FVWM\s0 command to be 
preprocessed intead of file
+\&\fB\-c\fR|\fB\*(--command\fR line \- an \s-1FVWM\s0 command to be 
preprocessed instead of file
 .PP
 \&\fB\-q\fR|\fB\*(--quote\fR char \- changes the default '%' quote
 .PP
@@ -193,14 +193,14 @@
 in this case, i.e. \fB\*(--nostay\fR is assumed.
 .PP
 \&\fB\*(--nolock\fR \- when one of the 3 action options is given, this option 
causes
-unlocking \fIfvwm\fR immediatelly. By default the requested action is executed
+unlocking \fIfvwm\fR immediately. By default the requested action is executed
 synchronously; this only makes difference when invoked like:
 .PP
 .Vb 1
 \&  ModuleSynchronous FvwmPerl --preprocess someconfig.ppp
 .Ve
-If \fB\*(--nolock\fR is added here, \fBModuleSynchronous\fR returns 
immediatelly.
-Note that \fBModule\fR returns immediatelly regardless of this option.
+If \fB\*(--nolock\fR is added here, \fBModuleSynchronous\fR returns 
immediately.
+Note that \fBModule\fR returns immediately regardless of this option.
 .SH "ACTIONS"
 .IX Header "ACTIONS"
 There are several actions that FvwmPerl may perform:
@@ -230,11 +230,11 @@
 Preprocess fvwmrc \fIfile\fR or (if \-\-command is given) \fIline\fR.
 This file contains lines that are not touched (usually \s-1FVWM\s0 commands)
 and specially preformatted perl code that is processed and replaced.
-Text enclosed in \fB%{\fR ... \fB}%\fR delimeters, that may start anywhere
+Text enclosed in \fB%{\fR ... \fB}%\fR delimiters, that may start anywhere
 on the line and end anywhere on the same or an other line, is perl code.
 .Sp
-The \fIquote\fR parameter changes perl code delimeters.  If a single char
-is given, like '@', the delimeters are [EMAIL PROTECTED] ... [EMAIL PROTECTED]
+The \fIquote\fR parameter changes perl code delimiters.  If a single char
+is given, like '@', the delimiters are [EMAIL PROTECTED] ... [EMAIL PROTECTED]
 If the given quote is 2 chars, like \fB<>\fR, the quotes are
 \&\fB<{\fR ... \fB}>\fR
 .Sp
@@ -465,7 +465,7 @@
 \&    SendToModule FvwmPerl preprocess --quote '@' my.ppp
 \&    SendToModule FvwmPerl eval preprocess({quote => '@'}, "my.ppp");
 .Ve
-Warning, you may affect the way FvwmPerl works by evaluating approprite
+Warning, you may affect the way FvwmPerl works by evaluating appropriate
 perl code, this is considered a feature not a bug.  But please don't do this,
 write your own \s-1FVWM\s0 module in perl instead.
 .SH "SEE ALSO"
Index: modules/FvwmScript/FvwmScript.1
===================================================================
RCS file: /home/cvs/fvwm/fvwm/modules/FvwmScript/FvwmScript.1,v
retrieving revision 1.33
diff -u -r1.33 FvwmScript.1
--- modules/FvwmScript/FvwmScript.1     2002/04/25 16:34:30     1.33
+++ modules/FvwmScript/FvwmScript.1     2002/06/24 22:17:38
@@ -678,7 +678,7 @@
 
 .RI "SendString " id " " sig " " str
 
-When an FvwmScript recieves such a message it sends to the Widget
+When an FvwmScript receives such a message it sends to the Widget
 .I id
 the signal numbered
 .I sig
Index: modules/FvwmTaskBar/FvwmTaskBar.1
===================================================================
RCS file: /home/cvs/fvwm/fvwm/modules/FvwmTaskBar/FvwmTaskBar.1,v
retrieving revision 1.30
diff -u -r1.30 FvwmTaskBar.1
--- modules/FvwmTaskBar/FvwmTaskBar.1   2002/04/25 16:34:31     1.30
+++ modules/FvwmTaskBar/FvwmTaskBar.1   2002/06/24 22:17:38
@@ -130,7 +130,7 @@
 
 .IP "*FvwmTaskBar: NoBrightFocus"
 By default the button which represents the window with the focus is
-highlighted. This option disables this feature.  \fINote:\fP uou will
+highlighted. This option disables this feature.  \fINote:\fP you will
 want this option if you use a pixmap (via FvwmTheme) for the background.
 
 .IP "*FvwmTaskBar: TipsFore \fIcolor\fP"
@@ -213,7 +213,7 @@
 (the minimum is hard coded at 32).
 
 .IP "*FvwmTaskBar: 3DFvwm"
-By default the buttons use a special (asymetric) 3D look. This option enables
+By default the buttons use a special (asymmetric) 3D look. This option enables
 a more classical 3D look (Ie., a la fvwm).
 
 .IP "*FvwmTaskBar: HighlightFocus"

Reply via email to