From e3f1cf7cc1ae4f4c098639372e517b4607be945a Mon Sep 17 00:00:00 2001 From: ross Date: Tue, 7 Jul 1998 06:40:34 +0000 Subject: [PATCH] s/count/flags/ in bus_space_barrier() section. --- share/man/man9/bus_space.9 | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/share/man/man9/bus_space.9 b/share/man/man9/bus_space.9 index 660e526682c4..9351d4ee8099 100644 --- a/share/man/man9/bus_space.9 +++ b/share/man/man9/bus_space.9 @@ -1,4 +1,4 @@ -.\" $NetBSD: bus_space.9,v 1.7 1998/02/06 06:16:20 perry Exp $ +.\" $NetBSD: bus_space.9,v 1.8 1998/07/07 06:40:34 ross Exp $ .\" .\" Copyright (c) 1997 The NetBSD Foundation, Inc. .\" All rights reserved. @@ -742,7 +742,7 @@ explicitly by drivers when necessary. The function provides that ability. .Pp .Bl -ohang -compact -.It Fn bus_space_barrier "space" "handle" "offset" "length" "count" +.It Fn bus_space_barrier "space" "handle" "offset" "length" "flags" .Pp The .Fn bus_space_barrier