diff options
author | David Gwynne <dlg@cvs.openbsd.org> | 2006-09-05 06:50:04 +0000 |
---|---|---|
committer | David Gwynne <dlg@cvs.openbsd.org> | 2006-09-05 06:50:04 +0000 |
commit | c8076e93f203751afd74f36fed4e111f24f28d09 (patch) | |
tree | a89bd6853367abecf357c2f680f74d1f69d99f15 /share/man/man4/ami.4 | |
parent | 215fe1de8be6ee952276faef5cfe6c5d73732302 (diff) |
make the sysctl output look less obviously faked
ok jmc@
Diffstat (limited to 'share/man/man4/ami.4')
-rw-r--r-- | share/man/man4/ami.4 | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/share/man/man4/ami.4 b/share/man/man4/ami.4 index 6609a6b6745..754decd685e 100644 --- a/share/man/man4/ami.4 +++ b/share/man/man4/ami.4 @@ -1,4 +1,4 @@ -.\" $OpenBSD: ami.4,v 1.37 2006/09/01 09:58:09 jmc Exp $ +.\" $OpenBSD: ami.4,v 1.38 2006/09/05 06:50:03 dlg Exp $ .\" .\" Michael Shalayeff, 2001. Public Domain. .\" @@ -124,8 +124,8 @@ For example: .Bd -literal -offset indent $ sysctl hw.sensors hw.sensors.0=ami0, sd0, drive online, OK -hw.sensors.0=ami0, sd1, drive degraded, WARNING -hw.sensors.0=ami0, sd2, drive failed, CRITICAL +hw.sensors.1=ami0, sd1, drive degraded, WARNING +hw.sensors.2=ami0, sd2, drive failed, CRITICAL .Ed .Sh SEE ALSO .Xr bio 4 , |