Print this page
11622 clean up rarer mandoc lint warnings

Split Close
Expand all
Collapse all
          --- old/usr/src/man/man7d/ipmi.7d
          +++ new/usr/src/man/man7d/ipmi.7d
↓ open down ↓ 17 lines elided ↑ open up ↑
  18   18  .\"
  19   19  .\" CDDL HEADER END
  20   20  .\"
  21   21  .\" Copyright (c) 2012, Joyent, Inc. All Rights Reserved
  22   22  .\" Copyright 2013 Nexenta Systems, Inc.  All rights reserved.
  23   23  .\"
  24   24  .TH IPMI 7D "Oct 31, 2013"
  25   25  .SH NAME
  26   26  ipmi \- OpenIPMI compatible IPMI interface driver
  27   27  .SH SYNOPSIS
  28      -.LP
  29   28  .nf
  30   29  \fB/dev/ipmi0\fR
  31   30  .fi
  32   31  
  33   32  .SH DESCRIPTION
  34      -.sp
  35      -.LP
  36   33  The \fBipmi\fR device is a character special file that provides access to the
  37   34  Intelligent Platform Management Interface for the system.  For more
  38   35  information on \fBIPMI\fR and to obtain a copy of the \fBIPMI\fR
  39   36  specification and implementation guidelines, refer to
  40   37  http://www.intel.com/design/servers/ipmi/.
  41   38  The driver is adapted from the FreeBSD driver which is in turn adapted from
  42   39  the Linux driver, however, not all features described in the standard are
  43   40  supported. The current implementation depends on the \fBsmbios\fR(7d) to
  44   41  discover the existence of an IPMI device.
  45      -.sp
  46      -.LP
  47   42  
  48   43  .SH IOCTLS
  49      -.sp
  50      -.LP
  51   44  Sending and receiving messages through the IPMI drivers requires the use of
  52   45  \fBioctl\fR(2).
  53   46  
  54   47  The ioctl command codes below are defined in \fBsys/ipmi.h\fR.
  55   48  The third argument to ioctl should be a pointer to the type indicated.
  56   49  Currently the following ioctls are supported:
  57   50  .RS +4
  58   51  .TP
  59   52  .ie t \(bu
  60   53  .el o
↓ open down ↓ 99 lines elided ↑ open up ↑
 160  153  .RS +4
 161  154  .TP
 162  155  .ie t \(bu
 163  156  .el o
 164  157  IPMICTL_UNREGISTER_FOR_CMD
 165  158  .br
 166  159  Unregister to receive a specific command
 167  160  .RE
 168  161  
 169  162  .SH SEE ALSO
 170      -.sp
 171      -.LP
 172  163  \fBipmitool\fR(1), \fBioctl\fR(2), \fBsmbios\fR(7d)
 173  164  .sp
 174  165  .LP
 175  166  \fIIntelligent Platform Management Interface Specification Second
 176  167  Generation\fR, v2.0 \(em
 177  168  June 12, 2009 Markup
 178  169  .SH NOTES
 179      -.sp
 180      -.LP
 181  170  Not all systems include an \fBIPMI\fR.
    
XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX