Hi, fixed, thanks. I also deleted trailing whitespace and added a missing comma while there.
Yours, Ingo > Index: faq/ports/guide.html > =================================================================== > RCS file: /cvs/www/faq/ports/guide.html,v > retrieving revision 1.75 > diff -u -p -r1.75 guide.html > --- faq/ports/guide.html 10 Nov 2017 15:37:41 -0000 1.75 > +++ faq/ports/guide.html 10 Nov 2017 17:43:02 -0000 > @@ -1206,10 +1206,10 @@ the following for you (ask on > upstreamed patches). > <br><br><li>Check the output of <tt>cvs -n up -d</tt>. > New files should be marked <tt>A</tt>, deleted files should be marked > -<tt>D</tt> and changed files should be maked <tt>M</tt>. > +<tt>D</tt> and changed files should be marked <tt>M</tt>. > Look for files marked <tt>?</tt> - did you mean to <tt>cvs add</tt> them? > -<br><br><li>If all is well, commit the new/deleted/changed files using > <tt>cvs > -commit</tt>. > +<br><br><li>If all is well, commit the new/deleted/changed files using > +<tt>cvs commit</tt>. > When invoking <tt>cvs commit</tt>, you can either list the files > individually, > or if you provide no filenames, CVS will recursively commit (be careful with > this feature).