diff options
author | Jason McIntyre <jmc@cvs.openbsd.org> | 2003-08-28 16:59:35 +0000 |
---|---|---|
committer | Jason McIntyre <jmc@cvs.openbsd.org> | 2003-08-28 16:59:35 +0000 |
commit | f6e733d89f0c51190c56f1e38fb7e986c2125ff0 (patch) | |
tree | 1377442d086e92f3a04bc41206e75273aebac45f /sys | |
parent | 32c391175ddb1f1c974546fd18ce345a74b41396 (diff) |
remove extraneous bracket in comment;
Diffstat (limited to 'sys')
-rw-r--r-- | sys/sys/termios.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sys/sys/termios.h b/sys/sys/termios.h index 7e7f7b18663..653819114ef 100644 --- a/sys/sys/termios.h +++ b/sys/sys/termios.h @@ -1,4 +1,4 @@ -/* $OpenBSD: termios.h,v 1.8 2003/06/02 23:28:22 millert Exp $ */ +/* $OpenBSD: termios.h,v 1.9 2003/08/28 16:59:34 jmc Exp $ */ /* $NetBSD: termios.h,v 1.14 1996/04/09 20:55:41 cgd Exp $ */ /* @@ -109,7 +109,7 @@ #ifndef _POSIX_SOURCE #define ONLCR 0x00000002 /* map NL to CR-NL (ala CRMOD) */ #define OXTABS 0x00000004 /* expand tabs to spaces */ -#define ONOEOT 0x00000008 /* discard EOT's (^D) on output) */ +#define ONOEOT 0x00000008 /* discard EOT's (^D) on output */ #define OCRNL 0x00000010 /* map CR to NL */ #define OLCUC 0x00000020 /* translate lower case to upper case */ #define ONOCR 0x00000040 /* No CR output at column 0 */ |