diff --git a/docs/parsers/ping_s.md b/docs/parsers/ping_s.md index ffe6b90f..ff2f4629 100644 --- a/docs/parsers/ping_s.md +++ b/docs/parsers/ping_s.md @@ -9,7 +9,7 @@ Usage (cli): $ ping | jc --ping-s -> Note: When piping `jc` converted ping output to other processes it may appear the output is hanging due to the OS pipe buffers. This is because `ping` output is too small to quickly fill up the buffer. Use the `-u` option to unbuffer the `jc` output if you would like immediate output. See the [readme](https://github.com/kellyjonbrazil/jc/tree/master#streaming-parsers) for more information. +> Note: When piping `jc` converted `ping` output to other processes it may appear the output is hanging due to the OS pipe buffers. This is because `ping` output is too small to quickly fill up the buffer. Use the `-u` option to unbuffer the `jc` output if you would like immediate output. See the [readme](https://github.com/kellyjonbrazil/jc/tree/master#streaming-parsers) for more information. Usage (module): diff --git a/docs/parsers/vmstat_s.md b/docs/parsers/vmstat_s.md index 57323596..ea3ddf4d 100644 --- a/docs/parsers/vmstat_s.md +++ b/docs/parsers/vmstat_s.md @@ -13,7 +13,7 @@ Usage (cli): $ vmstat | jc --vmstat-s -> Note: When piping `jc` converted vmstat output to other processes it may appear the output is hanging due to the OS pipe buffers. This is because `vmstat` output is too small to quickly fill up the buffer. Use the `-u` option to unbuffer the `jc` output if you would like immediate output. See the [readme](https://github.com/kellyjonbrazil/jc/tree/master#streaming-parsers) for more information. +> Note: When piping `jc` converted `vmstat` output to other processes it may appear the output is hanging due to the OS pipe buffers. This is because `vmstat` output is too small to quickly fill up the buffer. Use the `-u` option to unbuffer the `jc` output if you would like immediate output. See the [readme](https://github.com/kellyjonbrazil/jc/tree/master#streaming-parsers) for more information. Usage (module): diff --git a/jc/parsers/ping_s.py b/jc/parsers/ping_s.py index 89e6dc0e..46b034d7 100644 --- a/jc/parsers/ping_s.py +++ b/jc/parsers/ping_s.py @@ -6,7 +6,7 @@ Usage (cli): $ ping | jc --ping-s -> Note: When piping `jc` converted ping output to other processes it may appear the output is hanging due to the OS pipe buffers. This is because `ping` output is too small to quickly fill up the buffer. Use the `-u` option to unbuffer the `jc` output if you would like immediate output. See the [readme](https://github.com/kellyjonbrazil/jc/tree/master#streaming-parsers) for more information. +> Note: When piping `jc` converted `ping` output to other processes it may appear the output is hanging due to the OS pipe buffers. This is because `ping` output is too small to quickly fill up the buffer. Use the `-u` option to unbuffer the `jc` output if you would like immediate output. See the [readme](https://github.com/kellyjonbrazil/jc/tree/master#streaming-parsers) for more information. Usage (module): diff --git a/jc/parsers/vmstat_s.py b/jc/parsers/vmstat_s.py index 02fa4fa5..51b16815 100644 --- a/jc/parsers/vmstat_s.py +++ b/jc/parsers/vmstat_s.py @@ -10,7 +10,7 @@ Usage (cli): $ vmstat | jc --vmstat-s -> Note: When piping `jc` converted vmstat output to other processes it may appear the output is hanging due to the OS pipe buffers. This is because `vmstat` output is too small to quickly fill up the buffer. Use the `-u` option to unbuffer the `jc` output if you would like immediate output. See the [readme](https://github.com/kellyjonbrazil/jc/tree/master#streaming-parsers) for more information. +> Note: When piping `jc` converted `vmstat` output to other processes it may appear the output is hanging due to the OS pipe buffers. This is because `vmstat` output is too small to quickly fill up the buffer. Use the `-u` option to unbuffer the `jc` output if you would like immediate output. See the [readme](https://github.com/kellyjonbrazil/jc/tree/master#streaming-parsers) for more information. Usage (module):