Hey,

thanks for all the great work on 46, it's delicious.

I've been a bit confused to see in upgrade46.html commands with the
'#' prompt at the end of the page (for sysmerge and pkg_add) since no
preceding commands had a prompt. Reading '# sudo' was even
weirder. Wouldn't it be more consistent with the rest of the page to
remove them?

regards,

-- nl

Index: www/faq/upgrade46.html
===================================================================
RCS file: /cvs/openbsd/www/faq/upgrade46.html,v
retrieving revision 1.17
diff -u -r1.17 upgrade46.html
--- www/faq/upgrade46.html      19 Oct 2009 23:30:39 -0000      1.17
+++ www/faq/upgrade46.html      30 Oct 2009 13:47:17 -0000
@@ -615,7 +615,7 @@
 your $RELEASEPATH, run it with:
 
 <blockquote><pre>
-# <b>sudo sysmerge -as $RELEASEPATH/etc46.tgz -x $RELEASEPATH/xetc46.tgz</b>
+<b>sysmerge -as $RELEASEPATH/etc46.tgz -x $RELEASEPATH/xetc46.tgz</b>
 </pre></blockquote>
 
 Sysmerge(8) will show you a unified
@@ -705,7 +705,7 @@
 and use something like
  
 <blockquote><pre>
-#<b> pkg_add -ui -F update -F updatedepends</b>
+<b>pkg_add -ui -F update -F updatedepends</b>
 </pre></blockquote>
 
 where the <tt>-u</tt> indicates update mode, and <tt>-i</tt> specifies

Reply via email to