aboutsummaryrefslogtreecommitdiff
path: root/share
diff options
context:
space:
mode:
authorRobert Wing <rew@FreeBSD.org>2021-01-29 23:18:28 +0000
committerRobert Wing <rew@FreeBSD.org>2021-01-30 17:25:10 +0000
commit7436a63ba908a52f1a11f202dbacd9f5eb5b9fee (patch)
tree88a8ef515cdb28eace99d1e8b8ceb9fcd69218c4 /share
parent7587d9823a8257b9a2d5b2e58c707026061058c6 (diff)
Diffstat (limited to 'share')
-rw-r--r--share/man/man9/g_provider_by_name.96
1 files changed, 3 insertions, 3 deletions
diff --git a/share/man/man9/g_provider_by_name.9 b/share/man/man9/g_provider_by_name.9
index 56dd303298b6..8293b15b8043 100644
--- a/share/man/man9/g_provider_by_name.9
+++ b/share/man/man9/g_provider_by_name.9
@@ -24,7 +24,7 @@
.\"
.\" $FreeBSD$
.\"
-.Dd January 16, 2004
+.Dd January 29, 2021
.Dt G_PROVIDER_BY_NAME 9
.Os
.Sh NAME
@@ -44,9 +44,9 @@ and returns the structure
bound to it.
Argument
.Fa name
-should be a name, not a full path (i.e.,
+can be a name or full path (i.e.,
.Dq Pa da0 ,
-instead of
+or
.Dq Pa /dev/da0 ) .
.Sh RESTRICTIONS/CONDITIONS
The topology lock has to be held.