Tue Mar 2 05:59:57 2010 UTC ()
Speak about typical instead of possible usage in the example.


(jruoho)
diff -r1.3 -r1.4 src/share/man/man3/__arraycount.3

cvs diff -r1.3 -r1.4 src/share/man/man3/__arraycount.3 (expand / switch to context diff)
--- src/share/man/man3/__arraycount.3 2010/03/01 21:34:30 1.3
+++ src/share/man/man3/__arraycount.3 2010/03/02 05:59:56 1.4
@@ -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];