From b6b2d9476a912e3ecd259dcc44ea5300c522c5c4 Mon Sep 17 00:00:00 2001 From: joerg Date: Thu, 13 May 2010 21:03:33 +0000 Subject: [PATCH] \\ -> \e --- share/man/man3/__CONCAT.3 | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/share/man/man3/__CONCAT.3 b/share/man/man3/__CONCAT.3 index 1269cad19945..4831aab001dc 100644 --- a/share/man/man3/__CONCAT.3 +++ b/share/man/man3/__CONCAT.3 @@ -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 @@ calls produce the same output: #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