diff --git a/docs/parsers/ufw.md b/docs/parsers/ufw.md index ef9b34c0..8fe94faf 100644 --- a/docs/parsers/ufw.md +++ b/docs/parsers/ufw.md @@ -51,7 +51,7 @@ Schema: Examples: - $ ufw status verbose numbered | jc --ufw -p + $ ufw status verbose | jc --ufw -p { "status": "active", "logging": "on", @@ -62,7 +62,7 @@ Examples: { "action": "ALLOW", "action_direction": "IN", - "index": 1, + "index": null, "network_protocol": "ipv4", "to_interface": "any", "to_transport": "tcp", @@ -83,7 +83,7 @@ Examples: { "action": "ALLOW", "action_direction": "IN", - "index": 2, + "index": null, "network_protocol": "ipv6", "to_interface": "any", "to_transport": "tcp", @@ -104,7 +104,7 @@ Examples: { "action": "ALLOW", "action_direction": "IN", - "index": 3, + "index": null, "network_protocol": "ipv4", "to_interface": "any", "to_transport": null, @@ -125,7 +125,7 @@ Examples: { "action": "ALLOW", "action_direction": "IN", - "index": 4, + "index": null, "network_protocol": "ipv6", "to_interface": "any", "to_ip": "2405:204:7449:49fc:f09a:6f4a:bc93:1955", @@ -146,7 +146,7 @@ Examples: { "action": "ALLOW", "action_direction": "IN", - "index": 5, + "index": null, "network_protocol": "ipv4", "to_interface": "en0", "to_ip": "10.10.10.10", @@ -167,7 +167,7 @@ Examples: ] } - $ ufw status verbose numbered | jc --ufw -p -r + $ ufw status verbose | jc --ufw -p -r { "status": "active", "logging": "on", @@ -178,7 +178,7 @@ Examples: { "action": "ALLOW", "action_direction": "IN", - "index": "1", + "index": null, "network_protocol": "ipv4", "to_interface": "any", "to_transport": "tcp", @@ -199,7 +199,7 @@ Examples: { "action": "ALLOW", "action_direction": "IN", - "index": "2", + "index": null, "network_protocol": "ipv6", "to_interface": "any", "to_transport": "tcp", @@ -220,7 +220,7 @@ Examples: { "action": "ALLOW", "action_direction": "IN", - "index": "3", + "index": null, "network_protocol": "ipv4", "to_interface": "any", "to_transport": null, @@ -241,7 +241,7 @@ Examples: { "action": "ALLOW", "action_direction": "IN", - "index": "4", + "index": null, "network_protocol": "ipv6", "to_interface": "any", "to_ip": "2405:204:7449:49fc:f09a:6f4a:bc93:1955", @@ -262,7 +262,7 @@ Examples: { "action": "ALLOW", "action_direction": "IN", - "index": "5", + "index": null, "network_protocol": "ipv4", "to_interface": "en0", "to_ip": "10.10.10.10", diff --git a/jc/man/jc.1.gz b/jc/man/jc.1.gz index 547bcab0..d8d4e3b8 100644 Binary files a/jc/man/jc.1.gz and b/jc/man/jc.1.gz differ diff --git a/man/jc.1.gz b/man/jc.1.gz index 547bcab0..d8d4e3b8 100644 Binary files a/man/jc.1.gz and b/man/jc.1.gz differ