On Sun, May 09, 2010 at 04:49:26PM +0200, Nicolas P. M. Legrand wrote: > 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> >
this should either be "#" or "$ sudo", i think, which is how we normally refer to prompts. i'm not sure whether that's a consistent faq thing too though. > 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> > that seems correct, though i only just noticed myself that -F is apparently obsolete. jmc

