aboutsummaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
Diffstat (limited to 'src')
-rw-r--r--src/firejail/network_main.c2
-rw-r--r--src/man/firejail.txt2
2 files changed, 2 insertions, 2 deletions
diff --git a/src/firejail/network_main.c b/src/firejail/network_main.c
index e50c06ae9..396c612b1 100644
--- a/src/firejail/network_main.c
+++ b/src/firejail/network_main.c
@@ -58,7 +58,7 @@ void net_configure_bridge(Bridge *br, char *dev_name) {
58 58
59 // allow unconfigured interfaces 59 // allow unconfigured interfaces
60 if (net_get_if_addr(br->dev, &br->ip, &br->mask, br->mac, &br->mtu)) { 60 if (net_get_if_addr(br->dev, &br->ip, &br->mask, br->mac, &br->mtu)) {
61 fprintf(stderr, "Warning: interface %s is not configured\n", br->dev); 61 fprintf(stderr, "Warning: the network interface %s is not configured\n", br->dev);
62 br->configured = 1; 62 br->configured = 1;
63 br->arg_ip_none = 1; 63 br->arg_ip_none = 1;
64 return; 64 return;
diff --git a/src/man/firejail.txt b/src/man/firejail.txt
index e57b8fb93..71a73a02d 100644
--- a/src/man/firejail.txt
+++ b/src/man/firejail.txt
@@ -476,7 +476,7 @@ $ firejail \-\-net=eth0 \-\-\ip=none
476.br 476.br
477 477
478.br 478.br
479If the coresponding interface doesn't have an IP address configured, this 479If the corresponding interface doesn't have an IP address configured, this
480option is enabled by default. 480option is enabled by default.
481 481
482.TP 482.TP