Speak about typical instead of possible usage in the example.

This commit is contained in:
jruoho 2010-03-02 05:59:56 +00:00
parent 19c2a5114b
commit 9f37c55e22
1 changed files with 2 additions and 2 deletions

View File

@ -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. .\" Copyright (c) 2010 The NetBSD Foundation, Inc.
.\" All rights reserved. .\" All rights reserved.
@ -42,7 +42,7 @@ The
.Fn __arraycount .Fn __arraycount
macro returns the number of elements in a statically allocated buffer. macro returns the number of elements in a statically allocated buffer.
.Sh EXAMPLES .Sh EXAMPLES
The following example demonstrates a possible usage of The following example demonstrates a typical usage of
.Fn __arraycount : .Fn __arraycount :
.Bd -literal -offset indent .Bd -literal -offset indent
uint8_t buf[BUFSIZE]; uint8_t buf[BUFSIZE];