aboutsummaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
authorLibravatar netblue30 <netblue30@yahoo.com>2016-06-05 10:44:47 -0400
committerLibravatar netblue30 <netblue30@yahoo.com>2016-06-05 10:44:47 -0400
commit81bfc52e131215cd042c491f1c94c5d1f49de8a8 (patch)
treecd30c653d5612c773f01537151ebc1a7f8799906 /src
parentmarkup (diff)
downloadfirejail-81bfc52e131215cd042c491f1c94c5d1f49de8a8.tar.gz
firejail-81bfc52e131215cd042c491f1c94c5d1f49de8a8.tar.zst
firejail-81bfc52e131215cd042c491f1c94c5d1f49de8a8.zip
spelling
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