reg-query: add missing placeholder; iptables-save: fix typo (#12513)
This commit is contained in:
@@ -1,7 +1,7 @@
|
||||
# iptables-save
|
||||
|
||||
> Save the `iptables` IPv4 configuration.
|
||||
> Use `ip6tables-save` to the same for IPv6.
|
||||
> Use `ip6tables-save` to do the same for IPv6.
|
||||
> More information: <https://manned.org/iptables-save>.
|
||||
|
||||
- Print the `iptables` configuration:
|
||||
|
@@ -29,7 +29,7 @@
|
||||
|
||||
- Only search in [k]ey names:
|
||||
|
||||
`reg query {{key_name}} /f /k`
|
||||
`reg query {{key_name}} /f "{{query_pattern}}" /k`
|
||||
|
||||
- [c]ase-sensitively search for an [e]xact match:
|
||||
|
||||
|
Reference in New Issue
Block a user