From 4fa7edd00665bf82b9e684bd14ea9a8e387b8516 Mon Sep 17 00:00:00 2001 From: inxi-svn Date: Thu, 10 May 2012 05:15:35 +0000 Subject: [PATCH] updated man pages, removed temporarily raid function --- inxi | 21 --------------------- man/inxi.8 | 27 +++------------------------ 2 files changed, 3 insertions(+), 45 deletions(-) diff --git a/inxi b/inxi index f048363..1a918c0 100755 --- a/inxi +++ b/inxi @@ -5452,27 +5452,6 @@ get_ps_data() eval $LOGFE } -# mdstat syntax information: http://www-01.ibm.com/support/docview.wss?uid=isg3T1011259 -# note that this does NOT use either Disk or Partition information for now, ie, there -# is no connection between the data types, but the output should still be consistent -get_raid_data() -{ - eval $LOGFS - - local mdstat='' - - if [[ $B_MDSTAT_FILE ]];then - # dump the first line, which is not data - mdstat="$( grep -vi '^Personalities' $FILE_MDSTAT )" - fi - - if [[ -n $mdstat ]];then - : - fi - - eval $LOGFE -} - # Repos will be added as we get distro package manager data to create the repo data. # This method will output the file name also, which is useful to create output that's # neat and readable. diff --git a/man/inxi.8 b/man/inxi.8 index e270b7e..98e4b93 100644 --- a/man/inxi.8 +++ b/man/inxi.8 @@ -6,32 +6,11 @@ inxi - Info script for console and IRC. .SH SYNOPSIS .B inxi -.B inxi \fR[\fB-A\fR] [\fB-b\fR] [\fB-C\fR] [\fB-d\fR] [\fB-D\fR] [\fB-f\fR] +.B inxi \fR[\fB-AbCdDfFGhHiIlMnNopPrsSu\fR] \fR[\fB-c NUMBER\fR] \fR[\fB-v NUMBER\fR] -.B inxi \fR[\fB-F\fR] [\fB-G\fR] [\fB-h\fR] [\fB-H\fR] [\fB-i\fR] [\fB-I\fR] - -.B inxi \fR[\fB-l\fR] [\fB-M\fR] [\fB-n\fR] [\fB-N\fR] [\fB-o\fR] [\fB-p\fR] - -.B inxi \fR[\fB-P\fR] [\fB-r\fR] [\fB-s\fR] [\fB-S\fR] [\fB-u\fR] - -.B inxi \fR[\fB-c NUMBER\fR] - -.B inxi -t \fR[\fBc\fR or\fB m\fR or\fB cm\fR or\fB cm NUMBER\fR] - -.B inxi \fR[\fB-v NUMBER\fR] - -.B inxi \fR[\fB-x LETTER\fR] - -.B inxi \fR[\fB-xx LETTER\fR] - -.B inxi \fR[\fB--help\fR] - -.B inxi \fR[\fB--recommends\fR] - -.B inxi \fR[\fB--version\fR] - -.B inxi \fR[\fB-@ NUMBER\fR] +.B inxi \fR[\fB-t \fR(\fBc\fR or\fB m\fR or\fB cm\fR or\fB cm NUMBER\fR)] \fR[\fB-x LETTER\fR(\fBs\fR)] \fR[\fB-xx LETTER\fR] +.B inxi \fR[\fB--help\fR] \fR[\fB--recommends\fR] \fR[\fB--version\fR] \fR[\fB-@ NUMBER\fR] .SH DESCRIPTION