diff -up powerpc-utils-1.2.25/Makefile.am.man powerpc-utils-1.2.25/Makefile.am --- powerpc-utils-1.2.25/Makefile.am.man 2015-04-13 18:36:01.000000000 +0200 +++ powerpc-utils-1.2.25/Makefile.am 2015-06-18 10:23:04.039591102 +0200 @@ -43,7 +43,15 @@ man_MANS = \ man/lsslot.8 \ man/ppc64_cpu.8 \ man/errinjct.8 \ - man/rtas_dbg.8 + man/rtas_dbg.8 \ + man/lsdevinfo.8 \ + man/rtas_event_decode.8 \ + man/ls-vdev.8 \ + man/lsprop.8 \ + man/drmgr.8 \ + man/ls-veth.8 \ + man/nvsetenv.8 \ + man/ls-vscsi.8 EXTRA_DIST += $(bin_SCRIPTS) $(sbin_SCRIPTS) $(man_MANS) diff -up powerpc-utils-1.2.25/man/drmgr.8.man powerpc-utils-1.2.25/man/drmgr.8 --- powerpc-utils-1.2.25/man/drmgr.8.man 2015-06-18 10:23:04.040591105 +0200 +++ powerpc-utils-1.2.25/man/drmgr.8 2015-06-18 10:23:04.040591105 +0200 @@ -0,0 +1,60 @@ +.TH DRMGR "8" "Oct 2010" "Linux" "Linux on Power Service Tools" +.SH NAME +drmgr \- Dynamic Resource Manager. Utility used to perform DLPAR operations on a client partition. + +.SH SYNOPSIS +.B drmgr +.RB [ \-w +.IR minutes ] +.RB [ \-d +.IR detail_level ] +.RB [ \-C | \-\-capabilities ] +.RB [ \-h | \-\-help ] + +.B drmgr +.RB { \-c " {" port " | " slot " | " phb " | " pci " | " mem " | " cpu } +.RB | \-m } + +.B drmgr \-c +.RB { port " | " slot " | " phb } +.RB { \-a " | " \-r " | " \-Q "} " \-s +.I drc_name + +.B drmgr \-c pci \-s +.I slot +.RB { \-i " | " \-a " [" \-I "] | " \-r " [" \-I "] | " \-R " [" \-I "]}" + +.B drmgr \-c mem +.RB { \-a " | " \-r "} {" \-q +.I quantity +.BR \-p +.RI { variable_weight " | " ent_capacity "} |" +.RB { \-q +.I quantity +.RB "| " \-s +.IR drc_name }} + +.B drmgr \-c cpu +.RB { \-a " | " \-r "} {" \-q +.I quantity +.BR \-p +.RI { variable_weight " | " ent_capacity } +.RB [ \-s +.IR drc_names ] + + + +.SH OVERVIEW +.B drmgr +program is a member of the ppc64-utils suite of utils. +Use it to list DLPAR and hotplug capable slots. + +.SH DESCRIPTION +.B drmgr +is a utility to list DLPAR and hotplug capable slots. + +.SH AUTHOR +.B drmgr +was written by IBM Corporation +.PP +This manual page was written by Roman Rakus diff -up powerpc-utils-1.2.25/man/lsdevinfo.8.man powerpc-utils-1.2.25/man/lsdevinfo.8 --- powerpc-utils-1.2.25/man/lsdevinfo.8.man 2015-06-18 10:23:04.040591105 +0200 +++ powerpc-utils-1.2.25/man/lsdevinfo.8 2015-06-18 10:23:04.040591105 +0200 @@ -0,0 +1,39 @@ +.\" DO NOT MODIFY THIS FILE! It was generated by help2man 1.36. +.TH LSDEVINFO "8" "October 2010" "Linux" "Linux on Power Service Tools" +.SH NAME +lsdevinfo - information on Virtual devices + +.SH SYNOPSIS +.B lsdevinfo +[\fI-q criteria\fR] [\fI-F format\fR] [\fI-R\fR] [\fI-c\fR] [\fI-h\fR] + +.SH DESCRIPTION +Provide information on Virtual devices +.PP + +.SH OPTIONS +.TP +\fB\-q\fR criteria +Specifies a criteria to select which devices are to be displayed. +.TP +\fB\-F\fR format +Specifies the set of attributes to be displayed. +.TP +\fB\-R\fR +Recursively display children of selected devices +.TP +\fB\-c\fR +Display output as a comma separated list for each device. +.TP +\fB\-V\fR +Display version information and exit +.TP +\fB\-h\fR +Display help information and exit + +.SH AUTHOR +.B lsdevinfo +was written by Santiago Leon . +.PP +This manual page was written by Roman Rakus . + diff -up powerpc-utils-1.2.25/man/lsprop.8.man powerpc-utils-1.2.25/man/lsprop.8 --- powerpc-utils-1.2.25/man/lsprop.8.man 2015-06-18 10:23:04.040591105 +0200 +++ powerpc-utils-1.2.25/man/lsprop.8 2015-06-18 10:23:04.040591105 +0200 @@ -0,0 +1,42 @@ +.TH LSPROP "8" "Sep 2010" "Linux" "Linux on Power Service Tools" +.SH NAME +lsprop \- list properties +.SH SYNOPSIS +.B lsprop +.RB [ \-R ] +.RB [ \-m +.IR max-bytes ] +.RB [ \-w +.IR num-words ] +.RI [ FILE .\|.\|.] +.SH OVERVIEW +.B lsprop +program is a member of the ppc64-utils suite of utils. +Use it to list properties + +.SH DESCRIPTION +.B lsprop +displays properties for +.IR FILE s +like Open Firmware +.I .properties +word. +If the +.I FILE +is not set, the current directory is used. + +.SH OPTIONS +.TP +.B \-R +Process recursively +.TP +.BI \-m " max-bytes" +Read only first +.I max-bytes +bytes from the +.IR FILE s +.TP +.BI \-w " num-words" +Display up to +.I num-words +words per line diff -up powerpc-utils-1.2.25/man/ls-vdev.8.man powerpc-utils-1.2.25/man/ls-vdev.8 --- powerpc-utils-1.2.25/man/ls-vdev.8.man 2015-06-18 10:23:04.040591105 +0200 +++ powerpc-utils-1.2.25/man/ls-vdev.8 2015-06-18 10:23:04.040591105 +0200 @@ -0,0 +1,25 @@ +.\" DO NOT MODIFY THIS FILE! It was generated by help2man 1.36. +.TH LS-VDEV "8" "October 2010" "Linux" "Linux on Power Service Tools" +.SH NAME +ls-vdev \- information on Virtual SCSI adapters and devices +.SH SYNOPSIS +.BR ls-vdev " [" \-h " | " -V ] + +.SH DESCRIPTION +Provide information on Virtual SCSI adapters and devices +.PP + +.SH OPTIONS +.TP +\fB\-V\fR +Display version information and exit +.TP +\fB\-h\fR +Display help information and exit +.PP + +.SH AUTHOR +.B ls-vdev +was written by Brian King . +.PP +This manual page was written by Roman Rakus . diff -up powerpc-utils-1.2.25/man/ls-veth.8.man powerpc-utils-1.2.25/man/ls-veth.8 --- powerpc-utils-1.2.25/man/ls-veth.8.man 2015-06-18 10:23:04.041591108 +0200 +++ powerpc-utils-1.2.25/man/ls-veth.8 2015-06-18 10:23:04.040591105 +0200 @@ -0,0 +1,25 @@ +.\" DO NOT MODIFY THIS FILE! It was generated by help2man 1.36. +.TH LS-VETH "8" "October 2010" "Linux" "Linux on Power Service Tools" +.SH NAME +ls-veth \- information on Virtual Ethernet devices +.SH SYNOPSIS +.BR ls-veth " [" \-h " | " -V ] + +.SH DESCRIPTION +Provide information on Virtual Ethernet devices +.PP + +.SH OPTIONS +.TP +\fB\-V\fR +Display version information and exit +.TP +\fB\-h\fR +Display help information and exit +.PP + +.SH AUTHOR +.B ls-veth +was written by Brian King . +.PP +This manual page was written by Roman Rakus . diff -up powerpc-utils-1.2.25/man/ls-vscsi.8.man powerpc-utils-1.2.25/man/ls-vscsi.8 --- powerpc-utils-1.2.25/man/ls-vscsi.8.man 2015-06-18 10:23:04.041591108 +0200 +++ powerpc-utils-1.2.25/man/ls-vscsi.8 2015-06-18 10:23:04.041591108 +0200 @@ -0,0 +1,25 @@ +.\" DO NOT MODIFY THIS FILE! It was generated by help2man 1.36. +.TH LS-VSCSI "8" "October 2010" "Linux" "Linux on Power Service Tools" +.SH NAME +ls-vscsi \- information on Virtual devices +.SH SYNOPSIS +.BR ls-vscsi " [" \-h " | " -V ] + +.SH DESCRIPTION +Provide information on Virtual devices +.PP + +.SH OPTIONS +.TP +\fB\-V\fR +Display version information and exit +.TP +\fB\-h\fR +Display help information and exit +.PP + +.SH AUTHOR +.B ls-vscsi +was written by Brian King . +.PP +This manual page was written by Roman Rakus . diff -up powerpc-utils-1.2.25/man/nvsetenv.8.man powerpc-utils-1.2.25/man/nvsetenv.8 --- powerpc-utils-1.2.25/man/nvsetenv.8.man 2015-06-18 10:23:04.041591108 +0200 +++ powerpc-utils-1.2.25/man/nvsetenv.8 2015-06-18 10:23:04.041591108 +0200 @@ -0,0 +1,29 @@ +.TH NVSETENV "8" "Oct 2010" "Linux" "Linux on Power Service Tools" +.SH NAME +nvsetenv \- wrapper to invoke nvram + +.SH SYNOPSIS +.B nvsetenv +[ ARG1 ] [ ARG2 ] + +.SH DESCRIPTION +.B nvsetenv +is just a wrapper to invoke nvram + +.SH OPTIONS + +Without any argument, nvsetenv calls +.I nvram --print-config + +With one argument +.IR ARG1 , +nvsetenv calls +.I nvram --print-config=ARG1 + +With two arguments +.IR "ARG1 ARG2" , +nvsetenv calls +.I nvram --update-config ARG1=ARG2 + +.SH "SEE ALSO" +.IR nvram (8) diff -up powerpc-utils-1.2.25/man/rtas_event_decode.8.man powerpc-utils-1.2.25/man/rtas_event_decode.8 --- powerpc-utils-1.2.25/man/rtas_event_decode.8.man 2015-06-18 10:23:04.041591108 +0200 +++ powerpc-utils-1.2.25/man/rtas_event_decode.8 2015-06-18 10:23:04.041591108 +0200 @@ -0,0 +1,31 @@ +.\" DO NOT MODIFY THIS FILE! It was generated by help2man 1.36. +.TH RTAS_EVENT_DECODE 8 "September 2010" "Linux" "Linux on Power Service Tools" +.SH NAME +\fBrtas_event_decode\fP - RTAS message decoder +.SH SYNOPSIS +.B rtas_event_decode +[\fI-dv\fR] [\fI-n eventnum\fR] [\fI-w width\fR] +.SH DESCRIPTION +RTAS messages are placed in the syslog encoded in a binary +format, and are unreadable. This tool will take exactly one +message, parse it, and spit out the human-readable equivalent. +This program expects ascii data on stdin. + +This tool is mostly meant to be used in conjuction with the +rtas_dump shell script, which provides a suitable user +interface. + +.SH OPTIONS +.TP +.B \-d +dump the raw RTAS event +.TP +.BI \-n " eventnum" +event number of the RTAS event being dumped +.TP +.B \-v +verbose, print all details, not just header +.TP +.BI \-w " width" +limit the output to the specified width, default width is 80 characters. The width must be > 0 and < 1024. +