mirror of
https://github.com/tldr-pages/tldr.git
synced 2025-03-28 21:16:20 +01:00
reg-query: add missing placeholder; iptables-save: fix typo (#12513)
This commit is contained in:
parent
bea8eb934b
commit
dffed7409a
2 changed files with 2 additions and 2 deletions
|
@ -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:
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue