Module Name: src Committed By: jruoho Date: Tue Mar 2 05:59:57 UTC 2010
Modified Files: src/share/man/man3: __arraycount.3 Log Message: Speak about typical instead of possible usage in the example. To generate a diff of this commit: cvs rdiff -u -r1.3 -r1.4 src/share/man/man3/__arraycount.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/__arraycount.3 diff -u src/share/man/man3/__arraycount.3:1.3 src/share/man/man3/__arraycount.3:1.4 --- src/share/man/man3/__arraycount.3:1.3 Mon Mar 1 21:34:30 2010 +++ src/share/man/man3/__arraycount.3 Tue Mar 2 05:59:56 2010 @@ -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];