Module Name:    src
Committed By:   joerg
Date:           Thu May 13 21:03:33 UTC 2010

Modified Files:
        src/share/man/man3: __CONCAT.3

Log Message:
\\ -> \e


To generate a diff of this commit:
cvs rdiff -u -r1.4 -r1.5 src/share/man/man3/__CONCAT.3

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/man3/__CONCAT.3
diff -u src/share/man/man3/__CONCAT.3:1.4 src/share/man/man3/__CONCAT.3:1.5
--- src/share/man/man3/__CONCAT.3:1.4	Thu May 13 19:31:28 2010
+++ src/share/man/man3/__CONCAT.3	Thu May 13 21:03:33 2010
@@ -1,4 +1,4 @@
-.\"	$NetBSD: __CONCAT.3,v 1.4 2010/05/13 19:31:28 joerg Exp $ $
+.\"	$NetBSD: __CONCAT.3,v 1.5 2010/05/13 21:03:33 joerg Exp $ $
 .\"
 .\" Copyright (c) 2010 The NetBSD Foundation, Inc.
 .\" All rights reserved.
@@ -76,8 +76,8 @@
 
 #define NetBSD	"NetBSD"
 
-(void)printf("%s\\n", __CONCAT(Net, BSD));
-(void)printf("%s%s\\n", __STRING(Net), __STRING(BSD));
+(void)printf("%s\en", __CONCAT(Net, BSD));
+(void)printf("%s%s\en", __STRING(Net), __STRING(BSD));
 .Ed
 .Sh SEE ALSO
 .Xr cpp 1

Reply via email to