Module Name:    src
Committed By:   joerg
Date:           Mon Apr  5 21:29:48 UTC 2010

Modified Files:
        src/lib/libc/gen: syslog.3

Log Message:
\\ -> \e


To generate a diff of this commit:
cvs rdiff -u -r1.26 -r1.27 src/lib/libc/gen/syslog.3

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

Modified files:

Index: src/lib/libc/gen/syslog.3
diff -u src/lib/libc/gen/syslog.3:1.26 src/lib/libc/gen/syslog.3:1.27
--- src/lib/libc/gen/syslog.3:1.26	Sat Nov  1 13:54:01 2008
+++ src/lib/libc/gen/syslog.3	Mon Apr  5 21:29:47 2010
@@ -1,4 +1,4 @@
-.\"	$NetBSD: syslog.3,v 1.26 2008/11/01 13:54:01 wiz Exp $
+.\"	$NetBSD: syslog.3,v 1.27 2010/04/05 21:29:47 joerg Exp $
 .\"	$OpenBSD: syslog.3,v 1.25 2005/07/22 03:16:58 jaredy Exp $
 .\"
 .\" Copyright (c) 1985, 1991, 1993
@@ -444,7 +444,7 @@
 
 syslogp(LOG_INFO|LOG_LOCAL2, NULL, NULL, "foobar error: %m");
 
-syslogp(LOG_INFO, "ID%d", "[meta language=\\"en-US\\"]",
+syslogp(LOG_INFO, "ID%d", "[meta language=\e"en-US\e"]",
         "event: %s", 42, EventDescription);
 .Ed
 .Pp

Reply via email to