diff --git a/doc/history_ack.html b/doc/history_ack.html
old mode 100755
new mode 100644
index c8527ba..3191dd0
--- a/doc/history_ack.html
+++ b/doc/history_ack.html
@@ -19,9 +19,9 @@
History and Acknowledgement
The library was under way for a long time. Dietmar Kühl originally intended
- to submit an array_traits class template which had most of
+ to submit an array_traits class template which had most of
the functionality present now, but only for arrays and standard containers.
- I believe this was back in 2001 or 2002.
+ I believe this was back in 2001 or 2002.
diff --git a/doc/intro.html b/doc/intro.html
old mode 100755
new mode 100644
index 9f41c72..82f10dc
--- a/doc/intro.html
+++ b/doc/intro.html
@@ -24,7 +24,7 @@
to a somewhat clumsy use of the algorithms with redundant specification
of container names. Therefore we would like to raise the abstraction level
for algorithms so they specify their interface in terms of Ranges as much as possible.
+ href="range.html">Ranges as much as possible.
diff --git a/doc/style.html b/doc/style.html
old mode 100755
new mode 100644
index cd82c94..4240a8c
--- a/doc/style.html
+++ b/doc/style.html
@@ -53,7 +53,7 @@
Bidirectional Range
@@ -329,7 +329,7 @@ class can propagate constness since it knows what a corresponding
const value_type& operator[]( difference_type at ) const;public:
- // rest of interface inherited from iterator_range
+ // rest of interface inherited from iterator_range};
} // namespace 'boost'
diff --git a/index.html b/index.html
old mode 100755
new mode 100644
index 5313690..56ba4eb
--- a/index.html
+++ b/index.html
@@ -22,7 +22,7 @@