Module Name: src
Committed By: joerg
Date: Fri May 14 02:45:27 UTC 2010
Modified Files:
src/share/man/man3: inttypes.3
Log Message:
Fix prologue. \\ -> \e
To generate a diff of this commit:
cvs rdiff -u -r1.1 -r1.2 src/share/man/man3/inttypes.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/inttypes.3
diff -u src/share/man/man3/inttypes.3:1.1 src/share/man/man3/inttypes.3:1.2
--- src/share/man/man3/inttypes.3:1.1 Sun Mar 21 19:42:51 2010
+++ src/share/man/man3/inttypes.3 Fri May 14 02:45:27 2010
@@ -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
-.Os
.Dt INTTYPES 3
+.Os
.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 ,