mirror of
https://github.com/smxi/inxi.git
synced 2024-11-16 16:21:39 +00:00
updated man pages, removed temporarily raid function
This commit is contained in:
parent
c4c30f9645
commit
4fa7edd006
21
inxi
21
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.
|
||||
|
|
27
man/inxi.8
27
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
|
||||
|
|
Loading…
Reference in a new issue