On 2017-11-10, Stephane HUC "PengouinBSD" <[email protected]> wrote: > This is an OpenPGP/MIME signed message (RFC 4880 and 3156) > --f2empdGgURcEx4RbHfuXNPvelBK6QVWlt > Content-Type: multipart/mixed; boundary="JiCCwKVcLBpeSw5spjGi4mbu1Me2Jkntg"; > protected-headers="v1" > From: "Stephane HUC \"PengouinBSD\"" <[email protected]> > Reply-To: [email protected] > To: [email protected] > Message-ID: <[email protected]> > Subject: CVS Diff : FAQ Ports Guide 2 > > --JiCCwKVcLBpeSw5spjGi4mbu1Me2Jkntg > Content-Type: multipart/mixed; > boundary="------------FEA13BD19437B5EAC8A151F1" > Content-Language: fr-xx-classique+reforme1990 > > This is a multi-part message in MIME format. > --------------FEA13BD19437B5EAC8A151F1 > Content-Type: text/plain; charset=utf-8 > Content-Transfer-Encoding: quoted-printable > > Hi, all. > > I attach a patch for the FAQ "Ports Guide" ;) > > > > --=20 > ~ " Fully Basic System Distinguish Life! " ~ " Libre as a BSD " +=3D<<< > ---- ><me>Stephane HUC as PengouinBSD or CIOTBSD</me> ><mail>[email protected]</mail> > > --------------FEA13BD19437B5EAC8A151F1 > Content-Type: text/x-patch; > name="faq_ports_guide.patch" > Content-Transfer-Encoding: quoted-printable > Content-Disposition: attachment; > filename="faq_ports_guide.patch" > > Index: faq/ports/guide.html >=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= >=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= >=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D > 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>.
This makes sense, > 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=20 > +<tt>cvs commit</tt>.=20 Whitespace/formatting changes that don't affect anything in the pages are just extra noise in diffs. Also, it would be better to send diffs inline, not as mime.

