diff options
Diffstat (limited to 'usr/src/man/man9f/ddi_prop_create.9f')
-rw-r--r-- | usr/src/man/man9f/ddi_prop_create.9f | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/usr/src/man/man9f/ddi_prop_create.9f b/usr/src/man/man9f/ddi_prop_create.9f index 884f83f390..f248a0610c 100644 --- a/usr/src/man/man9f/ddi_prop_create.9f +++ b/usr/src/man/man9f/ddi_prop_create.9f @@ -3,7 +3,7 @@ .\" The contents of this file are subject to the terms of the Common Development and Distribution License (the "License"). You may not use this file except in compliance with the License. .\" You can obtain a copy of the license at usr/src/OPENSOLARIS.LICENSE or http://www.opensolaris.org/os/licensing. See the License for the specific language governing permissions and limitations under the License. .\" When distributing Covered Code, include this CDDL HEADER in each file and include the License file at usr/src/OPENSOLARIS.LICENSE. If applicable, add the following below this CDDL HEADER, with the fields enclosed by brackets "[]" replaced with your own identifying information: Portions Copyright [yyyy] [name of copyright owner] -.TH DDI_PROP_CREATE 9F "September 22, 2020" +.TH DDI_PROP_CREATE 9F "June 20, 2021" .SH NAME ddi_prop_create, ddi_prop_modify, ddi_prop_remove, ddi_prop_remove_all, ddi_prop_undefine \- create, remove, or modify properties for leaf device @@ -328,7 +328,7 @@ is subject to the same memory allocation constraints as .RS 25n \fBddi_prop_remove()\fR unlinks a property from the device's property list. If \fBddi_prop_remove()\fR finds the property (an exact match of both -\fIname\fRand \fIdev\fR), it unlinks the property, frees its memory, and +\fIname\fR and \fIdev\fR), it unlinks the property, frees its memory, and returns \fBDDI_PROP_SUCCESS,\fR otherwise, it returns \fBDDI_PROP_NOT_FOUND\fR. .RE |