diff options
author | Michael Witten <mfwitten@gmail.com> | 2012-04-01 20:49:02 -0400 |
---|---|---|
committer | Jiri Kosina <jkosina@suse.cz> | 2012-04-17 04:23:32 -0400 |
commit | c072c3f0e14f7ae3172771e98e24e2e0741e5daa (patch) | |
tree | 812aa08024e20346fae9b8e5522f7af0c19b971f | |
parent | 88f7a642cf0d6bdfa789593ba2b019ca940a3a72 (diff) |
README: Capitalize start of sentence
Signed-off-by: Michael Witten <mfwitten@gmail.com>
Acked-by: Randy Dunlap <rdunlap@xenotime.net>
Signed-off-by: Jiri Kosina <jkosina@suse.cz>
-rw-r--r-- | README | 6 |
1 files changed, 3 insertions, 3 deletions
@@ -218,11 +218,11 @@ CONFIGURING the kernel: | |||
218 | 218 | ||
219 | NOTES on "make config": | 219 | NOTES on "make config": |
220 | 220 | ||
221 | - having unnecessary drivers will make the kernel bigger, and can | 221 | - Having unnecessary drivers will make the kernel bigger, and can |
222 | under some circumstances lead to problems: probing for a | 222 | under some circumstances lead to problems: probing for a |
223 | nonexistent controller card may confuse your other controllers | 223 | nonexistent controller card may confuse your other controllers |
224 | 224 | ||
225 | - compiling the kernel with "Processor type" set higher than 386 | 225 | - Compiling the kernel with "Processor type" set higher than 386 |
226 | will result in a kernel that does NOT work on a 386. The | 226 | will result in a kernel that does NOT work on a 386. The |
227 | kernel will detect this on bootup, and give up. | 227 | kernel will detect this on bootup, and give up. |
228 | 228 | ||
@@ -232,7 +232,7 @@ CONFIGURING the kernel: | |||
232 | but will work on different machines regardless of whether they | 232 | but will work on different machines regardless of whether they |
233 | have a math coprocessor or not. | 233 | have a math coprocessor or not. |
234 | 234 | ||
235 | - the "kernel hacking" configuration details usually result in a | 235 | - The "kernel hacking" configuration details usually result in a |
236 | bigger or slower kernel (or both), and can even make the kernel | 236 | bigger or slower kernel (or both), and can even make the kernel |
237 | less stable by configuring some routines to actively try to | 237 | less stable by configuring some routines to actively try to |
238 | break bad code to find kernel problems (kmalloc()). Thus you | 238 | break bad code to find kernel problems (kmalloc()). Thus you |