diff options
author | Aaron Campbell <aaron@cvs.openbsd.org> | 1999-05-27 16:21:01 +0000 |
---|---|---|
committer | Aaron Campbell <aaron@cvs.openbsd.org> | 1999-05-27 16:21:01 +0000 |
commit | 729afced34b6f049c085b0441560a98268afea97 (patch) | |
tree | ceec24a2ce6adc1a0f4bad078347e9ebce619880 /lib/libc/termios/tcsetattr.3 | |
parent | fdf56ee4821cb3f881f515aa60b43f60cc334730 (diff) |
or'ing -> OR'ing
Diffstat (limited to 'lib/libc/termios/tcsetattr.3')
-rw-r--r-- | lib/libc/termios/tcsetattr.3 | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/lib/libc/termios/tcsetattr.3 b/lib/libc/termios/tcsetattr.3 index 917d447f4b2..80729b49899 100644 --- a/lib/libc/termios/tcsetattr.3 +++ b/lib/libc/termios/tcsetattr.3 @@ -1,4 +1,4 @@ -.\" $OpenBSD: tcsetattr.3,v 1.5 1999/03/10 21:25:27 pjanzen Exp $ +.\" $OpenBSD: tcsetattr.3,v 1.6 1999/05/27 16:21:00 aaron Exp $ .\" .\" Copyright (c) 1991 The Regents of the University of California. .\" All rights reserved. @@ -213,7 +213,7 @@ termios structure referenced by The .Fa action field is created by -.Em or Ns 'ing +.Em OR Ns 'ing the following values, as specified in the include file .Aq Pa termios.h . .Bl -tag -width "TCSADRAIN" @@ -233,7 +233,7 @@ has been transmitted to the terminal Additionally, any input that has been received but not read is discarded. .It Fa TCSASOFT If this value is -.Em or Ns 'ed +.Em OR Ns 'ed into the .Fa action value, the values of the |