From: Jari Aalto <jari.aalto@cante.net>
Subject: Manual page fixes
---
 lv.1 |   24 ++++++++++++------------
 1 file changed, 12 insertions(+), 12 deletions(-)

--- a/lv.1
+++ b/lv.1
@@ -220,8 +220,8 @@
 Set a tunable variable. Levee has a dozen or so user-definable
 variables which you can twiddle via this command. There are boolean,
 integer, and string variables that you can set. A string or integer
-variable is set by 'set xxx=yyy', a boolean variable is set via
-\'set xxx' or 'set noxxx'.
+variable is set by "set xxx=yyy", a boolean variable is set via
+"set xxx" or "set noxxx".
 
 Here are the settable variables (and abbreviations):
 .TP
@@ -271,8 +271,8 @@
 during searches.
 .TP
 .B "mapslash"
-(ST version only) Map '/' in filenames to
-'\\'.  If the environment contains `mapslash'
+(ST version only) Map "/" in filenames to "\\".
+If the environment contains `mapslash'
 when levee is called, this variable will
 default to true, otherwise it defaults to
 false. (See the documentation for the
@@ -377,7 +377,7 @@
 .TP
 .B g
 Do the change globally. That is, do it for every
-occurence  of patt on a  line,  rather than just
+occurrence  of patt on a  line,  rather than just
 once.
 .PP
 
@@ -570,7 +570,7 @@
 
 .TP
 .IB (*) (#)f(x)
-Find the next (count'th) occurance of a character on the current line.
+Find the next (count'th) occurrence of a character on the current line.
 For example, if the cursor is sitting on the first character of the
 line 'abcdef', typing "ff" will put the cursor on the 'f'.
 
@@ -606,7 +606,7 @@
 
 .TP
 .IB (*) n
-Find the next occurance of a search pattern. When you do a search with
+Find the next occurrence of a search pattern. When you do a search with
 a / or ? command, Levee will remember the pattern and the direction you
 searched in. 'n' will search in the same direction for the pattern, 'N'
 searches in the opposite direction.
@@ -679,7 +679,7 @@
 
 .TP
 .IB (*) (#)F(x)
-Move to the first (count'th) previous occurance of a character on the
+Move to the first (count'th) previous occurrence of a character on the
 current line. If you are sitting at the end of the line 'abcdef', typing
 "Fa" will move you back to the 'a' at the start of the line.
 
@@ -877,7 +877,7 @@
 
 Levee gives  special meanings to  some characters during
 a pattern match.  The character "." will match any one char,
-the character "*" will match zero or  more occurances of the
+the character "*" will match zero or  more occurrences of the
 previous char ( so, a* will match 'a','aa','aaa', etc, or it
 will match nothing at all). If a pattern begins with "^", it
 will  only match  at the  beginning of a line,  and patterns
@@ -914,11 +914,11 @@
 .B [A-Za-z][A-Za-z0-9]*
 Find the next identifier.
 .TP
-.B (\\*.*\\*)
+.B ([*].*[*])
 Find the next one-line pascal comment.
 .TP
 .B \<the\>
-Find the next occurance of `the'.
+Find the next occurrence of `the'.
 
 
 .SH LIMITATIONS
