specialtopics.html small typo
Charles Smith <[email protected]>
| Newsgroups | gmane.os.openbsd.www |
|---|---|
| Message-ID | <[email protected]> |
s/fonctions/functions/ Index: specialtopics.html =================================================================== RCS file: /cvs/www/faq/ports/specialtopics.html,v retrieving revision 1.3 diff -u -r1.3 specialtopics.html --- specialtopics.html 18 Jun 2009 21:40:26 -0000 1.3 +++ specialtopics.html 24 Jun 2009 07:40:43 -0000 @@ -86,7 +86,7 @@ should trigger a major number bump. <li>A good hint is to compare the output of <b>nm -g oldlib.so.X.Y | cut -c10- | grep -e^T</b> and <b>nm -g newlib.so.X.Y | cut --c10- | grep -e^T</b>. This won't show if fonctions arguments type changed, +-c10- | grep -e^T</b>. This won't show if functions arguments type changed, but at least you'll see quickly if some functions were added and/or removed. </ul> <p>