Module Name:    src
Committed By:   joerg
Date:           Mon Apr  5 19:26:28 UTC 2010

Modified Files:
        src/share/man/man9: cons.9

Log Message:
\\ -> \e


To generate a diff of this commit:
cvs rdiff -u -r1.16 -r1.17 src/share/man/man9/cons.9

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: src/share/man/man9/cons.9
diff -u src/share/man/man9/cons.9:1.16 src/share/man/man9/cons.9:1.17
--- src/share/man/man9/cons.9:1.16	Wed Apr 30 13:10:58 2008
+++ src/share/man/man9/cons.9	Mon Apr  5 19:26:27 2010
@@ -1,4 +1,4 @@
-.\"	$NetBSD: cons.9,v 1.16 2008/04/30 13:10:58 martin Exp $
+.\"	$NetBSD: cons.9,v 1.17 2010/04/05 19:26:27 joerg Exp $
 .\"
 .\" Copyright (c) 2001 The NetBSD Foundation, Inc.
 .\" All rights reserved.
@@ -143,8 +143,8 @@
 cnpollc(1);
 for(;;) {
 	c = cngetc();
-	if ((c == '\\r' || (c == '\\n')) {
-		printf("\\n");
+	if ((c == '\er' || (c == '\en')) {
+		printf("\en");
 		break;
 	}
 }

Reply via email to