summaryrefslogtreecommitdiff
path: root/gnu/usr.bin/bc/bcwrap
diff options
context:
space:
mode:
authorTheo de Raadt <deraadt@cvs.openbsd.org>1996-07-22 10:10:40 +0000
committerTheo de Raadt <deraadt@cvs.openbsd.org>1996-07-22 10:10:40 +0000
commit4eb856b7fddedb91ffa0626be96ec485d890cd05 (patch)
tree4fe1d264bed8191ae6943843cbba7fa2c1ffb363 /gnu/usr.bin/bc/bcwrap
parenta0d647b42480bb608a544e587dfcc5de77254c1d (diff)
comment on ^C handling
Diffstat (limited to 'gnu/usr.bin/bc/bcwrap')
-rw-r--r--gnu/usr.bin/bc/bcwrap/bcwrap.c5
1 files changed, 4 insertions, 1 deletions
diff --git a/gnu/usr.bin/bc/bcwrap/bcwrap.c b/gnu/usr.bin/bc/bcwrap/bcwrap.c
index 0c6e3c013c5..029ece5c1f6 100644
--- a/gnu/usr.bin/bc/bcwrap/bcwrap.c
+++ b/gnu/usr.bin/bc/bcwrap/bcwrap.c
@@ -1,4 +1,4 @@
-/* $OpenBSD: bcwrap.c,v 1.1 1996/06/20 14:29:49 deraadt Exp $ */
+/* $OpenBSD: bcwrap.c,v 1.2 1996/07/22 10:10:39 deraadt Exp $ */
/*
* Copyright (c) 1996 Theo de Raadt <deraadt@theos.com>
@@ -36,6 +36,9 @@
* copyright demands it. That's stupid, ugly, and I think looks very
* gross.
*
+ * As a side effect, the special ^C handling in gnubc goes away,
+ * bringing us back to the familiar handling.
+ *
* Oh well, with this wrapper it's never in interactive mode.
*/