mirror of
https://github.com/ipmitool/ipmitool.git
synced 2025-05-10 18:47:22 +00:00
Update documentation in regard to IANA PEN registry
Add information regarding IANA PEN registry locations into ipmitool and ipmievd man pages. The locations in man pages are automatically generated based on `configure` options. Partially resolves ipmitool/ipmitool#11 Signed-off-by: Alexander Amelkin <alexander@amelkin.msk.ru>
This commit is contained in:
parent
54abbaf0e8
commit
2676ae43fd
2
.gitignore
vendored
2
.gitignore
vendored
@ -29,5 +29,7 @@ control/prototype
|
|||||||
control/rpmmacros
|
control/rpmmacros
|
||||||
src/ipmievd
|
src/ipmievd
|
||||||
src/ipmitool
|
src/ipmitool
|
||||||
|
doc/ipmievd.8
|
||||||
|
doc/ipmitool.1
|
||||||
cscope.out
|
cscope.out
|
||||||
tags
|
tags
|
||||||
|
@ -4,6 +4,7 @@ dnl
|
|||||||
m4_define([git_suffix], m4_esyscmd_s(./csv-revision))
|
m4_define([git_suffix], m4_esyscmd_s(./csv-revision))
|
||||||
AC_INIT([ipmitool], [1.8.18git_suffix])
|
AC_INIT([ipmitool], [1.8.18git_suffix])
|
||||||
AC_CONFIG_SRCDIR([src/ipmitool.c])
|
AC_CONFIG_SRCDIR([src/ipmitool.c])
|
||||||
|
AC_CONFIG_COMMANDS_PRE([export prefix=$prefix])
|
||||||
AC_CANONICAL_SYSTEM
|
AC_CANONICAL_SYSTEM
|
||||||
AM_INIT_AUTOMAKE([foreign])
|
AM_INIT_AUTOMAKE([foreign])
|
||||||
AM_CONFIG_HEADER(config.h)
|
AM_CONFIG_HEADER(config.h)
|
||||||
@ -743,6 +744,9 @@ AC_CONFIG_FILES([Makefile
|
|||||||
src/plugins/serial/Makefile
|
src/plugins/serial/Makefile
|
||||||
src/plugins/dummy/Makefile])
|
src/plugins/dummy/Makefile])
|
||||||
|
|
||||||
|
AC_CONFIG_FILES([doc/ipmitool.1], [${SED} -i -e "s%\${prefix}%$prefix%" doc/ipmitool.1])
|
||||||
|
AC_CONFIG_FILES([doc/ipmievd.8], [${SED} -i -e "s%\${prefix}%$prefix%" doc/ipmievd.8])
|
||||||
|
|
||||||
AC_OUTPUT
|
AC_OUTPUT
|
||||||
|
|
||||||
AC_MSG_RESULT([])
|
AC_MSG_RESULT([])
|
||||||
|
@ -217,6 +217,16 @@ Reading Sensors...
|
|||||||
.br
|
.br
|
||||||
Waiting for Events...
|
Waiting for Events...
|
||||||
.br
|
.br
|
||||||
|
|
||||||
|
.SH FILES
|
||||||
|
.TP
|
||||||
|
.B @IANADIR@/enterprise-numbers
|
||||||
|
system IANA PEN registry taken from http://www.iana.org/assignments/enterprise-numbers
|
||||||
|
.TP
|
||||||
|
.B ~/@IANAUSERDIR@/enterprise-numbers
|
||||||
|
user's override for the system IANA PEN registry, this file if it exists is loaded instead
|
||||||
|
of the system registry (see above).
|
||||||
|
|
||||||
.SH "AUTHOR"
|
.SH "AUTHOR"
|
||||||
Duncan Laurie <duncan@iceblink.org>
|
Duncan Laurie <duncan@iceblink.org>
|
||||||
.SH "SEE ALSO"
|
.SH "SEE ALSO"
|
@ -3817,7 +3817,16 @@ Chassis Power is on
|
|||||||
> ipmitool \-I lan \-H 1.2.3.4 \-f passfile chassis power on
|
> ipmitool \-I lan \-H 1.2.3.4 \-f passfile chassis power on
|
||||||
.br
|
.br
|
||||||
Chassis Power Control: Up/On
|
Chassis Power Control: Up/On
|
||||||
|
|
||||||
|
.SH FILES
|
||||||
|
.TP
|
||||||
|
.B @IANADIR@/enterprise-numbers
|
||||||
|
system IANA PEN registry taken from http://www.iana.org/assignments/enterprise-numbers
|
||||||
|
.TP
|
||||||
|
.B ~/@IANAUSERDIR@/enterprise-numbers
|
||||||
|
user's override for the system IANA PEN registry, this file if it exists is loaded instead
|
||||||
|
of the system registry (see above).
|
||||||
|
|
||||||
.SH "AUTHORS"
|
.SH "AUTHORS"
|
||||||
Originally written by Duncan Laurie <duncan@iceblink.org>.
|
Originally written by Duncan Laurie <duncan@iceblink.org>.
|
||||||
.br
|
.br
|
Loading…
x
Reference in New Issue
Block a user