aboutsummaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
authorLibravatar netblue30 <netblue30@yahoo.com>2015-12-23 09:46:12 -0500
committerLibravatar netblue30 <netblue30@yahoo.com>2015-12-23 09:46:12 -0500
commitf7439c3e0a1a802862295df6143b35e55c688142 (patch)
tree8a89dbe6ce7205f9bea6731339d0707ba93085f6 /src
parentfixes (diff)
downloadfirejail-f7439c3e0a1a802862295df6143b35e55c688142.tar.gz
firejail-f7439c3e0a1a802862295df6143b35e55c688142.tar.zst
firejail-f7439c3e0a1a802862295df6143b35e55c688142.zip
0.9.36 testing
Diffstat (limited to 'src')
-rw-r--r--src/firejail/usage.c2
-rw-r--r--src/firemon/usage.c2
-rw-r--r--src/man/firejail-login.txt2
-rw-r--r--src/man/firejail-profile.txt2
-rw-r--r--src/man/firejail.txt2
-rw-r--r--src/man/firemon.txt2
6 files changed, 6 insertions, 6 deletions
diff --git a/src/firejail/usage.c b/src/firejail/usage.c
index 3d9d745b3..e4a5f1ff0 100644
--- a/src/firejail/usage.c
+++ b/src/firejail/usage.c
@@ -376,6 +376,6 @@ void usage(void) {
376 printf(" list all running sandboxes\n"); 376 printf(" list all running sandboxes\n");
377 printf("\n"); 377 printf("\n");
378 printf("License GPL version 2 or later\n"); 378 printf("License GPL version 2 or later\n");
379 printf("Homepage: http://github.com/netblue30/firejail\n"); 379 printf("Homepage: http://firejail.wordpress.com\n");
380 printf("\n"); 380 printf("\n");
381} 381}
diff --git a/src/firemon/usage.c b/src/firemon/usage.c
index 92aac1b88..6cc3656c4 100644
--- a/src/firemon/usage.c
+++ b/src/firemon/usage.c
@@ -72,6 +72,6 @@ void usage(void) {
72 printf("\tUser - The owner of the sandbox.\n"); 72 printf("\tUser - The owner of the sandbox.\n");
73 printf("\n"); 73 printf("\n");
74 printf("License GPL version 2 or later\n"); 74 printf("License GPL version 2 or later\n");
75 printf("Homepage: http://github.com/netblue30/firejail\n"); 75 printf("Homepage: http://firejail.wordpress.com\n");
76 printf("\n"); 76 printf("\n");
77} 77}
diff --git a/src/man/firejail-login.txt b/src/man/firejail-login.txt
index 0064013c9..e5bcf9436 100644
--- a/src/man/firejail-login.txt
+++ b/src/man/firejail-login.txt
@@ -28,7 +28,7 @@ usermod \-\-shell /usr/bin/firejail username
28.SH LICENSE 28.SH LICENSE
29Firejail is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation; either version 2 of the License, or (at your option) any later version. 29Firejail is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation; either version 2 of the License, or (at your option) any later version.
30.PP 30.PP
31Homepage: http://github.com/netblue30/firejail 31Homepage: http://firejail.wordpress.com
32.SH SEE ALSO 32.SH SEE ALSO
33\&\flfirejail\fR\|(1), 33\&\flfirejail\fR\|(1),
34\&\flfiremon\fR\|(1), 34\&\flfiremon\fR\|(1),
diff --git a/src/man/firejail-profile.txt b/src/man/firejail-profile.txt
index 59d4a81ae..0745aa104 100644
--- a/src/man/firejail-profile.txt
+++ b/src/man/firejail-profile.txt
@@ -321,7 +321,7 @@ $ firejail --profile-path=~/myprofiles
321.SH LICENSE 321.SH LICENSE
322Firejail is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation; either version 2 of the License, or (at your option) any later version. 322Firejail is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation; either version 2 of the License, or (at your option) any later version.
323.PP 323.PP
324Homepage: http://github.com/netblue30/firejail 324Homepage: http://firejail.wordpress.com
325.SH SEE ALSO 325.SH SEE ALSO
326\&\flfirejail\fR\|(1), 326\&\flfirejail\fR\|(1),
327\&\flfiremon\fR\|(1), 327\&\flfiremon\fR\|(1),
diff --git a/src/man/firejail.txt b/src/man/firejail.txt
index eed87c574..9f834011e 100644
--- a/src/man/firejail.txt
+++ b/src/man/firejail.txt
@@ -1615,7 +1615,7 @@ List all sandboxed processes.
1615.SH LICENSE 1615.SH LICENSE
1616This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation; either version 2 of the License, or (at your option) any later version. 1616This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation; either version 2 of the License, or (at your option) any later version.
1617.PP 1617.PP
1618Homepage: http://github.com/netblue30/firejail 1618Homepage: http://firejail.wordpress.com
1619.SH SEE ALSO 1619.SH SEE ALSO
1620\&\flfiremon\fR\|(1), 1620\&\flfiremon\fR\|(1),
1621\&\flfirejail-profile\fR\|(5), 1621\&\flfirejail-profile\fR\|(5),
diff --git a/src/man/firemon.txt b/src/man/firemon.txt
index 9c14086e0..2a69b1de5 100644
--- a/src/man/firemon.txt
+++ b/src/man/firemon.txt
@@ -98,7 +98,7 @@ The owner of the sandbox.
98.SH LICENSE 98.SH LICENSE
99This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation; either version 2 of the License, or (at your option) any later version. 99This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation; either version 2 of the License, or (at your option) any later version.
100.PP 100.PP
101Homepage: http://github.com/netblue30/firejail 101Homepage: http://firejail.wordpress.com
102.SH SEE ALSO 102.SH SEE ALSO
103\&\flfirejail\fR\|(1), 103\&\flfirejail\fR\|(1),
104\&\flfirejail-profile\fR\|(5), 104\&\flfirejail-profile\fR\|(5),