diff --git a/docs/parsers/lsof.md b/docs/parsers/lsof.md index 6a0f7945..2fbdc0af 100644 --- a/docs/parsers/lsof.md +++ b/docs/parsers/lsof.md @@ -140,6 +140,6 @@ Returns: List of Dictionaries. Raw or processed structured data. ### Parser Information -Compatibility: linux +Compatibility: linux, darwin, aix, freebsd Version 1.6 by Kelly Brazil (kellyjonbrazil@gmail.com) diff --git a/docs/parsers/proc_cpuinfo.md b/docs/parsers/proc_cpuinfo.md index 39e39643..0c24ddc7 100644 --- a/docs/parsers/proc_cpuinfo.md +++ b/docs/parsers/proc_cpuinfo.md @@ -47,12 +47,10 @@ option. "cache size": string, "cache_size_num": integer, "cache_size_unit": string, - "flags": string, - "flag_list": [ + "flags": [ string ], - "bugs": string, - "bug_list": [ + "bugs": [ string ], "bogomips": float, @@ -83,8 +81,6 @@ Examples: "fpu_exception": true, "cpuid level": 22, "wp": true, - "flags": "fpu vme de pse tsc msr pae mce cx8 apic sep mtrr ...", - "bugs": "cpu_meltdown spectre_v1 spectre_v2 spec_store_bypass ...", "bogomips": 4800.0, "clflush size": 64, "cache_alignment": 64, @@ -94,7 +90,7 @@ Examples: "address_size_virtual": 48, "cache_size_num": 6144, "cache_size_unit": "KB", - "flag_list": [ + "flags": [ "fpu", "vme", "de", @@ -178,7 +174,7 @@ Examples: "flush_l1d", "arch_capabilities" ], - "bug_list": [ + "bugs": [ "cpu_meltdown", "spectre_v1", "spectre_v2", diff --git a/man/jc.1 b/man/jc.1 index 0cbd86e9..3a70c413 100644 --- a/man/jc.1 +++ b/man/jc.1 @@ -1,4 +1,4 @@ -.TH jc 1 2022-09-07 1.21.2 "JSON Convert" +.TH jc 1 2022-09-08 1.21.2 "JSON Convert" .SH NAME \fBjc\fP \- JSON Convert JSONifies the output of many CLI tools, file-types, and strings .SH SYNOPSIS