Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/trunk]: src/share/man/man3 Uppercase Dt, make HTML-ready.
details: https://anonhg.NetBSD.org/src/rev/928f2bde52eb
branches: trunk
changeset: 752590:928f2bde52eb
user: wiz <wiz%NetBSD.org@localhost>
date: Mon Mar 01 21:34:30 2010 +0000
description:
Uppercase Dt, make HTML-ready.
diffstat:
share/man/man3/__arraycount.3 | 6 +++---
1 files changed, 3 insertions(+), 3 deletions(-)
diffs (27 lines):
diff -r c2ff50192a27 -r 928f2bde52eb share/man/man3/__arraycount.3
--- a/share/man/man3/__arraycount.3 Mon Mar 01 21:13:09 2010 +0000
+++ b/share/man/man3/__arraycount.3 Mon Mar 01 21:34:30 2010 +0000
@@ -1,4 +1,4 @@
-.\" $NetBSD: __arraycount.3,v 1.2 2010/03/01 17:06:18 jruoho Exp $
+.\" $NetBSD: __arraycount.3,v 1.3 2010/03/01 21:34:30 wiz Exp $
.\"
.\" Copyright (c) 2010 The NetBSD Foundation, Inc.
.\" All rights reserved.
@@ -29,7 +29,7 @@
.\"
.Dd March 1, 2010
.Os
-.Dt __arraycount 3
+.Dt __ARRAYCOUNT 3
.Sh NAME
.Nm __arraycount
.Nd macro for statically allocated arrays
@@ -50,7 +50,7 @@
\&...
-for (i = 0; i < __arraycount(buf); i++)
+for (i = 0; i \*[Lt] __arraycount(buf); i++)
\&...
.Ed
.Sh HISTORY
Home |
Main Index |
Thread Index |
Old Index