diff options
author | Jason McIntyre <jmc@cvs.openbsd.org> | 2005-10-21 17:15:38 +0000 |
---|---|---|
committer | Jason McIntyre <jmc@cvs.openbsd.org> | 2005-10-21 17:15:38 +0000 |
commit | f37cd38778c7676a1dee5f87d26e93f1b4c598dc (patch) | |
tree | 5903cea6e7ea30924afbf30022f96c07bfcf4085 /share | |
parent | 2129945f11bd93bc1786497cb2efd80baaa1c70f (diff) |
should have waited one second longer.. ;)
fix a typo; confirmed by marco@
Diffstat (limited to 'share')
-rw-r--r-- | share/man/man4/ipmi.4 | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/share/man/man4/ipmi.4 b/share/man/man4/ipmi.4 index 6d50aa3a3e3..032a4c7a137 100644 --- a/share/man/man4/ipmi.4 +++ b/share/man/man4/ipmi.4 @@ -1,4 +1,4 @@ -.\" $OpenBSD: ipmi.4,v 1.4 2005/10/21 17:13:38 jmc Exp $ +.\" $OpenBSD: ipmi.4,v 1.5 2005/10/21 17:15:37 jmc Exp $ .\" .\" Copyright (c) Marco Peereboom <marco@openbsd.org> .\" Text was heavily borrowed from the IPMI spec V1.5 @@ -57,7 +57,7 @@ The use of request/response protocol facilitates the transfer of IPMI messages over different transports. IPMI commands are grouped into functional command sets using a field called network function code. -There are command sets for sensor and even related commands, +There are command sets for sensor and event related commands, chassis commands etc. This functional grouping makes it easier to organize and manage the assignment and allocation of command values. |