diff --git a/docs/parsers/stat_s.md b/docs/parsers/stat_s.md index 6608676e..3da8b142 100644 --- a/docs/parsers/stat_s.md +++ b/docs/parsers/stat_s.md @@ -5,7 +5,7 @@ jc - JSON CLI output utility `stat` command output streaming parser > This streaming parser outputs JSON Lines -The `xxx_epoch` calculated timestamp fields are naive (i.e. based on the local time of the system the parser is run on) +The `xxx_epoch` calculated timestamp fields are naive (i.e. based on the local time of the system the parser is run on). The `xxx_epoch_utc` calculated timestamp fields are timezone-aware and are only available if the timezone field is UTC. @@ -53,7 +53,7 @@ Schema: "unix_device": integer, "rdev": integer, "block_size": integer, - "unix_flags": string + "unix_flags": string, "_jc_meta": # This object only exists if using -qq or ignore_exceptions=True { "success": boolean, # true if successfully parsed, false if error diff --git a/jc/parsers/stat_s.py b/jc/parsers/stat_s.py index c1fa8f37..55155991 100644 --- a/jc/parsers/stat_s.py +++ b/jc/parsers/stat_s.py @@ -2,7 +2,7 @@ > This streaming parser outputs JSON Lines -The `xxx_epoch` calculated timestamp fields are naive (i.e. based on the local time of the system the parser is run on) +The `xxx_epoch` calculated timestamp fields are naive (i.e. based on the local time of the system the parser is run on). The `xxx_epoch_utc` calculated timestamp fields are timezone-aware and are only available if the timezone field is UTC. @@ -50,7 +50,7 @@ Schema: "unix_device": integer, "rdev": integer, "block_size": integer, - "unix_flags": string + "unix_flags": string, "_jc_meta": # This object only exists if using -qq or ignore_exceptions=True { "success": boolean, # true if successfully parsed, false if error diff --git a/man/jc.1 b/man/jc.1 index f47ad697..60c99521 100644 --- a/man/jc.1 +++ b/man/jc.1 @@ -1,4 +1,4 @@ -.TH jc 1 2022-01-06 1.17.6 "JSON CLI output utility" +.TH jc 1 2022-01-08 1.17.6 "JSON CLI output utility" .SH NAME jc \- JSONifies the output of many CLI tools and file-types .SH SYNOPSIS