aboutsummaryrefslogtreecommitdiffstats
path: root/src/s/rtu.h
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/rtu.h
parent16a4a21d0117ef5ed346f340f244fe199d3c8a26 (diff)
downloademacs-eb8c3be94e12644f506b8857e49ffef88046bb0b.tar.gz
emacs-eb8c3be94e12644f506b8857e49ffef88046bb0b.zip
Apply typo patches from Paul Eggert.
Diffstat (limited to 'src/s/rtu.h')
-rw-r--r--src/s/rtu.h4
1 files changed, 2 insertions, 2 deletions
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