Skip to content

Commit

Permalink
Minor documentation updates
Browse files Browse the repository at this point in the history
  • Loading branch information
chu11 committed Feb 1, 2017
1 parent 3434580 commit 9528c5c
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 6 deletions.
8 changes: 6 additions & 2 deletions README
Original file line number Diff line number Diff line change
Expand Up @@ -246,7 +246,9 @@ Libfreeipmi
A C library that includes KCS, SSIF, OpenIPMI Linux, and Solaris BMC
drivers, IPMI 1.5 and IPMI 2.0 LAN communication interfaces, IPMI
packet building utilities, IPMI command utilities, and utilities for
reading/interpreting/managing IPMI.
reading/interpreting/managing IPMI. This library is for programmers
intimately familiar with the IPMI protocol and IPMI specification.
Most users may wish to use the libraries listed below.

Libipmiconsole

Expand All @@ -256,7 +258,9 @@ read and write console data through a file descriptor.

Libipmimonitoring

A library for sensor monitoring that abstracts away most IPMI details.
A library for sensor and system event log (SEL) monitoring that
abstracts away most IPMI details. Interpretation of those sensors and
events is abstracted into an API with an iterator interface.

Libipmidetect

Expand Down
12 changes: 8 additions & 4 deletions man/freeipmi.7.pre.in
Original file line number Diff line number Diff line change
Expand Up @@ -257,10 +257,12 @@ The following libraries are distributed and supported by FreeIPMI.
.PP
.B Libfreeipmi
.PP
A C library that includes KCS, SSIF, OpenIPMI Linux, and Solaris BMC
drivers, IPMI 1.5 and IPMI 2.0 LAN communication interfaces, IPMI
A C library that includes KCS, SSIF, and OpenIPMI Linux, and Solaris
BMC drivers, IPMI 1.5 and IPMI 2.0 LAN communication interfaces, IPMI
packet building utilities, IPMI command utilities, and utilities for
reading/interpreting/managing IPMI.
reading/interpreting/managing IPMI. This library is for programmers
intimately familiar with the IPMI protocol and IPMI specification.
Most users may wish to use the libraries listed below.
.PP
.B Libipmiconsole
.PP
Expand All @@ -270,7 +272,9 @@ read and write console data through a file descriptor.
.PP
.B Libipmimonitoring
.PP
A library for sensor monitoring that abstracts away most IPMI details.
A library for sensor and system event log (SEL) monitoring that
abstracts away most IPMI details. Interpretation of those sensors and
events is abstracted into an API with an iterator interface.
.PP
.B Libipmidetect
.PP
Expand Down

0 comments on commit 9528c5c

Please sign in to comment.