Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/trunk]: src/share/man/man3 Fix prologue. \\ -> \e
details: https://anonhg.NetBSD.org/src/rev/535a4c116ae3
branches: trunk
changeset: 754830:535a4c116ae3
user: joerg <joerg%NetBSD.org@localhost>
date: Fri May 14 02:45:27 2010 +0000
description:
Fix prologue. \\ -> \e
diffstat:
share/man/man3/inttypes.3 | 6 +++---
1 files changed, 3 insertions(+), 3 deletions(-)
diffs (28 lines):
diff -r eee5cfc99571 -r 535a4c116ae3 share/man/man3/inttypes.3
--- a/share/man/man3/inttypes.3 Fri May 14 02:45:02 2010 +0000
+++ b/share/man/man3/inttypes.3 Fri May 14 02:45:27 2010 +0000
@@ -1,4 +1,4 @@
-.\" $NetBSD: inttypes.3,v 1.1 2010/03/21 19:42:51 jruoho Exp $
+.\" $NetBSD: inttypes.3,v 1.2 2010/05/14 02:45:27 joerg Exp $
.\"
.\" Copyright (c) 2010 The NetBSD Foundation, Inc.
.\" All rights reserved.
@@ -28,8 +28,8 @@
.\" POSSIBILITY OF SUCH DAMAGE.
.\"
.Dd March 21, 2010
+.Dt INTTYPES 3
.Os
-.Dt INTTYPES 3
.Sh NAME
.Nm inttypes
.Nd standard fixed-size integer types
@@ -132,7 +132,7 @@
\&...
-(void)printf("i = %"PRIu64"\\n", i);
+(void)printf("i = %"PRIu64"\en", i);
.Ed
.Sh SEE ALSO
.Xr printf 3 ,
Home |
Main Index |
Thread Index |
Old Index