From a36a200c26df08f428293d3e0cb659e394ee74de Mon Sep 17 00:00:00 2001 From: Harald Hope Date: Fri, 9 Sep 2016 14:54:14 -0700 Subject: [PATCH] Fixed typo in man page, no new version, just a fixed man page. --- inxi.1 | 4 ++-- inxi.changelog | 12 ++++++++++++ 2 files changed, 14 insertions(+), 2 deletions(-) diff --git a/inxi.1 b/inxi.1 index dfc694b..0a42385 100755 --- a/inxi.1 +++ b/inxi.1 @@ -1,4 +1,4 @@ -.TH INXI 1 "2016\-08\-25" inxi "inxi manual" +.TH INXI 1 "2016\-09\-09" inxi "inxi manual" .SH NAME inxi \- Command line system information script for console and IRC .SH SYNOPSIS @@ -457,7 +457,7 @@ Supports most known display managers, like xdm, gdm, kdm, slim, lightdm, or mdm. .B \-xxx \-B \- Adds battery chemistry (like: \fBLi-ion\fR), cycles (NOTE: there appears to be a problem with the Linux kernel obtaining the cycle count, so this almost always shows \fB0\fR. There's nothing that can be done about this glitch, the -data is simply not availabe as of 2016-04-18), location (only available from dmidecode derived output). +data is simply not available as of 2016-04-18), location (only available from dmidecode derived output). .TP .B \-xxx \-m \- Memory bus width: primary bus width, and if present, total width. eg: bus width: 64 bit (total: 72 bits). Note that total / data widths are mixed up sometimes in dmidecode output, so inxi will take the larger value as total if present. If no total width data is found, then inxi will not show that item. diff --git a/inxi.changelog b/inxi.changelog index 6352de9..d8082ed 100755 --- a/inxi.changelog +++ b/inxi.changelog @@ -1,3 +1,15 @@ +===================================================================================== +Version: 2.3.1 +Patch Version: 00 +Script Date: 2016-08-25 +----------------------------------- +Changes: +----------------------------------- +Fixed typo in man page, no new version, just a fixed man page. + +----------------------------------- +-- Harald Hope - Fri, 09 Sep 2016 14:53:24 -0700 + ===================================================================================== Version: 2.3.1 Patch Version: 00