updated for version 7.1a
diff --git a/runtime/doc/usr_01.txt b/runtime/doc/usr_01.txt
index fc3b3ee..9714903 100644
--- a/runtime/doc/usr_01.txt
+++ b/runtime/doc/usr_01.txt
@@ -1,4 +1,4 @@
-*usr_01.txt*	For Vim version 7.0.  Last change: 2006 Apr 24
+*usr_01.txt*	For Vim version 7.1a.  Last change: 2006 Oct 08
 
 		     VIM USER MANUAL - by Bram Moolenaar
 
@@ -57,10 +57,10 @@
 							*not-compatible*
 The manuals often assume you are using Vim with Vi-compatibility switched
 off.  For most commands this doesn't matter, but sometimes it is important,
-e.g., for multi-level undo.  An easy way to make sure you are using the right
-setup, copy the example vimrc file.  By doing this inside Vim you don't have
-to check out where it is located.  How to do this depends on the system you
-are using:
+e.g., for multi-level undo.  An easy way to make sure you are using a nice
+setup is to copy the example vimrc file.  By doing this inside Vim you don't
+have to check out where it is located.  How to do this depends on the system
+you are using:
 
 Unix: >
 	:!cp -i $VIMRUNTIME/vimrc_example.vim ~/.vimrc
@@ -155,7 +155,7 @@
 Moolenaar.  This material may be distributed only subject to the terms and
 conditions set forth in the Open Publication License, v1.0 or later.  The
 latest version is presently available at:
-	     http://www.opencontent.org/opl.shtml
+	     http://www.opencontent.org/openpub/
 
 People who contribute to the manuals must agree with the above copyright
 notice.
@@ -164,8 +164,8 @@
 Oualline (published by New Riders Publishing, ISBN: 0735710015).  The Open
 Publication License applies to this book.  Only selected parts are included
 and these have been modified (e.g., by removing the pictures, updating the
-text for Vim 6.0 and fixing mistakes).  The omission of the |frombook| tag
-does not mean that the text does not come from the book.
+text for Vim 6.0 and later, fixing mistakes).  The omission of the |frombook|
+tag does not mean that the text does not come from the book.
 
 Many thanks to Steve Oualline and New Riders for creating this book and
 publishing it under the OPL!  It has been a great help while writing the user