Source-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[src/trunk]: src/share/man/man7 typo



details:   https://anonhg.NetBSD.org/src/rev/3a4bfce3dfc0
branches:  trunk
changeset: 759194:3a4bfce3dfc0
user:      dholland <dholland%NetBSD.org@localhost>
date:      Wed Dec 01 11:24:38 2010 +0000

description:
typo

diffstat:

 share/man/man7/c.7 |  4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diffs (18 lines):

diff -r a961bf9bbf67 -r 3a4bfce3dfc0 share/man/man7/c.7
--- a/share/man/man7/c.7        Wed Dec 01 11:23:39 2010 +0000
+++ b/share/man/man7/c.7        Wed Dec 01 11:24:38 2010 +0000
@@ -1,4 +1,4 @@
-.\" $NetBSD: c.7,v 1.3 2010/12/01 11:23:39 dholland Exp $
+.\" $NetBSD: c.7,v 1.4 2010/12/01 11:24:38 dholland Exp $
 .\"
 .\" Copyright (C) 2007, 2010 Gabor Kovesdan. All rights reserved.
 .\"
@@ -124,7 +124,7 @@
 New high-precision integer type named long long int, and other integer types
 defined in stdint.h
 .It
-New boolen data type implemented in stdbool.h
+New boolean data type implemented in stdbool.h
 .It
 One line comments taken from the C++ language
 .It



Home | Main Index | Thread Index | Old Index