Bug 89551 - GNU is frequently spelled Gnu
Summary: GNU is frequently spelled Gnu
Status: RESOLVED INVALID
Alias: None
Product: Documentation
Classification: Unclassified
Component: man-pages (show other bugs)
Hardware: All Linux
: P1 low
Assignee: documentation_man-pages@kernel-bugs.osdl.org
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2014-12-11 02:45 UTC by John Scott
Modified: 2015-01-06 14:15 UTC (History)
2 users (show)

See Also:
Kernel Version:
Subsystem:
Regression: No
Bisected commit-id:


Attachments

Description John Scott 2014-12-11 02:45:10 UTC
The official spelling of GNU is GNU and not Gnu. However, the Linux kernel documentation (including documentation included with the source code) often has it spelled Gnu. A good example is the Changes text file in the Documentation folder of recent source code archives. It has GNU Make spelled Gnu Make, GNU GCC spelled Gnu GCC, etc. This may be a minhor typo )that occurs many times in several parts of its documentation), but I think it makes Linux look improfessional and should be fixed whenever possible.
Comment 1 Roland Kletzing 2014-12-12 13:00:38 UTC
here is a list done via find/grep :

./Documentation/Changes:o  Gnu C                  3.2                     # gcc --version
./Documentation/Changes:o  Gnu make               3.80                    # make --version
./Documentation/Changes:You will need Gnu make 3.80 or later to build the kernel.
./arch/arm/nwfpe/ARM-gcc.h:example, the Gnu C Compiler (`gcc') requires that 64-bit literals be
./drivers/net/ethernet/i825xx/sun3_82586.c: * same Gnu Public License that covers that work.
./drivers/net/ethernet/i825xx/sun3_82586.h: * same Gnu Public License that covers that work.
./net/ipx/af_ipx.c: *   All the material in this file is subject to the Gnu license version 2.
./scripts/ver_linux:'NR==1{print "Gnu C                 ", $1}'
./scripts/ver_linux:      '/GNU Make/{print "Gnu make              ",$NF}'


if you want this fixed, i think the best way to proceed is to send patches to lkml.
Comment 2 Michael Kerrisk 2015-01-06 14:15:55 UTC
By all means, you might want to try sending patches to get this fixed, but, please, I would prefer not to clutter the man-pages bugzilla with reports that aren't even man-pages related.

Thanks,

Michael

Note You need to log in before you can comment on or make changes to this bug.