A report from the documentation maintainer
A report from the documentation maintainer
Posted Oct 27, 2016 13:30 UTC (Thu) by cesarb (subscriber, #6266)Parent article: A report from the documentation maintainer
> Documentation/ is a long name, and is the only top-level directory in the kernel starting with a capital letter. One can joke that this distinction highlights the importance of documentation, but it's also a lot for people to type.
I have a simpler explanation: uppercase sorts first. Therefore, it (together with related files like README) gets "out of the way" of the real source code, instead of nesting somewhere between "arch" and "kernel".
Just take a look at https://git.kernel.org/cgit/linux/kernel/git/torvalds/lin... to see it in action. Also, won't most people type "D<TAB>" instead of the full name? (Conveniently, there's only one directory starting with uppercase D; "d<TAB>" leads to the device drivers.)
