Speak about typical instead of possible usage in the example.
This commit is contained in:
parent
19c2a5114b
commit
9f37c55e22
|
@ -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 @@ The
|
|||
.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];
|
||||
|
|
Loading…
Reference in New Issue