aboutsummaryrefslogtreecommitdiffstats
path: root/Documentation/s390
diff options
context:
space:
mode:
authorMatt LaPlante <kernel1@cyberdogtech.com>2006-10-03 16:50:39 -0400
committerAdrian Bunk <bunk@stusta.de>2006-10-03 16:50:39 -0400
commit2fe0ae78c6975d6fa2fc0c84f2b8944543054105 (patch)
tree005a185c1043f5b99f4cd851ad071d6e95025064 /Documentation/s390
parenta2ffd2751683f4275d4d1aa5ce37e5a6a1ae21df (diff)
Fix typos in Documentation/: 'H'-'M'
This patch fixes typos in various Documentation txts. The patch addresses some words starting with the letters 'H'-'M'. Signed-off-by: Matt LaPlante <kernel1@cyberdogtech.com> Acked-by: Randy Dunlap <rdunlap@xenotime.net> Signed-off-by: Adrian Bunk <bunk@stusta.de>
Diffstat (limited to 'Documentation/s390')
-rw-r--r--Documentation/s390/Debugging390.txt8
-rw-r--r--Documentation/s390/cds.txt2
2 files changed, 5 insertions, 5 deletions
diff --git a/Documentation/s390/Debugging390.txt b/Documentation/s390/Debugging390.txt
index 248953a2574b..e506e8d333ed 100644
--- a/Documentation/s390/Debugging390.txt
+++ b/Documentation/s390/Debugging390.txt
@@ -912,8 +912,8 @@ If you wanted to know does ping work but didn't have the source
912strace ping -c 1 127.0.0.1 912strace ping -c 1 127.0.0.1
913& then look at the man pages for each of the syscalls below, 913& then look at the man pages for each of the syscalls below,
914( In fact this is sometimes easier than looking at some spagetti 914( In fact this is sometimes easier than looking at some spagetti
915source which conditionally compiles for several architectures ) 915source which conditionally compiles for several architectures ).
916Not everything that it throws out needs to make sense immeadiately 916Not everything that it throws out needs to make sense immediately.
917 917
918Just looking quickly you can see that it is making up a RAW socket 918Just looking quickly you can see that it is making up a RAW socket
919for the ICMP protocol. 919for the ICMP protocol.
@@ -2315,7 +2315,7 @@ Showing us the shared libraries init uses where they are in memory
2315/proc/1/mem is the current running processes memory which you 2315/proc/1/mem is the current running processes memory which you
2316can read & write to like a file. 2316can read & write to like a file.
2317strace uses this sometimes as it is a bit faster than the 2317strace uses this sometimes as it is a bit faster than the
2318rather inefficent ptrace interface for peeking at DATA. 2318rather inefficient ptrace interface for peeking at DATA.
2319 2319
2320 2320
2321cat status 2321cat status
@@ -2445,7 +2445,7 @@ displays the following lines as it executes them.
2445+ RELSTATUS=release 2445+ RELSTATUS=release
2446+ MACHTYPE=i586-pc-linux-gnu 2446+ MACHTYPE=i586-pc-linux-gnu
2447 2447
2448perl -d <scriptname> runs the perlscript in a fully intercative debugger 2448perl -d <scriptname> runs the perlscript in a fully interactive debugger
2449<like gdb>. 2449<like gdb>.
2450Type 'h' in the debugger for help. 2450Type 'h' in the debugger for help.
2451 2451
diff --git a/Documentation/s390/cds.txt b/Documentation/s390/cds.txt
index 3746b6d7b4ba..59a5616ae33a 100644
--- a/Documentation/s390/cds.txt
+++ b/Documentation/s390/cds.txt
@@ -325,7 +325,7 @@ with the following CCW flags values defined :
325 325
326CCW_FLAG_DC - data chaining 326CCW_FLAG_DC - data chaining
327CCW_FLAG_CC - command chaining 327CCW_FLAG_CC - command chaining
328CCW_FLAG_SLI - suppress incorrct length 328CCW_FLAG_SLI - suppress incorrect length
329CCW_FLAG_SKIP - skip 329CCW_FLAG_SKIP - skip
330CCW_FLAG_PCI - PCI 330CCW_FLAG_PCI - PCI
331CCW_FLAG_IDA - indirect addressing 331CCW_FLAG_IDA - indirect addressing