diff options
author | Marco Peereboom <marco@cvs.openbsd.org> | 2005-10-16 18:57:45 +0000 |
---|---|---|
committer | Marco Peereboom <marco@cvs.openbsd.org> | 2005-10-16 18:57:45 +0000 |
commit | b59284b76df5c1ee34c54842a2c5214e47b24cdf (patch) | |
tree | 4d018a2863939f65f6cde6941f3081b50240ad38 /share/man | |
parent | 9b65ff1ed6cf7a1e29a392de0ba9fe5d722eccef (diff) |
Two typos from Christian Brueffer <chris at unixpages dot org>
Diffstat (limited to 'share/man')
-rw-r--r-- | share/man/man4/ipmi.4 | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/share/man/man4/ipmi.4 b/share/man/man4/ipmi.4 index c94c9af0087..3ce2e726849 100644 --- a/share/man/man4/ipmi.4 +++ b/share/man/man4/ipmi.4 @@ -1,4 +1,4 @@ -.\" $OpenBSD: ipmi.4,v 1.2 2005/10/07 09:12:38 jmc Exp $ +.\" $OpenBSD: ipmi.4,v 1.3 2005/10/16 18:57:44 marco Exp $ .\" .\" Copyright (c) Marco Peereboom <marco@openbsd.org> .\" Text was heavily borrowed from the IPMI spec V1.5 @@ -66,7 +66,7 @@ Access to monitored information such as temperatures, voltages, fan status etc., is provided via the IPMI Sensor Model. Instead of providing direct access to the monitoring hardware, IPMI provides access by abstracted sensor commands -such as the "Get Seonsor Reading" command, +such as the "Get Sensor Reading" command, implemented via a management controller. This approach isolates the software from changes in the platform management hardware implementation. @@ -81,7 +81,7 @@ Having the SEL and logging functions managed by the BMC helps ensure that post-mortem logging information is available should a failure occur that disables the systems processor(s). .Pp -A set of IPMI commands alows the SEL to be read and cleared +A set of IPMI commands allows the SEL to be read and cleared and for events to be added to the SEL. The common request message (command) used for adding events to the SEL is referred to as an Event Message. |