Commit Diff


commit - bc70003f93acf1aca8e98db18baddbf4d78b5bc9
commit + 60d8851fece8a18e8297e822d95d7b7267bfe3d3
blob - 97a1e40131e742c3619ee9353512a30fb60d4bbc
blob + 777f908c0659810aea951598c315b6e98ee945fb
--- site/faq.gmi
+++ site/faq.gmi
@@ -68,7 +68,7 @@ Please attach the `make regress' output, the distro yo
 
 If you're technically inclined, you could also try to write a patch to fix the issue and attach it to the bug report: receiving patches makes me really happy!
 
-You can get the syscall name from the numbers by looking in the linux kernel headers.  Unfortunately the exact position differs from distro to distro, but they should be somewhere under /usr/local.  Once you know the name of the syscall, you can add it to the list in the `filter' array and reiterate the whole procedure until it works.
+You can get the syscall name from the numbers by looking in the linux kernel headers.  Unfortunately, the exact position differs from distro to distro, but they should be somewhere under /usr/include.  Once you know the name of the syscall, you can add it to the list in the `filter' array and reiterate the whole procedure until it works.
 
 Providing a patch *is not expected* and *is not a requirement* either.  It's just nice to do if you have the skill, time and patience to do so.