diff options
author | Mark Kettenis <kettenis@cvs.openbsd.org> | 2020-03-29 11:24:54 +0000 |
---|---|---|
committer | Mark Kettenis <kettenis@cvs.openbsd.org> | 2020-03-29 11:24:54 +0000 |
commit | 1b11556ef2a894817f49242bbe7495f926e3390c (patch) | |
tree | c6d6e701646360cb7b1cccc6ae4ef19a9b8cafa4 | |
parent | 6095f590de986b490e7c52706ddb334dad8bd22b (diff) |
ipmi(4) at fdt
-rw-r--r-- | share/man/man4/ipmi.4 | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/share/man/man4/ipmi.4 b/share/man/man4/ipmi.4 index 036386312e9..4e71bac5cd9 100644 --- a/share/man/man4/ipmi.4 +++ b/share/man/man4/ipmi.4 @@ -1,4 +1,4 @@ -.\" $OpenBSD: ipmi.4,v 1.14 2019/08/19 18:56:23 kettenis Exp $ +.\" $OpenBSD: ipmi.4,v 1.15 2020/03/29 11:24:53 kettenis Exp $ .\" .\" Copyright (c) 2005 Marco Peereboom <marco@openbsd.org> .\" Text was heavily borrowed from the IPMI spec V1.5 @@ -14,7 +14,7 @@ .\" WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, WHETHER IN AN .\" ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF .\" OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. -.Dd $Mdocdate: August 19 2019 $ +.Dd $Mdocdate: March 29 2020 $ .Dt IPMI 4 .Os .Sh NAME @@ -24,6 +24,7 @@ .Cd "ipmi0 at mainbus0" .Cd "ipmi0 at acpi?" .Cd "ipmi0 at iic?" +.Cd "ipmi0 at fdt?" .Sh DESCRIPTION The .Nm |