Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/trunk]: src/share/man/man3 Speak about typical instead of possible usage...
details: https://anonhg.NetBSD.org/src/rev/d2832283a37c
branches: trunk
changeset: 752604:d2832283a37c
user: jruoho <jruoho%NetBSD.org@localhost>
date: Tue Mar 02 05:59:56 2010 +0000
description:
Speak about typical instead of possible usage in the example.
diffstat:
share/man/man3/__arraycount.3 | 4 ++--
1 files changed, 2 insertions(+), 2 deletions(-)
diffs (18 lines):
diff -r 7c94758040f2 -r d2832283a37c share/man/man3/__arraycount.3
--- a/share/man/man3/__arraycount.3 Tue Mar 02 00:55:46 2010 +0000
+++ b/share/man/man3/__arraycount.3 Tue Mar 02 05:59:56 2010 +0000
@@ -1,4 +1,4 @@
-.\" $NetBSD: __arraycount.3,v 1.3 2010/03/01 21:34:30 wiz Exp $
+.\" $NetBSD: __arraycount.3,v 1.4 2010/03/02 05:59:56 jruoho Exp $
.\"
.\" Copyright (c) 2010 The NetBSD Foundation, Inc.
.\" All rights reserved.
@@ -42,7 +42,7 @@
.Fn __arraycount
macro returns the number of elements in a statically allocated buffer.
.Sh EXAMPLES
-The following example demonstrates a possible usage of
+The following example demonstrates a typical usage of
.Fn __arraycount :
.Bd -literal -offset indent
uint8_t buf[BUFSIZE];
Home |
Main Index |
Thread Index |
Old Index