aboutsummaryrefslogtreecommitdiffstats
path: root/Documentation/s390
diff options
context:
space:
mode:
authorMatt LaPlante <kernel1@cyberdogtech.com>2006-10-03 16:55:17 -0400
committerAdrian Bunk <bunk@stusta.de>2006-10-03 16:55:17 -0400
commit53cb47268e6b38180d9f253527135e1c69c5d310 (patch)
treeb264d89e3d21f0365fc4df0f32f5070bb4c6e91a /Documentation/s390
parentd6bc8ac9e13e466e844313b590fbc49f7f1abdea (diff)
Fix typos in Documentation/: 'S'
This patch fixes typos in various Documentation txts. The patch addresses some words starting with the letter 'S'. Signed-off-by: Matt LaPlante <kernel1@cyberdogtech.com> Acked-by: Alan Cox <alan@redhat.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.txt11
-rw-r--r--Documentation/s390/monreader.txt2
2 files changed, 7 insertions, 6 deletions
diff --git a/Documentation/s390/Debugging390.txt b/Documentation/s390/Debugging390.txt
index 2d826d84943f..c051ba27670d 100644
--- a/Documentation/s390/Debugging390.txt
+++ b/Documentation/s390/Debugging390.txt
@@ -317,9 +317,9 @@ Each process/thread under Linux for S390 has its own kernel task_struct
317defined in linux/include/linux/sched.h 317defined in linux/include/linux/sched.h
318The S390 on initialisation & resuming of a process on a cpu sets 318The S390 on initialisation & resuming of a process on a cpu sets
319the __LC_KERNEL_STACK variable in the spare prefix area for this cpu 319the __LC_KERNEL_STACK variable in the spare prefix area for this cpu
320( which we use for per processor globals). 320(which we use for per-processor globals).
321 321
322The kernel stack pointer is intimately tied with the task stucture for 322The kernel stack pointer is intimately tied with the task structure for
323each processor as follows. 323each processor as follows.
324 324
325 s/390 325 s/390
@@ -973,8 +973,9 @@ through the pipe for each line containing the string open.
973 973
974Example 3 974Example 3
975--------- 975---------
976Getting sophistocated 976Getting sophisticated
977telnetd crashes on & I don't know why 977telnetd crashes & I don't know why
978
978Steps 979Steps
979----- 980-----
9801) Replace the following line in /etc/inetd.conf 9811) Replace the following line in /etc/inetd.conf
@@ -1836,7 +1837,7 @@ RDRLIST
1836RECEIVE / LOG TXT A1 ( replace 1837RECEIVE / LOG TXT A1 ( replace
18378) 18388)
1838filel & press F11 to look at it 1839filel & press F11 to look at it
1839You should see someting like. 1840You should see something like:
1840 1841
184100020942' SSCH B2334000 0048813C CC 0 SCH 0000 DEV 7C08 184200020942' SSCH B2334000 0048813C CC 0 SCH 0000 DEV 7C08
1842 CPA 000FFDF0 PARM 00E2C9C4 KEY 0 FPI C0 LPM 80 1843 CPA 000FFDF0 PARM 00E2C9C4 KEY 0 FPI C0 LPM 80
diff --git a/Documentation/s390/monreader.txt b/Documentation/s390/monreader.txt
index d843bb04906e..beeaa4b24427 100644
--- a/Documentation/s390/monreader.txt
+++ b/Documentation/s390/monreader.txt
@@ -83,7 +83,7 @@ This loads the module and sets the DCSS name to "MYDCSS".
83 83
84NOTE: 84NOTE:
85----- 85-----
86This API provides no interface to control the *MONITOR service, e.g. specifiy 86This API provides no interface to control the *MONITOR service, e.g. specify
87which data should be collected. This can be done by the CP command MONITOR 87which data should be collected. This can be done by the CP command MONITOR
88(Class E privileged), see "CP Command and Utility Reference". 88(Class E privileged), see "CP Command and Utility Reference".
89 89