~eloaders/i-nex/I-Nex

« back to all changes in this revision

Viewing changes to manpages/i-nex-dimms.1

  • Committer: eloaders
  • Date: 2016-11-09 10:03:01 UTC
  • Revision ID: git-v1:b33ce88eec560e3b3fe591b70a98856d7907799f
Clean Code

Remove libprocps3-dev | libprocps4-dev | libprocps-dev | libprocps0-dev
| libproc-dev, from depends. it is no longer necessary

Remove manpages.

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
 
.\"
2
 
.\"  i-nex-dimms.1 - manpage for the i2c-tools/i-nex-dimms utility
3
 
.\"  Copyright (C) 2013  Jaromir Capik
4
 
.\"
5
 
.\"  This program is free software; you can redistribute it and/or modify
6
 
.\"  it under the terms of the GNU General Public License as published by
7
 
.\"  the Free Software Foundation; either version 2 of the License, or
8
 
.\"  (at your option) any later version.
9
 
.\"
10
 
.\"  This program is distributed in the hope that it will be useful,
11
 
.\"  but WITHOUT ANY WARRANTY; without even the implied warranty of
12
 
.\"  MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
13
 
.\"  GNU General Public License for more details.
14
 
.\"
15
 
.\"  You should have received a copy of the GNU General Public License along
16
 
.\"  with this program; if not, write to the Free Software Foundation, Inc.,
17
 
.\"  51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA.
18
 
.\"
19
 
.TH i-nex-dimms 1 "Oct 2013" "i2c-tools" "User Commands"
20
 
.SH NAME
21
 
i-nex-dimms \- decode the information found in memory module SPD EEPROMs
22
 
.SH SYNOPSIS
23
 
.B i-nex-dimms
24
 
[-c] [-f [-b]] [-x|-X file [files..]]
25
 
.br
26
 
.B i-nex-dimms
27
 
-h
28
 
.SH DESCRIPTION
29
 
 
30
 
The purpose of the
31
 
.B i-nex-dimms
32
 
tool is to decode the information found in memory module SPD EEPROMs.
33
 
The SPD data is read either from the running system or dump files.
34
 
In the former case, the tool requires either the eeprom kernel module
35
 
or the at24 kernel module to be loaded.
36
 
.SH PARAMETERS
37
 
.TP
38
 
.B \-f, --format
39
 
Print nice html output
40
 
.TP
41
 
.B \-b, --bodyonly
42
 
Don't print html header (useful for postprocessing the output)
43
 
.TP
44
 
.B \--side-by-side
45
 
Display all DIMMs side-by-side if possible
46
 
.TP
47
 
.B \--merge-cells
48
 
Merge neighbour cells with identical values (side-by-side output only, default)
49
 
.TP
50
 
.B \--no-merge-cells
51
 
Don't merge neighbour cells with identical values (side-by-side output only)
52
 
.TP
53
 
.B \-c, --checksum
54
 
Decode completely even if checksum fails
55
 
.TP
56
 
.B \-x
57
 
Read data from hexdump files
58
 
.TP
59
 
.B \-X
60
 
Same as -x except treat multibyte hex data as little endian
61
 
.TP
62
 
.B \-h, --help
63
 
Display the usage summary
64
 
.SH SEE ALSO
65
 
.BR decode-vaio (1)
66
 
.SH AUTHORS
67
 
Philip Edelbrock, Christian Zuckschwerdt, Burkart Lingner, Jean Delvare