Improve description about the -s flag, it must be used with -d.
This commit is contained in:
parent
edbf497407
commit
5e67825d91
|
@ -1,4 +1,4 @@
|
||||||
.\" $NetBSD: envstat.8,v 1.17 2007/07/02 20:37:06 xtraeme Exp $
|
.\" $NetBSD: envstat.8,v 1.18 2007/07/04 17:15:03 xtraeme Exp $
|
||||||
.\"
|
.\"
|
||||||
.\" Copyright (c) 2000, 2007 The NetBSD Foundation, Inc.
|
.\" Copyright (c) 2000, 2007 The NetBSD Foundation, Inc.
|
||||||
.\" All rights reserved.
|
.\" All rights reserved.
|
||||||
|
@ -34,7 +34,7 @@
|
||||||
.\" ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE
|
.\" ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE
|
||||||
.\" POSSIBILITY OF SUCH DAMAGE.
|
.\" POSSIBILITY OF SUCH DAMAGE.
|
||||||
.\"
|
.\"
|
||||||
.Dd July 2, 2007
|
.Dd July 4, 2007
|
||||||
.Dt ENVSTAT 8
|
.Dt ENVSTAT 8
|
||||||
.Os
|
.Os
|
||||||
.Sh NAME
|
.Sh NAME
|
||||||
|
@ -110,7 +110,9 @@ section for more information.
|
||||||
.It Fl s
|
.It Fl s
|
||||||
Restrict the display to the named sensors.
|
Restrict the display to the named sensors.
|
||||||
The sensor names must be supplied as a comma separated list.
|
The sensor names must be supplied as a comma separated list.
|
||||||
Sensor names are case sensitive.
|
Sensor names are case sensitive. Note that it's mandatory to use the
|
||||||
|
.Fl d
|
||||||
|
flag to specify the driver that has the sensor.
|
||||||
.It Fl w
|
.It Fl w
|
||||||
Use
|
Use
|
||||||
.Ar width
|
.Ar width
|
||||||
|
|
Loading…
Reference in New Issue