diff options
Diffstat (limited to 'usr/src/man/man1m/hal-get-property.1m')
-rw-r--r-- | usr/src/man/man1m/hal-get-property.1m | 14 |
1 files changed, 12 insertions, 2 deletions
diff --git a/usr/src/man/man1m/hal-get-property.1m b/usr/src/man/man1m/hal-get-property.1m index faeba7318f..f3670ab8dd 100644 --- a/usr/src/man/man1m/hal-get-property.1m +++ b/usr/src/man/man1m/hal-get-property.1m @@ -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 HAL-GET-PROPERTY 1M "Nov 26, 2017" +.TH HAL-GET-PROPERTY 1M "Sep 7, 2018" .SH NAME hal-get-property, hal-set-property \- get and set HAL device properties .SH SYNOPSIS @@ -18,7 +18,7 @@ hal-get-property, hal-set-property \- get and set HAL device properties \fBhal-set-property\fR \fB--udi\fR \fIudi\fR \fB--key\fR \fIkey\fR {\fB--int\fR \fIvalue\fR | \fB--uint64\fR \fIvalue\fR | \fB--string\fR \fIvalue\fR | \fB--bool\fR \fIvalue\fR | \fB--strlist-pre\fR \fIvalue\fR | \fB--strlist-post\fR \fIvalue\fR | \fB--strlist-rem\fR \fIvalue\fR | \fB--double\fR \fIvalue\fR - | \fB--remove\fR \fIvalue\fR} [\fB--help\fR] [\fB--version\fR] + | \fB--remove\fR \fIvalue\fR} [\fB--direct\fR] [\fB--help\fR] [\fB--version\fR] .fi .SH DESCRIPTION @@ -153,6 +153,16 @@ Indicates that the property should be removed. .sp .ne 2 .na +\fB\fB--direct\fR\fR +.ad +.sp .6 +.RS 4n +Use direct HAL connection +.RE + +.sp +.ne 2 +.na \fB\fB--version\fR\fR .ad .sp .6 |