* [OT] Capitals in kernel directory-names
@ 2004-04-16 8:36 Guennadi Liakhovetski
2004-04-16 8:53 ` Geert Uytterhoeven
0 siblings, 1 reply; 3+ messages in thread
From: Guennadi Liakhovetski @ 2004-04-16 8:36 UTC (permalink / raw)
To: linux-kernel
linux-2.6.5$ find . -name "*[A-Z]*" -type d
./arch/m68knommu/platform/68360/uCquicc
./arch/m68knommu/platform/5407/MOTOROLA
./arch/m68knommu/platform/5407/CLEOPATRA
./arch/m68knommu/platform/68VZ328
./arch/m68knommu/platform/5282/MOTOROLA
./arch/m68knommu/platform/68EZ328
./arch/m68knommu/platform/5307/MP3
./arch/m68knommu/platform/5307/ARNEWSH
./arch/m68knommu/platform/5307/CLEOPATRA
./arch/m68knommu/platform/5307/NETtel
./arch/m68knommu/platform/5307/MOTOROLA
./arch/m68knommu/platform/5272/MOTOROLA
./arch/m68knommu/platform/5272/NETtel
./arch/m68knommu/platform/5206e/MOTOROLA
./arch/m68knommu/platform/5206e/eLITE
./arch/m68knommu/platform/5249/MOTOROLA
./arch/m68knommu/platform/5206/ARNEWSH
./arch/um/os-Linux
./include/asm-ppc64/iSeries
./Documentation
./Documentation/DocBook
./Documentation/arm/SA1100
./Documentation/arm/XScale
./Documentation/arm/XScale/IOP3XX
./Documentation/arm/XScale/ADIFCC
./Documentation/sound/alsa/DocBook
./Documentation/BK-usage
Which drives to a conclusion, that generally kernel-developers
(rightfully) dislike capital letters in file- and, even more so, in
directory-names. And the only directories named with capitals are some
arch-specifics, and Documentation. Well, was the latter named so to avoid
using the doc(umentation) pattern?:-)
Regards
Guennadi
---------------------------------
Guennadi Liakhovetski, Ph.D.
DSA Daten- und Systemtechnik GmbH
Pascalstr. 28
D-52076 Aachen
Germany
^ permalink raw reply [flat|nested] 3+ messages in thread
* Re: [OT] Capitals in kernel directory-names
2004-04-16 8:36 [OT] Capitals in kernel directory-names Guennadi Liakhovetski
@ 2004-04-16 8:53 ` Geert Uytterhoeven
2004-04-16 9:07 ` Jamie Lokier
0 siblings, 1 reply; 3+ messages in thread
From: Geert Uytterhoeven @ 2004-04-16 8:53 UTC (permalink / raw)
To: Guennadi Liakhovetski; +Cc: Linux Kernel Development
On Fri, 16 Apr 2004, Guennadi Liakhovetski wrote:
> Which drives to a conclusion, that generally kernel-developers
> (rightfully) dislike capital letters in file- and, even more so, in
> directory-names. And the only directories named with capitals are some
> arch-specifics, and Documentation. Well, was the latter named so to avoid
> using the doc(umentation) pattern?:-)
Files and directories that start with capitals show up first when using `ls',
that's why people use e.g. README, INSTALL, and Documentation.
Gr{oetje,eeting}s,
Geert
--
Geert Uytterhoeven -- There's lots of Linux beyond ia32 -- geert@linux-m68k.org
In personal conversations with technical people, I call myself a hacker. But
when I'm talking to journalists I just say "programmer" or something like that.
-- Linus Torvalds
^ permalink raw reply [flat|nested] 3+ messages in thread
* Re: [OT] Capitals in kernel directory-names
2004-04-16 8:53 ` Geert Uytterhoeven
@ 2004-04-16 9:07 ` Jamie Lokier
0 siblings, 0 replies; 3+ messages in thread
From: Jamie Lokier @ 2004-04-16 9:07 UTC (permalink / raw)
To: Geert Uytterhoeven; +Cc: Guennadi Liakhovetski, Linux Kernel Development
Geert Uytterhoeven wrote:
> Files and directories that start with capitals show up first when using `ls',
> that's why people use e.g. README, INSTALL, and Documentation.
They used to. Maybe on your system they still do. (Hint: $LANG).
[jamie@dual dual-2.6.5]$ ls
arch Documentation init MAINTAINERS README sound
COPYING drivers ipc Makefile REPORTING-BUGS System.map
CREDITS fs kernel mm scripts usr
crypto include lib net security vmlinux
-- Jamie
^ permalink raw reply [flat|nested] 3+ messages in thread
end of thread, other threads:[~2004-04-16 9:08 UTC | newest]
Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2004-04-16 8:36 [OT] Capitals in kernel directory-names Guennadi Liakhovetski
2004-04-16 8:53 ` Geert Uytterhoeven
2004-04-16 9:07 ` Jamie Lokier
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox