CMUCL commit: cmucl-www/cmucl-www/www (install.html)

Raymond Toy rtoy at common-lisp.net
Fri Oct 16 22:50:47 CEST 2009


    Date: Friday, October 16, 2009 @ 16:50:47
  Author: rtoy
    Path: /project/cmucl/cvsroot/cmucl-www/cmucl-www/www

Modified: install.html

Fix some typos.


--------------+
 install.html |    6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)


Index: cmucl-www/cmucl-www/www/install.html
diff -u cmucl-www/cmucl-www/www/install.html:1.8 cmucl-www/cmucl-www/www/install.html:1.9
--- cmucl-www/cmucl-www/www/install.html:1.8	Wed Oct  7 09:41:24 2009
+++ cmucl-www/cmucl-www/www/install.html	Fri Oct 16 16:50:46 2009
@@ -170,12 +170,12 @@
 available.  Untar the patch somewhere where asdf will be able to find
 it.  Then simply use 
 <pre>
-(require :patch-<nnn>)
+(require :patch-nnn)
 </pre>
-if you your version of asdf has the hooks needed for this.  Otherwise,
+if your version of asdf has the hooks needed for this.  Otherwise,
 you can do
 <pre>
-(asdf:oos 'asdf:load-op :patch-<nnn>)
+(asdf:oos 'asdf:load-op :patch-nnn)
 </pre>
 
 @@FOOTER@@



More information about the cmucl-commit mailing list