1
0
mirror of https://github.com/kellyjonbrazil/jc.git synced 2025-07-13 01:20:24 +02:00

documentation fixes

This commit is contained in:
Kelly Brazil
2019-10-26 18:49:13 -07:00
parent fb1e036375
commit db29c7c186
2 changed files with 4 additions and 4 deletions

View File

@ -899,7 +899,7 @@ $ netstat -p | jc --netstat -p
"foreign_address": "lb-192-30-255-113", "foreign_address": "lb-192-30-255-113",
"foreign_port": "https", "foreign_port": "https",
"state": "ESTABLISHED", "state": "ESTABLISHED",
"pid": 53550, "pid": "53550",
"program_name": "git-remote-ht", "program_name": "git-remote-ht",
"receive_q": "0", "receive_q": "0",
"send_q": "0" "send_q": "0"
@ -912,7 +912,7 @@ $ netstat -p | jc --netstat -p
"foreign_address": "lb-192-30-255-113", "foreign_address": "lb-192-30-255-113",
"foreign_port": "https", "foreign_port": "https",
"state": "ESTABLISHED", "state": "ESTABLISHED",
"pid": 53550, "pid": "53550",
"program_name": "git-remote-ht", "program_name": "git-remote-ht",
"receive_q": "0", "receive_q": "0",
"send_q": "0" "send_q": "0"

View File

@ -20,7 +20,7 @@ $ netstat -p | jc --netstat -p
"foreign_address": "lb-192-30-255-113", "foreign_address": "lb-192-30-255-113",
"foreign_port": "https", "foreign_port": "https",
"state": "ESTABLISHED", "state": "ESTABLISHED",
"pid": 53550, "pid": "53550",
"program_name": "git-remote-ht", "program_name": "git-remote-ht",
"receive_q": "0", "receive_q": "0",
"send_q": "0" "send_q": "0"
@ -33,7 +33,7 @@ $ netstat -p | jc --netstat -p
"foreign_address": "lb-192-30-255-113", "foreign_address": "lb-192-30-255-113",
"foreign_port": "https", "foreign_port": "https",
"state": "ESTABLISHED", "state": "ESTABLISHED",
"pid": 53550, "pid": "53550",
"program_name": "git-remote-ht", "program_name": "git-remote-ht",
"receive_q": "0", "receive_q": "0",
"send_q": "0" "send_q": "0"