mirror of
https://github.com/netblue30/firejail.git
synced 2026-05-15 14:16:14 -06:00
docs: man: fix typo in example (#7106)
The description of a command references the wrong network interface.
This commit is contained in:
parent
811e0fb0a0
commit
ae2701ac2c
1 changed files with 1 additions and 1 deletions
|
|
@ -3725,7 +3725,7 @@ assigned automatically.
|
|||
\fBfirejail \-\-net=br0 \-\-ip=10.10.20.5 \-\-net=br1 \-\-net=br2
|
||||
Start a shell session in a new network namespace and connect it
|
||||
to br0, br1, and br2 host bridge devices. IP addresses are assigned
|
||||
automatically for the interfaces connected to br1 and b2
|
||||
automatically for the interfaces connected to br1 and br2.
|
||||
#endif
|
||||
.TP
|
||||
\fBfirejail \-\-list
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue