mirror of
https://github.com/smxi/inxi.git
synced 2025-09-01 10:09:10 +00:00
bsd fixes
This commit is contained in:
parent
7d6ed4d848
commit
6bdfea0ad7
1 changed files with 1 additions and 1 deletions
2
inxi
2
inxi
|
@ -3919,7 +3919,7 @@ get_cpu_data_bsd()
|
|||
cpuClock = $NF / 1000000
|
||||
}
|
||||
/^hw.l2cachesize/ {
|
||||
cpuCache=$NF/1000
|
||||
cpuCache=$NF/1024
|
||||
cpuCache=cpuCache " kB"
|
||||
}
|
||||
/^machdep.cpu.vendor/ {
|
||||
|
|
Loading…
Add table
Reference in a new issue