Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/trunk]: src/share/man/man9 \\ -> \e
details: https://anonhg.NetBSD.org/src/rev/6bf7750b4436
branches: trunk
changeset: 753651:6bf7750b4436
user: joerg <joerg%NetBSD.org@localhost>
date: Mon Apr 05 19:26:27 2010 +0000
description:
\\ -> \e
diffstat:
share/man/man9/config.9 | 4 ++--
share/man/man9/cons.9 | 6 +++---
2 files changed, 5 insertions(+), 5 deletions(-)
diffs (38 lines):
diff -r 7398db2e5cfa -r 6bf7750b4436 share/man/man9/config.9
--- a/share/man/man9/config.9 Mon Apr 05 19:18:45 2010 +0000
+++ b/share/man/man9/config.9 Mon Apr 05 19:26:27 2010 +0000
@@ -1,4 +1,4 @@
-.\" $NetBSD: config.9,v 1.27 2010/03/03 13:57:35 pooka Exp $
+.\" $NetBSD: config.9,v 1.28 2010/04/05 19:27:16 joerg Exp $
.\"
.\" Copyright (c) 2001 The NetBSD Foundation, Inc.
.\" All rights reserved.
@@ -167,7 +167,7 @@
.Em options
are defined in file
.Em filename .
-This statement permits ``options FOO=bar'' or ``option FOO="\\"com\\""''
+This statement permits ``options FOO=bar'' or ``option FOO="\e"com\e""''
in the machine description file.
.Xr config 1
will generate an error if a value is not given.
diff -r 7398db2e5cfa -r 6bf7750b4436 share/man/man9/cons.9
--- a/share/man/man9/cons.9 Mon Apr 05 19:18:45 2010 +0000
+++ b/share/man/man9/cons.9 Mon Apr 05 19:26:27 2010 +0000
@@ -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;
}
}
Home |
Main Index |
Thread Index |
Old Index