Blame SOURCES/i2c-tools-3.1-man-decodeX.patch

84b2d0
diff -Naur i2c-tools-3.1.0.orig/eeprom/decode-dimms.1 i2c-tools-3.1.0/eeprom/decode-dimms.1
84b2d0
--- i2c-tools-3.1.0.orig/eeprom/decode-dimms.1	1970-01-01 01:00:00.000000000 +0100
84b2d0
+++ i2c-tools-3.1.0/eeprom/decode-dimms.1	2013-10-03 18:01:35.396288464 +0200
84b2d0
@@ -0,0 +1,77 @@
84b2d0
+.\"
84b2d0
+.\"  decode-dimms.1 - manpage for the i2c-tools/decode-dimms utility
84b2d0
+.\"  Copyright (C) 2013  Jaromir Capik
84b2d0
+.\"
84b2d0
+.\"  This program is free software; you can redistribute it and/or modify
84b2d0
+.\"  it under the terms of the GNU General Public License as published by
84b2d0
+.\"  the Free Software Foundation; either version 2 of the License, or
84b2d0
+.\"  (at your option) any later version.
84b2d0
+.\"
84b2d0
+.\"  This program is distributed in the hope that it will be useful,
84b2d0
+.\"  but WITHOUT ANY WARRANTY; without even the implied warranty of
84b2d0
+.\"  MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
84b2d0
+.\"  GNU General Public License for more details.
84b2d0
+.\"
84b2d0
+.\"  You should have received a copy of the GNU General Public License along
84b2d0
+.\"  with this program; if not, write to the Free Software Foundation, Inc.,
84b2d0
+.\"  51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA.
84b2d0
+.\"
84b2d0
+.TH decode-dimms 1 "Oct 2013" "i2c-tools" "User Commands"
84b2d0
+.SH NAME
84b2d0
+decode-dimms \- Decode the information found in memory module SPD EEPROMs.
84b2d0
+.SH SYNOPSIS
84b2d0
+.B decode-dimms
84b2d0
+[-c] [-f [-b]] [-x|-X file [files..]]
84b2d0
+.br
84b2d0
+.B decode-dimms
84b2d0
+-h
84b2d0
+.SH DESCRIPTION
84b2d0
+
84b2d0
+The purpose of the 
84b2d0
+.B decode-dimms
84b2d0
+tool is to decode the information found in memory module SPD EEPROMs.
84b2d0
+The SPD data is read either from the running system or dump files.
84b2d0
+The tool requires the eeprom kernel module to be loaded.
84b2d0
+.SH PARAMETERS
84b2d0
+.TP
84b2d0
+.B \-f, --format
84b2d0
+Print nice html output
84b2d0
+.TP
84b2d0
+.B \-b, --bodyonly
84b2d0
+Don't print html header (useful for postprocessing the output)
84b2d0
+.TP
84b2d0
+.B \--side-by-side
84b2d0
+Display all DIMMs side-by-side if possible
84b2d0
+.TP
84b2d0
+.B \--merge-cells
84b2d0
+Merge neighbour cells with identical values (side-by-side output only)
84b2d0
+.TP
84b2d0
+.B \-c, --checksum
84b2d0
+Decode completely even if checksum fails
84b2d0
+.TP
84b2d0
+.B \-x
84b2d0
+Read data from hexdump files
84b2d0
+.TP
84b2d0
+.B \-X
84b2d0
+Same as -x except treat multibyte hex data as little endian
84b2d0
+.TP
84b2d0
+.B \-h, --help
84b2d0
+Display this usage summary
84b2d0
+.SH SEE ALSO
84b2d0
+.BR decode-vaio (1)
84b2d0
+.SH AUTHORS
84b2d0
+.UR phil@netroedge.com
84b2d0
+Philip Edelbrock
84b2d0
+.UE
84b2d0
+.br
84b2d0
+.UR zany@triq.net
84b2d0
+Christian Zuckschwerdt
84b2d0
+.UE
84b2d0
+.br
84b2d0
+.UR burkart@bollchen.de
84b2d0
+Burkart Lingner
84b2d0
+.UE
84b2d0
+.br
84b2d0
+.UR khali@linux-fr.org
84b2d0
+Jean Delvare
84b2d0
+.UE
84b2d0
diff -Naur i2c-tools-3.1.0.orig/eeprom/decode-vaio.1 i2c-tools-3.1.0/eeprom/decode-vaio.1
84b2d0
--- i2c-tools-3.1.0.orig/eeprom/decode-vaio.1	1970-01-01 01:00:00.000000000 +0100
84b2d0
+++ i2c-tools-3.1.0/eeprom/decode-vaio.1	2013-10-03 18:02:49.348720736 +0200
84b2d0
@@ -0,0 +1,37 @@
84b2d0
+.\"
84b2d0
+.\"  decode-vaio.1 - manpage for the i2c-tools/decode-vaio utility
84b2d0
+.\"  Copyright (C) 2013  Jaromir Capik
84b2d0
+.\"
84b2d0
+.\"  This program is free software; you can redistribute it and/or modify
84b2d0
+.\"  it under the terms of the GNU General Public License as published by
84b2d0
+.\"  the Free Software Foundation; either version 2 of the License, or
84b2d0
+.\"  (at your option) any later version.
84b2d0
+.\"
84b2d0
+.\"  This program is distributed in the hope that it will be useful,
84b2d0
+.\"  but WITHOUT ANY WARRANTY; without even the implied warranty of
84b2d0
+.\"  MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
84b2d0
+.\"  GNU General Public License for more details.
84b2d0
+.\"
84b2d0
+.\"  You should have received a copy of the GNU General Public License along
84b2d0
+.\"  with this program; if not, write to the Free Software Foundation, Inc.,
84b2d0
+.\"  51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA.
84b2d0
+.\"
84b2d0
+.TH decode-vaio 1 "Oct 2013" "i2c-tools" "User Commands"
84b2d0
+.SH NAME
84b2d0
+decode-vaio \- Decode the information found in the Sony Vaio laptop
84b2d0
+identification EEPROMs.
84b2d0
+.SH SYNOPSIS
84b2d0
+.B decode-vaio
84b2d0
+.SH DESCRIPTION
84b2d0
+
84b2d0
+The purpose of the 
84b2d0
+.B decode-vaio
84b2d0
+tool is to decode the information found in the Sony Vaio laptop
84b2d0
+identification EEPROMs.
84b2d0
+The tool requires the eeprom kernel module to be loaded.
84b2d0
+.SH SEE ALSO
84b2d0
+.BR decode-dimms (1)
84b2d0
+.SH AUTHOR
84b2d0
+.UR khali@linux-fr.org
84b2d0
+Jean Delvare
84b2d0
+.UE