g_provider_by_name(9): argument can be a geom name or fullpath

The argument passed to g_provider_by_name(9) can be a geom name or a
fullpath.

- g_provider_by_name() gained this functionality in
  769afdc71e.

Reviewed by:    imp, kevans
Approved by:    kevans (mentor)
Differential Revision:  https://reviews.freebsd.org/D27566
This commit is contained in:
Robert Wing 2021-01-29 14:18:28 -09:00
parent 7587d9823a
commit 7436a63ba9

View File

@ -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.