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