netblue30 / firejail

Linux namespaces and seccomp-bpf sandbox
https://firejail.wordpress.com
GNU General Public License v2.0
5.83k stars 568 forks source link

docs: man: fix bold in command TPs #6472

Closed kmk3 closed 2 months ago

kmk3 commented 2 months ago

Reset the bold right after each command/argument.

Command used to check for issues:

git grep -E ' \\fR' -- src/man/*.in

Related commits:

This is a follow-up to #6451.

Relates to #6078.