summaryrefslogtreecommitdiffstats
path: root/share/man/man9/g_attach.9
diff options
context:
space:
mode:
authorle <le@FreeBSD.org>2004-05-18 12:37:47 +0000
committerle <le@FreeBSD.org>2004-05-18 12:37:47 +0000
commit5735a806d59ad2f56eb620d608d213d0222534b9 (patch)
tree08a9097edfb564be00ec2fbe489e8d4e34439706 /share/man/man9/g_attach.9
parentbf8efef5e56874fe15a18b455d9f321c1713ba99 (diff)
downloadFreeBSD-src-5735a806d59ad2f56eb620d608d213d0222534b9.zip
FreeBSD-src-5735a806d59ad2f56eb620d608d213d0222534b9.tar.gz
An access count change is a prerequisite for doing I/O, so
change 'or' to 'and'. Pointed out by: pjd@
Diffstat (limited to 'share/man/man9/g_attach.9')
-rw-r--r--share/man/man9/g_attach.92
1 files changed, 1 insertions, 1 deletions
diff --git a/share/man/man9/g_attach.9 b/share/man/man9/g_attach.9
index d3ac053..94424f5 100644
--- a/share/man/man9/g_attach.9
+++ b/share/man/man9/g_attach.9
@@ -45,7 +45,7 @@ function attaches given consumer
to given provider
.Fa pp ,
thus establishing a communication channel between the consumer and the
-provider that allows to change access counts or perform I/O operations.
+provider that allows to change access counts and perform I/O operations.
.Pp
The
.Fn g_detach
OpenPOWER on IntegriCloud