aboutsummaryrefslogtreecommitdiffstats
path: root/src/man
diff options
context:
space:
mode:
Diffstat (limited to 'src/man')
-rw-r--r--src/man/firecfg.txt5
-rw-r--r--src/man/firejail.txt2
2 files changed, 6 insertions, 1 deletions
diff --git a/src/man/firecfg.txt b/src/man/firecfg.txt
index 80cb201d9..b418faa15 100644
--- a/src/man/firecfg.txt
+++ b/src/man/firecfg.txt
@@ -55,6 +55,11 @@ Example:
55$ sudo firecfg --add-users dustin lucas mike eleven 55$ sudo firecfg --add-users dustin lucas mike eleven
56 56
57.TP 57.TP
58\fB\-\-bindir=directory
59Create and search symbolic links in directory instead of the default location /user/local/bin.
60Directory should precede /usr/bin and /bin in the PATH environment variable.
61
62.TP
58\fB\-\-clean 63\fB\-\-clean
59Remove all firejail symbolic links. 64Remove all firejail symbolic links.
60 65
diff --git a/src/man/firejail.txt b/src/man/firejail.txt
index edda34a1a..66663be35 100644
--- a/src/man/firejail.txt
+++ b/src/man/firejail.txt
@@ -2484,7 +2484,7 @@ Globbing is the operation that expands a wildcard pattern into the list of pathn
2484- '[' denotes a range of characters 2484- '[' denotes a range of characters
2485.br 2485.br
2486.TP 2486.TP
2487The gobing feature is implemented using glibc glob command. For more information on the wildcard syntax see man 7 glob. 2487The globbing feature is implemented using glibc glob command. For more information on the wildcard syntax see man 7 glob.
2488.br 2488.br
2489 2489
2490.br 2490.br