"is be" -> "is"

This commit is contained in:
wiz 2006-09-17 12:15:20 +00:00
parent d9d7ce0d27
commit bcbefab5bf
4 changed files with 8 additions and 8 deletions

View File

@ -1,4 +1,4 @@
.\" $NetBSD: evcnt.9,v 1.14 2005/12/26 19:48:12 perry Exp $
.\" $NetBSD: evcnt.9,v 1.15 2006/09/17 12:15:20 wiz Exp $
.\"
.\" Copyright (c) 2000 Christopher G. Demetriou
.\" All rights reserved.
@ -134,7 +134,7 @@ The
.Fn EVCNT_INITIALIZER
macro can be used to provide a static initializer for an event
counter structure.
It is be invoked as
It is invoked as
.Fn EVCNT_INITIALIZER "type" "parent" "group" "name" ,
and its arguments will be placed into the corresponding fields of
the event counter structure it is initializing.

View File

@ -1,4 +1,4 @@
.\" $NetBSD: ieee80211_node.9,v 1.4 2006/09/12 13:05:17 pooka Exp $
.\" $NetBSD: ieee80211_node.9,v 1.5 2006/09/17 12:15:20 wiz Exp $
.\"
.\" Copyright (c) 2004 Bruce M. Simpson <bms@spc.org>
.\" Copyright (c) 2004 Darron Broad <darron@kewl.org>
@ -207,7 +207,7 @@ searching for a node entry which matches
If the entry is found, its reference count is incremented, and
a pointer to the node is returned; otherwise,
.Dv NULL
is be returned.
is returned.
.Pp
.\"
The

View File

@ -1,4 +1,4 @@
.\" $NetBSD: ieee80211_output.9,v 1.3 2006/09/12 11:05:23 pooka Exp $
.\" $NetBSD: ieee80211_output.9,v 1.4 2006/09/17 12:15:20 wiz Exp $
.\"
.\" Copyright (c) 2004 Bruce M. Simpson <bms@spc.org>
.\" Copyright (c) 2004 Darron Broad <darron@kewl.org>
@ -69,7 +69,7 @@ If the function is successful, the mbuf chain is updated with the
is returned.
If an error occurs,
.Dv NULL
is be returned.
is returned.
.Pp
.\"
The

View File

@ -1,4 +1,4 @@
.\" $NetBSD: tr.1,v 1.15 2004/03/24 11:38:27 wiz Exp $
.\" $NetBSD: tr.1,v 1.16 2006/09/17 12:19:01 wiz Exp $
.\"
.\" Copyright (c) 1991, 1993
.\" The Regents of the University of California. All rights reserved.
@ -227,7 +227,7 @@ expression is only valid when it occurs in
.Ar string2 .
If
.Ar n
is omitted or is zero, it is be interpreted as large enough to extend
is omitted or is zero, it is interpreted as large enough to extend
.Ar string2
sequence to the length of
.Ar string1 .