aboutsummaryrefslogtreecommitdiffstats
path: root/src/s
diff options
context:
space:
mode:
authorJim Blandy1993-06-09 11:59:12 +0000
committerJim Blandy1993-06-09 11:59:12 +0000
commiteb8c3be94e12644f506b8857e49ffef88046bb0b (patch)
tree505c4ea5ae59214e4d6e749047d160c98191c9d2 /src/s
parent16a4a21d0117ef5ed346f340f244fe199d3c8a26 (diff)
downloademacs-eb8c3be94e12644f506b8857e49ffef88046bb0b.tar.gz
emacs-eb8c3be94e12644f506b8857e49ffef88046bb0b.zip
Apply typo patches from Paul Eggert.
Diffstat (limited to 'src/s')
-rw-r--r--src/s/aix3-1.h2
-rw-r--r--src/s/dgux.h2
-rw-r--r--src/s/gnu-linux.h2
-rw-r--r--src/s/hpux.h4
-rw-r--r--src/s/iris3-5.h2
-rw-r--r--src/s/iris3-6.h2
-rw-r--r--src/s/irix3-3.h2
-rw-r--r--src/s/osf1.h2
-rw-r--r--src/s/rtu.h4
-rw-r--r--src/s/sunos4-1.h2
-rw-r--r--src/s/template.h4
-rw-r--r--src/s/umax.h2
-rw-r--r--src/s/unipl5-0.h2
-rw-r--r--src/s/unipl5-2.h2
-rw-r--r--src/s/usg5-0.h2
-rw-r--r--src/s/usg5-2-2.h2
-rw-r--r--src/s/usg5-2.h2
-rw-r--r--src/s/xenix.h4
18 files changed, 22 insertions, 22 deletions
diff --git a/src/s/aix3-1.h b/src/s/aix3-1.h
index f75518675d6..d7e20a4eaf2 100644
--- a/src/s/aix3-1.h
+++ b/src/s/aix3-1.h
@@ -180,7 +180,7 @@ the Free Software Foundation, 675 Mass Ave, Cambridge, MA 02139, USA. */
180#define _setjmp setjmp 180#define _setjmp setjmp
181#define _longjmp longjmp 181#define _longjmp longjmp
182 182
183/* On USG systems the system calls are interruptable by signals 183/* On USG systems the system calls are interruptible by signals
184 that the user program has elected to catch. Thus the system call 184 that the user program has elected to catch. Thus the system call
185 must be retried in these cases. To handle this without massive 185 must be retried in these cases. To handle this without massive
186 changes in the source code, we remap the standard system call names 186 changes in the source code, we remap the standard system call names
diff --git a/src/s/dgux.h b/src/s/dgux.h
index 65530877c43..2e6ac7a08a0 100644
--- a/src/s/dgux.h
+++ b/src/s/dgux.h
@@ -52,7 +52,7 @@ the Free Software Foundation, 675 Mass Ave, Cambridge, MA 02139, USA. */
52 Define INTERRUPT_INPUT to make interrupt_input = 1 the default (use SIGIO) 52 Define INTERRUPT_INPUT to make interrupt_input = 1 the default (use SIGIO)
53 53
54 SIGIO can be used only on systems that implement it (4.2 and 4.3). 54 SIGIO can be used only on systems that implement it (4.2 and 4.3).
55 CBREAK mode has two disadvatages 55 CBREAK mode has two disadvantages
56 1) At least in 4.2, it is impossible to handle the Meta key properly. 56 1) At least in 4.2, it is impossible to handle the Meta key properly.
57 I hear that in system V this problem does not exist. 57 I hear that in system V this problem does not exist.
58 2) Control-G causes output to be discarded. 58 2) Control-G causes output to be discarded.
diff --git a/src/s/gnu-linux.h b/src/s/gnu-linux.h
index ddedcc3cb0b..1499d819466 100644
--- a/src/s/gnu-linux.h
+++ b/src/s/gnu-linux.h
@@ -42,7 +42,7 @@ the Free Software Foundation, 675 Mass Ave, Cambridge, MA 02139, USA. */
42 Define INTERRUPT_INPUT to make interrupt_input = 1 the default (use SIGIO) 42 Define INTERRUPT_INPUT to make interrupt_input = 1 the default (use SIGIO)
43 43
44 SIGIO can be used only on systems that implement it (4.2 and 4.3). 44 SIGIO can be used only on systems that implement it (4.2 and 4.3).
45 CBREAK mode has two disadvatages 45 CBREAK mode has two disadvantages
46 1) At least in 4.2, it is impossible to handle the Meta key properly. 46 1) At least in 4.2, it is impossible to handle the Meta key properly.
47 I hear that in system V this problem does not exist. 47 I hear that in system V this problem does not exist.
48 2) Control-G causes output to be discarded. 48 2) Control-G causes output to be discarded.
diff --git a/src/s/hpux.h b/src/s/hpux.h
index cd15e1ce13d..03dd1836187 100644
--- a/src/s/hpux.h
+++ b/src/s/hpux.h
@@ -98,7 +98,7 @@ the Free Software Foundation, 675 Mass Ave, Cambridge, MA 02139, USA. */
98/* #define NONSYSTEM_DIR_LIBRARY */ 98/* #define NONSYSTEM_DIR_LIBRARY */
99 99
100/* Define this symbol if your system has the functions bcopy, etc. 100/* Define this symbol if your system has the functions bcopy, etc.
101 * s800 and later versions of s300 (s200) kernels have equivilents 101 * s800 and later versions of s300 (s200) kernels have equivalents
102 * of the BSTRING functions of BSD. If your s200 kernel doesn't have 102 * of the BSTRING functions of BSD. If your s200 kernel doesn't have
103 * em comment out this section. 103 * em comment out this section.
104 */ 104 */
@@ -176,7 +176,7 @@ the Free Software Foundation, 675 Mass Ave, Cambridge, MA 02139, USA. */
176#define _longjmp longjmp 176#define _longjmp longjmp
177*/ 177*/
178 178
179/* On USG systems the system calls are interruptable by signals 179/* On USG systems the system calls are interruptible by signals
180 that the user program has elected to catch. Thus the system call 180 that the user program has elected to catch. Thus the system call
181 must be retried in these cases. To handle this without massive 181 must be retried in these cases. To handle this without massive
182 changes in the source code, we remap the standard system call names 182 changes in the source code, we remap the standard system call names
diff --git a/src/s/iris3-5.h b/src/s/iris3-5.h
index 20a36caa32a..3b175fa5506 100644
--- a/src/s/iris3-5.h
+++ b/src/s/iris3-5.h
@@ -154,7 +154,7 @@ the Free Software Foundation, 675 Mass Ave, Cambridge, MA 02139, USA. */
154#define _setjmp setjmp 154#define _setjmp setjmp
155#define _longjmp longjmp 155#define _longjmp longjmp
156 156
157/* On USG systems the system calls are interruptable by signals 157/* On USG systems the system calls are interruptible by signals
158 that the user program has elected to catch. Thus the system call 158 that the user program has elected to catch. Thus the system call
159 must be retried in these cases. To handle this without massive 159 must be retried in these cases. To handle this without massive
160 changes in the source code, we remap the standard system call names 160 changes in the source code, we remap the standard system call names
diff --git a/src/s/iris3-6.h b/src/s/iris3-6.h
index 2944a70725b..a385d8623f8 100644
--- a/src/s/iris3-6.h
+++ b/src/s/iris3-6.h
@@ -155,7 +155,7 @@ the Free Software Foundation, 675 Mass Ave, Cambridge, MA 02139, USA. */
155#define _setjmp setjmp 155#define _setjmp setjmp
156#define _longjmp longjmp 156#define _longjmp longjmp
157 157
158/* On USG systems the system calls are interruptable by signals 158/* On USG systems the system calls are interruptible by signals
159 that the user program has elected to catch. Thus the system call 159 that the user program has elected to catch. Thus the system call
160 must be retried in these cases. To handle this without massive 160 must be retried in these cases. To handle this without massive
161 changes in the source code, we remap the standard system call names 161 changes in the source code, we remap the standard system call names
diff --git a/src/s/irix3-3.h b/src/s/irix3-3.h
index 86a555e9e8c..252fc3a7b19 100644
--- a/src/s/irix3-3.h
+++ b/src/s/irix3-3.h
@@ -141,7 +141,7 @@ the Free Software Foundation, 675 Mass Ave, Cambridge, MA 02139, USA. */
141#define _setjmp setjmp 141#define _setjmp setjmp
142#define _longjmp longjmp 142#define _longjmp longjmp
143 143
144/* On USG systems the system calls are interruptable by signals 144/* On USG systems the system calls are interruptible by signals
145 that the user program has elected to catch. Thus the system call 145 that the user program has elected to catch. Thus the system call
146 must be retried in these cases. To handle this without massive 146 must be retried in these cases. To handle this without massive
147 changes in the source code, we remap the standard system call names 147 changes in the source code, we remap the standard system call names
diff --git a/src/s/osf1.h b/src/s/osf1.h
index 491b8978a6f..10b8f078906 100644
--- a/src/s/osf1.h
+++ b/src/s/osf1.h
@@ -4,7 +4,7 @@
4 4
5#define OSF1 5#define OSF1
6 6
7/* Define _BSD to tell the inlcude files we're running under 7/* Define _BSD to tell the include files we're running under
8 the BSD universe and not the SYSV universe. */ 8 the BSD universe and not the SYSV universe. */
9 9
10#define C_SWITCH_SYSTEM -D_BSD 10#define C_SWITCH_SYSTEM -D_BSD
diff --git a/src/s/rtu.h b/src/s/rtu.h
index b90ad6dd91d..f2ef555d1f1 100644
--- a/src/s/rtu.h
+++ b/src/s/rtu.h
@@ -44,7 +44,7 @@ the Free Software Foundation, 675 Mass Ave, Cambridge, MA 02139, USA. */
44 Define INTERRUPT_INPUT to make interrupt_input = 1 the default (use SIGIO) 44 Define INTERRUPT_INPUT to make interrupt_input = 1 the default (use SIGIO)
45 45
46 SIGIO can be used only on systems that implement it (4.2 and 4.3). 46 SIGIO can be used only on systems that implement it (4.2 and 4.3).
47 CBREAK mode has two disadvatages 47 CBREAK mode has two disadvantages
48 1) At least in 4.2, it is impossible to handle the Meta key properly. 48 1) At least in 4.2, it is impossible to handle the Meta key properly.
49 I hear that in system V this problem does not exist. 49 I hear that in system V this problem does not exist.
50 2) Control-G causes output to be discarded. 50 2) Control-G causes output to be discarded.
@@ -139,7 +139,7 @@ the Free Software Foundation, 675 Mass Ave, Cambridge, MA 02139, USA. */
139 139
140/* Special hacks needed to make Emacs run on this system. */ 140/* Special hacks needed to make Emacs run on this system. */
141 141
142/* On RTU systems (like USG) the system calls are interruptable by signals 142/* On RTU systems (like USG) the system calls are interruptible by signals
143 that the user program has elected to catch. Thus the system call 143 that the user program has elected to catch. Thus the system call
144 must be retried in these cases. To handle this without massive 144 must be retried in these cases. To handle this without massive
145 changes in the source code, we remap the standard system call names 145 changes in the source code, we remap the standard system call names
diff --git a/src/s/sunos4-1.h b/src/s/sunos4-1.h
index 8e038a8c60d..61885d747c6 100644
--- a/src/s/sunos4-1.h
+++ b/src/s/sunos4-1.h
@@ -1,6 +1,6 @@
1#include "sunos4-0.h" 1#include "sunos4-0.h"
2 2
3/* 4.1.1 makes these system calls interruptable. */ 3/* 4.1.1 makes these system calls interruptible. */
4 4
5#define read sys_read 5#define read sys_read
6#define write sys_write 6#define write sys_write
diff --git a/src/s/template.h b/src/s/template.h
index 62eb065dc36..3cee20afff6 100644
--- a/src/s/template.h
+++ b/src/s/template.h
@@ -58,7 +58,7 @@ the Free Software Foundation, 675 Mass Ave, Cambridge, MA 02139, USA. */
58 INTERRUPT_INPUT to decide whether to use it by default. 58 INTERRUPT_INPUT to decide whether to use it by default.
59 59
60 SIGIO can be used only on systems that implement it (4.2 and 4.3). 60 SIGIO can be used only on systems that implement it (4.2 and 4.3).
61 CBREAK mode has two disadvatages 61 CBREAK mode has two disadvantages
62 1) At least in 4.2, it is impossible to handle the Meta key properly. 62 1) At least in 4.2, it is impossible to handle the Meta key properly.
63 I hear that in system V this problem does not exist. 63 I hear that in system V this problem does not exist.
64 2) Control-G causes output to be discarded. 64 2) Control-G causes output to be discarded.
@@ -83,7 +83,7 @@ the Free Software Foundation, 675 Mass Ave, Cambridge, MA 02139, USA. */
83 * Define HAVE_TERMIO if the system provides sysV-style ioctls 83 * Define HAVE_TERMIO if the system provides sysV-style ioctls
84 * for terminal control. 84 * for terminal control.
85 * 85 *
86 * Do not define both. HAVE_TERMIOS is prefered, if it is 86 * Do not define both. HAVE_TERMIOS is preferred, if it is
87 * supported on your system. 87 * supported on your system.
88 */ 88 */
89 89
diff --git a/src/s/umax.h b/src/s/umax.h
index a67f15c22e1..2bbd333d7d0 100644
--- a/src/s/umax.h
+++ b/src/s/umax.h
@@ -51,7 +51,7 @@ the Free Software Foundation, 675 Mass Ave, Cambridge, MA 02139, USA. */
51 Define INTERRUPT_INPUT to make interrupt_input = 1 the default (use SIGIO) 51 Define INTERRUPT_INPUT to make interrupt_input = 1 the default (use SIGIO)
52 52
53 SIGIO can be used only on systems that implement it (4.2 and 4.3). 53 SIGIO can be used only on systems that implement it (4.2 and 4.3).
54 CBREAK mode has two disadvatages 54 CBREAK mode has two disadvantages
55 1) At least in 4.2, it is impossible to handle the Meta key properly. 55 1) At least in 4.2, it is impossible to handle the Meta key properly.
56 I hear that in system V this problem does not exist. 56 I hear that in system V this problem does not exist.
57 2) Control-G causes output to be discarded. 57 2) Control-G causes output to be discarded.
diff --git a/src/s/unipl5-0.h b/src/s/unipl5-0.h
index 3df79561fb4..9cf3652fb94 100644
--- a/src/s/unipl5-0.h
+++ b/src/s/unipl5-0.h
@@ -160,7 +160,7 @@ the Free Software Foundation, 675 Mass Ave, Cambridge, MA 02139, USA. */
160#define _setjmp setjmp 160#define _setjmp setjmp
161#define _longjmp longjmp 161#define _longjmp longjmp
162 162
163/* On USG systems the system calls are interruptable by signals 163/* On USG systems the system calls are interruptible by signals
164 that the user program has elected to catch. Thus the system call 164 that the user program has elected to catch. Thus the system call
165 must be retried in these cases. To handle this without massive 165 must be retried in these cases. To handle this without massive
166 changes in the source code, we remap the standard system call names 166 changes in the source code, we remap the standard system call names
diff --git a/src/s/unipl5-2.h b/src/s/unipl5-2.h
index 6850f8d55c9..f9e3979b92a 100644
--- a/src/s/unipl5-2.h
+++ b/src/s/unipl5-2.h
@@ -154,7 +154,7 @@ the Free Software Foundation, 675 Mass Ave, Cambridge, MA 02139, USA. */
154#define _setjmp setjmp 154#define _setjmp setjmp
155#define _longjmp longjmp 155#define _longjmp longjmp
156 156
157/* On USG systems the system calls are interruptable by signals 157/* On USG systems the system calls are interruptible by signals
158 that the user program has elected to catch. Thus the system call 158 that the user program has elected to catch. Thus the system call
159 must be retried in these cases. To handle this without massive 159 must be retried in these cases. To handle this without massive
160 changes in the source code, we remap the standard system call names 160 changes in the source code, we remap the standard system call names
diff --git a/src/s/usg5-0.h b/src/s/usg5-0.h
index 16271c8a4f3..a6eeb26342d 100644
--- a/src/s/usg5-0.h
+++ b/src/s/usg5-0.h
@@ -149,7 +149,7 @@ the Free Software Foundation, 675 Mass Ave, Cambridge, MA 02139, USA. */
149#define _setjmp setjmp 149#define _setjmp setjmp
150#define _longjmp longjmp 150#define _longjmp longjmp
151 151
152/* On USG systems the system calls are interruptable by signals 152/* On USG systems the system calls are interruptible by signals
153 that the user program has elected to catch. Thus the system call 153 that the user program has elected to catch. Thus the system call
154 must be retried in these cases. To handle this without massive 154 must be retried in these cases. To handle this without massive
155 changes in the source code, we remap the standard system call names 155 changes in the source code, we remap the standard system call names
diff --git a/src/s/usg5-2-2.h b/src/s/usg5-2-2.h
index 982f3e32107..3227700c100 100644
--- a/src/s/usg5-2-2.h
+++ b/src/s/usg5-2-2.h
@@ -148,7 +148,7 @@ the Free Software Foundation, 675 Mass Ave, Cambridge, MA 02139, USA. */
148#define _setjmp setjmp 148#define _setjmp setjmp
149#define _longjmp longjmp 149#define _longjmp longjmp
150 150
151/* On USG systems the system calls are interruptable by signals 151/* On USG systems the system calls are interruptible by signals
152 that the user program has elected to catch. Thus the system call 152 that the user program has elected to catch. Thus the system call
153 must be retried in these cases. To handle this without massive 153 must be retried in these cases. To handle this without massive
154 changes in the source code, we remap the standard system call names 154 changes in the source code, we remap the standard system call names
diff --git a/src/s/usg5-2.h b/src/s/usg5-2.h
index 46346005dfb..d4a82ab6d0c 100644
--- a/src/s/usg5-2.h
+++ b/src/s/usg5-2.h
@@ -148,7 +148,7 @@ the Free Software Foundation, 675 Mass Ave, Cambridge, MA 02139, USA. */
148#define _setjmp setjmp 148#define _setjmp setjmp
149#define _longjmp longjmp 149#define _longjmp longjmp
150 150
151/* On USG systems the system calls are interruptable by signals 151/* On USG systems the system calls are interruptible by signals
152 that the user program has elected to catch. Thus the system call 152 that the user program has elected to catch. Thus the system call
153 must be retried in these cases. To handle this without massive 153 must be retried in these cases. To handle this without massive
154 changes in the source code, we remap the standard system call names 154 changes in the source code, we remap the standard system call names
diff --git a/src/s/xenix.h b/src/s/xenix.h
index 83d48a1b56e..3560e172c62 100644
--- a/src/s/xenix.h
+++ b/src/s/xenix.h
@@ -51,7 +51,7 @@ the Free Software Foundation, 675 Mass Ave, Cambridge, MA 02139, USA. */
51 Define INTERRUPT_INPUT to make interrupt_input = 1 the default (use SIGIO) 51 Define INTERRUPT_INPUT to make interrupt_input = 1 the default (use SIGIO)
52 52
53 SIGIO can be used only on systems that implement it (4.2 and 4.3). 53 SIGIO can be used only on systems that implement it (4.2 and 4.3).
54 CBREAK mode has two disadvatages 54 CBREAK mode has two disadvantages:
55 1) At least in 4.2, it is impossible to handle the Meta key properly. 55 1) At least in 4.2, it is impossible to handle the Meta key properly.
56 I hear that in system V this problem does not exist. 56 I hear that in system V this problem does not exist.
57 2) Control-G causes output to be discarded. 57 2) Control-G causes output to be discarded.
@@ -180,7 +180,7 @@ the Free Software Foundation, 675 Mass Ave, Cambridge, MA 02139, USA. */
180#define _setjmp setjmp 180#define _setjmp setjmp
181#define _longjmp longjmp 181#define _longjmp longjmp
182 182
183/* On USG systems the system calls are interruptable by signals 183/* On USG systems the system calls are interruptible by signals
184 that the user program has elected to catch. Thus the system call 184 that the user program has elected to catch. Thus the system call
185 must be retried in these cases. To handle this without massive 185 must be retried in these cases. To handle this without massive
186 changes in the source code, we remap the standard system call names 186 changes in the source code, we remap the standard system call names