aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMichael Witten2012-04-01 19:33:02 -0500
committerJiri Kosina2012-04-17 03:23:32 -0500
commit6d12760c9f3d961a8bfc23ba9702d12f7eea35dd (patch)
tree79f8100f2b5df8061c646e03a9a1aa7afd38055c
parenta6144bb9e7b4c82f7366bd74f8beac826f5f6b7f (diff)
downloadkernel-omap-6d12760c9f3d961a8bfc23ba9702d12f7eea35dd.tar.gz
kernel-omap-6d12760c9f3d961a8bfc23ba9702d12f7eea35dd.tar.xz
kernel-omap-6d12760c9f3d961a8bfc23ba9702d12f7eea35dd.zip
README: `Alternately' -> `Alternatively'
Also, one `Alternate' was changed to `Alternative' for the sake of consistency. 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--README6
1 files changed, 3 insertions, 3 deletions
diff --git a/README b/README
index 9853cadec8cd..73e2c0c284dd 100644
--- a/README
+++ b/README
@@ -163,7 +163,7 @@ CONFIGURING the kernel:
163 new version with minimal work, use "make oldconfig", which will 163 new version with minimal work, use "make oldconfig", which will
164 only ask you for the answers to new questions. 164 only ask you for the answers to new questions.
165 165
166 - Alternate configuration commands are: 166 - Alternative configuration commands are:
167 "make config" Plain text interface. 167 "make config" Plain text interface.
168 "make menuconfig" Text based color menus, radiolists & dialogs. 168 "make menuconfig" Text based color menus, radiolists & dialogs.
169 "make nconfig" Enhanced text based color menus. 169 "make nconfig" Enhanced text based color menus.
@@ -328,7 +328,7 @@ IF SOMETHING GOES WRONG:
328 sense of the dump (but compiling with CONFIG_KALLSYMS is usually preferred). 328 sense of the dump (but compiling with CONFIG_KALLSYMS is usually preferred).
329 This utility can be downloaded from 329 This utility can be downloaded from
330 ftp://ftp.<country>.kernel.org/pub/linux/utils/kernel/ksymoops/ . 330 ftp://ftp.<country>.kernel.org/pub/linux/utils/kernel/ksymoops/ .
331 Alternately, you can do the dump lookup by hand: 331 Alternatively, you can do the dump lookup by hand:
332 332
333 - In debugging dumps like the above, it helps enormously if you can 333 - In debugging dumps like the above, it helps enormously if you can
334 look up what the EIP value means. The hex value as such doesn't help 334 look up what the EIP value means. The hex value as such doesn't help
@@ -361,7 +361,7 @@ IF SOMETHING GOES WRONG:
361 kernel image or similar), telling me as much about your setup as 361 kernel image or similar), telling me as much about your setup as
362 possible will help. Please read the REPORTING-BUGS document for details. 362 possible will help. Please read the REPORTING-BUGS document for details.
363 363
364 - Alternately, you can use gdb on a running kernel. (read-only; i.e. you 364 - Alternatively, you can use gdb on a running kernel. (read-only; i.e. you
365 cannot change values or set break points.) To do this, first compile the 365 cannot change values or set break points.) To do this, first compile the
366 kernel with -g; edit arch/i386/Makefile appropriately, then do a "make 366 kernel with -g; edit arch/i386/Makefile appropriately, then do a "make
367 clean". You'll also need to enable CONFIG_PROC_FS (via "make config"). 367 clean". You'll also need to enable CONFIG_PROC_FS (via "make config").