Comment 1 for bug 528253

Revision history for this message
Martin Pool (mbp) wrote :

A fix for this is in process.

I'm adding a reminder in the code standard that people should comply with the GNU policy.

As Glenn did in the originally linked message, I'm grepping the source and docs for the string "linux".

My general approach is:

 * if you mean Unix generally, including BSD and Mac OS X, say that
 * if we mean eg Ubuntu or Debian in particular, say that
 * if you mean all GNU/Linux systems, say that
 * if it's to match eg Python's use of 'linux2' as an identifier, use that
 * if you mean systems which use the Linux kernel, say that. In the code itself there are many occurences of the string 'linux' where we actually do mean the kernel behaves in a particular way.

In the documentation most of the occurrences are sloppy and should be fixed.

There is one symbol name that needs to be changed for this, but it's private and should be harmless to change.

If I missed anything please let me know.