Add $OpenBSD$, fix comments.
authormickey <mickey@openbsd.org>
Sat, 30 Mar 1996 02:03:43 +0000 (02:03 +0000)
committermickey <mickey@openbsd.org>
Sat, 30 Mar 1996 02:03:43 +0000 (02:03 +0000)
sys/dev/cninit.c
sys/dev/cons.c

index 9b24717..e9f2f1e 100644 (file)
@@ -1,3 +1,4 @@
+/*     $OpenBSD: cninit.c,v 1.2 1996/03/30 02:03:45 mickey Exp $       */
 /*     $NetBSD: cninit.c,v 1.2 1995/04/11 22:08:10 pk Exp $    */
 
 /*
index b6427e1..cd669e8 100644 (file)
@@ -1,4 +1,4 @@
-/*     $OpenBSD: cons.c,v 1.4 1996/03/02 00:29:23 niklas Exp $ */
+/*     $OpenBSD: cons.c,v 1.5 1996/03/30 02:03:43 mickey Exp $ */
 /*     $NetBSD: cons.c,v 1.29 1996/02/04 02:04:08 christos Exp $       */
 
 /*
@@ -207,7 +207,7 @@ cnselect(dev, rw, p)
 {
 
        /*
-        * Redirect the ioctl, if that's appropriate.
+        * Redirect the select, if that's appropriate.
         * I don't want to think of the possible side effects
         * of console redirection here.
         */