Hello,

received the CDs on friday, a very nice moment as always, thanks
everyone :-).

I saw minor typos in upgrade47.html while upgrading, useless prompt,
useless sudo and use of obsolete -F pkg_add flag:

Index: upgrade47.html
===================================================================
RCS file: /cvs/openbsd/www/faq/upgrade47.html,v
retrieving revision 1.8
diff -u -r1.8 upgrade47.html
--- upgrade47.html      6 May 2010 01:36:59 -0000       1.8
+++ upgrade47.html      9 May 2010 14:40:26 -0000
@@ -553,7 +553,7 @@
 your $RELEASEPATH, run it with:
 
 <blockquote><pre>
-# <b>sudo sysmerge -s $RELEASEPATH/etc47.tgz -x $RELEASEPATH/xetc47.tgz</b>
+<b>sysmerge -s $RELEASEPATH/etc47.tgz -x $RELEASEPATH/xetc47.tgz</b>
 </pre></blockquote>
 
 Sysmerge(8) will show you a unified
@@ -654,7 +654,7 @@
 and use something like
  
 <blockquote><pre>
-#<b> pkg_add -ui -F update -F updatedepends</b>
+<b>pkg_add -ui -D update -D updatedepends</b>
 </pre></blockquote>
 
 where the <tt>-u</tt> indicates update mode, and <tt>-i</tt> specifies

Reply via email to