summaryrefslogtreecommitdiffstats
path: root/lib/libdevinfo
diff options
context:
space:
mode:
authorcharnier <charnier@FreeBSD.org>2004-07-26 19:35:20 +0000
committercharnier <charnier@FreeBSD.org>2004-07-26 19:35:20 +0000
commitfd96071fc49b7fd907529e749e3aaaab136cea28 (patch)
tree58f13d782b9074317fe47e92b5d2c06e289bb6f0 /lib/libdevinfo
parenta47887d1fd56ccb2e8b27f8b25d2fa5e8ab1676b (diff)
downloadFreeBSD-src-fd96071fc49b7fd907529e749e3aaaab136cea28.zip
FreeBSD-src-fd96071fc49b7fd907529e749e3aaaab136cea28.tar.gz
Enclose .Fa fn with ``The ... function'' at the beginning of sentences.
Diffstat (limited to 'lib/libdevinfo')
-rw-r--r--lib/libdevinfo/devinfo.312
1 files changed, 8 insertions, 4 deletions
diff --git a/lib/libdevinfo/devinfo.3 b/lib/libdevinfo/devinfo.3
index 8a33971..49516cc 100644
--- a/lib/libdevinfo/devinfo.3
+++ b/lib/libdevinfo/devinfo.3
@@ -167,8 +167,9 @@ invokes its callback argument
.Fa fn
on every device which is an immediate child of
.Fa device .
+The
.Fa fn
-is also passed
+function is also passed
.Fa arg ,
allowing state to be passed to the callback function.
If
@@ -183,8 +184,9 @@ invokes its callback argument
.Fa fn
on every resource which is owned by
.Fa device .
+The
.Fa fn
-is also passed
+function is also passed
.Fa device
and
.Fa arg ,
@@ -201,8 +203,9 @@ invokes its callback argument
.Fa fn
on every resource within the resource manager
.Fa rman .
+The
.Fa fn
-is also passed
+function is also passed
.Fa arg ,
allowing state to be passed to the callback function.
If
@@ -216,8 +219,9 @@ returns the error value to its caller.
invokes its callback argument
.Fa fn
on every resource manager.
+The
.Fa fn
-is also passed
+function is also passed
.Fa arg ,
allowing state to be passed to the callback function.
If
OpenPOWER on IntegriCloud