Fix six spelling typos in help.c

This commit is contained in:
Masanari Iida 2020-06-30 22:02:06 +09:00 committed by Kazuhito Hagio
parent c4862e1b24
commit 314d8c74ff

12
help.c
View File

@ -77,7 +77,7 @@ char *program_usage_info[] = {
" value is the physical start address of the block expressed in hexadecimal.",
" The physical address value(s) will be used to create a temporary ELF header",
" in /var/tmp, which will only exist during the crash session. If a raw RAM",
" dumpile represents a live memory source, such as that specified by the QEMU",
" dumpfile represents a live memory source, such as that specified by the QEMU",
" mem-path argument of a memory-backend-file object, then \"live:\" must be",
" prepended to the MEMORY-IMAGE name.",
"",
@ -3698,7 +3698,7 @@ char *help_ipcs[] = {
"[-smMq] [-n pid|task] [id | addr]",
" This command provides information on the System V IPC facilities. With no",
" arguments, the command will display kernel usage of all three factilities.",
" arguments, the command will display kernel usage of all three facilities.",
" ",
" -s show semaphore arrays.",
" -m show shared memory segments.",
@ -4517,7 +4517,7 @@ char *help_vm[] = {
"[-p | -P vma | -M mm | -v | -m | -x | -d | [-R reference] [pid | task]]"
"\n [-f vm_flags]",
" This command displays basic virtual memory information of a context,",
" consisting of a pointer to its mm_struct and page dirctory, its RSS and ",
" consisting of a pointer to its mm_struct and page directory, its RSS and ",
" total virtual memory size; and a list of pointers to each vm_area_struct,",
" its starting and ending address, vm_flags value, and file pathname. If no",
" arguments are entered, the current context is used. Additionally, the -p ",
@ -4539,7 +4539,7 @@ char *help_vm[] = {
" it can be entered manually in order to try to resurrect the",
" virtual memory data of the task.",
" -R reference search for references to this number or filename.",
" -m dump the mm_struct assocated with the task.",
" -m dump the mm_struct associated with the task.",
" -v dump all of the vm_area_structs associated with the task.",
" -x override the default output format for the -m or -v options",
" with hexadecimal format.",
@ -5196,7 +5196,7 @@ char *help_struct[] = {
" arg3 = 0",
" }",
" }\n",
" Display the flags and virtual members of 4 contigous page structures",
" Display the flags and virtual members of 4 contiguous page structures",
" in the mem_map page structure array:\n",
" %s> page.flags,virtual c101196c 4",
" flags = 0x8000,",
@ -6678,7 +6678,7 @@ char *help_kmem[] = {
" and kernel stacks, and the mem_map array. If found in any of",
" those areas, the information will be dumped in the same manner as",
" if the location-specific flags were used; if contained within a",
" curent task_struct or kernel stack, that task's context will be",
" current task_struct or kernel stack, that task's context will be",
" displayed.",
" address when used with -s or -S, searches the kmalloc() slab subsystem",
" for the slab containing of this virtual address, showing whether",