Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 6d12760c authored by Michael Witten's avatar Michael Witten Committed by Jiri Kosina
Browse files

README: `Alternately' -> `Alternatively'



Also, one `Alternate' was changed to `Alternative' for the
sake of consistency.

Signed-off-by: default avatarMichael Witten <mfwitten@gmail.com>
Acked-by: default avatarRandy Dunlap <rdunlap@xenotime.net>
Signed-off-by: default avatarJiri Kosina <jkosina@suse.cz>
parent a6144bb9
Loading
Loading
Loading
Loading
+3 −3
Original line number Original line Diff line number Diff line
@@ -163,7 +163,7 @@ CONFIGURING the kernel:
   new version with minimal work, use "make oldconfig", which will
   new version with minimal work, use "make oldconfig", which will
   only ask you for the answers to new questions.
   only ask you for the answers to new questions.


 - Alternate configuration commands are:
 - Alternative configuration commands are:
	"make config"      Plain text interface.
	"make config"      Plain text interface.
	"make menuconfig"  Text based color menus, radiolists & dialogs.
	"make menuconfig"  Text based color menus, radiolists & dialogs.
	"make nconfig"     Enhanced text based color menus.
	"make nconfig"     Enhanced text based color menus.
@@ -328,7 +328,7 @@ IF SOMETHING GOES WRONG:
   sense of the dump (but compiling with CONFIG_KALLSYMS is usually preferred).
   sense of the dump (but compiling with CONFIG_KALLSYMS is usually preferred).
   This utility can be downloaded from
   This utility can be downloaded from
   ftp://ftp.<country>.kernel.org/pub/linux/utils/kernel/ksymoops/ .
   ftp://ftp.<country>.kernel.org/pub/linux/utils/kernel/ksymoops/ .
   Alternately, you can do the dump lookup by hand:
   Alternatively, you can do the dump lookup by hand:


 - In debugging dumps like the above, it helps enormously if you can
 - In debugging dumps like the above, it helps enormously if you can
   look up what the EIP value means.  The hex value as such doesn't help
   look up what the EIP value means.  The hex value as such doesn't help
@@ -361,7 +361,7 @@ IF SOMETHING GOES WRONG:
   kernel image or similar), telling me as much about your setup as
   kernel image or similar), telling me as much about your setup as
   possible will help.  Please read the REPORTING-BUGS document for details.
   possible will help.  Please read the REPORTING-BUGS document for details.


 - Alternately, you can use gdb on a running kernel. (read-only; i.e. you
 - Alternatively, you can use gdb on a running kernel. (read-only; i.e. you
   cannot change values or set break points.) To do this, first compile the
   cannot change values or set break points.) To do this, first compile the
   kernel with -g; edit arch/i386/Makefile appropriately, then do a "make
   kernel with -g; edit arch/i386/Makefile appropriately, then do a "make
   clean". You'll also need to enable CONFIG_PROC_FS (via "make config").
   clean". You'll also need to enable CONFIG_PROC_FS (via "make config").