mirror of
https://github.com/netblue30/firejail.git
synced 2026-05-16 14:16:16 -06:00
docs: man: fix double backslash before hyphen
Command used to search and replace:
$ perl -pi -e 's/\\\\-/\\-/g' src/man/*.in
This amends commit e256efe64 ("fix non-ASCII hypehens in manpages
(#5903)", 2026-01-08).
This commit is contained in:
parent
08a2059a49
commit
0ddf56a318
1 changed files with 1 additions and 1 deletions
|
|
@ -1544,7 +1544,7 @@ network access to programs that don't really need network access.
|
|||
.br
|
||||
Example:
|
||||
.br
|
||||
$ firejail \\-\-net=none /usr/bin/vlc
|
||||
$ firejail \-\-net=none /usr/bin/vlc
|
||||
.br
|
||||
|
||||
.br
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue