diff options
author | Sanjeev <ghane0@gmail.com> | 2017-01-10 21:28:40 +0300 |
---|---|---|
committer | Jonathan Corbet <corbet@lwn.net> | 2017-01-13 20:57:30 +0300 |
commit | e57ae44a584f6d574b45d40a036b8c7ddd5d0feb (patch) | |
tree | ae2abb4e39d60fad097622fb7feed924afdf5ed3 /Documentation/admin-guide | |
parent | ada5f446bbe504ddf5a374cae65b39108db86867 (diff) | |
download | linux-e57ae44a584f6d574b45d40a036b8c7ddd5d0feb.tar.xz |
Doc: clarify that GPL is GPL v2, not v2+
... and a minor missing period at EOL
Signed-off-by: Sanjeev Gupta <ghane0@gmail.com>
Signed-off-by: Jonathan Corbet <corbet@lwn.net>
Diffstat (limited to 'Documentation/admin-guide')
-rw-r--r-- | Documentation/admin-guide/README.rst | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/Documentation/admin-guide/README.rst b/Documentation/admin-guide/README.rst index 1b6dfb2b3adb..697a00ccec25 100644 --- a/Documentation/admin-guide/README.rst +++ b/Documentation/admin-guide/README.rst @@ -17,7 +17,7 @@ What is Linux? loading, shared copy-on-write executables, proper memory management, and multistack networking including IPv4 and IPv6. - It is distributed under the GNU General Public License - see the + It is distributed under the GNU General Public License v2 - see the accompanying COPYING file for more details. On what hardware does it run? @@ -236,7 +236,7 @@ Configuring the kernel - Having unnecessary drivers will make the kernel bigger, and can under some circumstances lead to problems: probing for a - nonexistent controller card may confuse your other controllers + nonexistent controller card may confuse your other controllers. - A kernel with math-emulation compiled in will still use the coprocessor if one is present: the math emulation will just |