Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fixes for man firejail #2628

Merged
merged 1 commit into from
Mar 29, 2019
Merged

Fixes for man firejail #2628

merged 1 commit into from
Mar 29, 2019

Conversation

glitsj16
Copy link
Collaborator

Section DESKTOP INTEGRATION:

  • example to make firefox symlink fails without sudo (as it needs write access to /usr/local/bin);
  • fix the link to man firecfg.

@glitsj16 glitsj16 merged commit 1684c9e into netblue30:master Mar 29, 2019
@glitsj16 glitsj16 deleted the man branch March 29, 2019 23:54
kmk3 added a commit to kmk3/firejail that referenced this pull request Sep 12, 2024
Remove extranous escape characters and fix bold escaping.

Command used to check for unusual escape sequences:

    $ git grep -E '\\[^ "\f-]|\\f[^BR]' -- src/man/*.in

With this, the only escape sequences used are:

    $ git grep -E -ho -e '\\-' -e '\\[^-][^ ]?' -- src/man/*.in |
      LC_ALL=C sort | uniq -c
          9 \"
          1 \&.
       1194 \-
         23 \\
        507 \fB
        127 \fR

Related commits:

* 1379851 ("Baseline firejail 0.9.28", 2015-08-08)
* 1684c9e ("Fixes for man firejail (netblue30#2628)", 2019-03-29)
* 7352501 ("Clarify that file globbing occurs only at start",
  2020-04-11) / PR netblue30#3347
* f54ee53 ("man text for --include command", 2021-03-05).

This is a follow-up to netblue30#6472.

Kind of relates to netblue30#5903.
kmk3 added a commit to kmk3/firejail that referenced this pull request Sep 13, 2024
Remove extranous escape characters and fix bold escaping.

Command used to check for unusual escape sequences:

    $ git grep -E -e '\\f[^BR]' -e '\\[^ "\f-]' -- src/man/*.in

With this, the only escape sequences used are:

    $ git grep -E -ho -e '\\-' -e '\\[^-][^ ]?' -- src/man/*.in |
      LC_ALL=C sort | uniq -c
          9 \"
          1 \&.
       1194 \-
         23 \\
        507 \fB
        127 \fR

Related commits:

* 1379851 ("Baseline firejail 0.9.28", 2015-08-08)
* 1684c9e ("Fixes for man firejail (netblue30#2628)", 2019-03-29)
* 7352501 ("Clarify that file globbing occurs only at start",
  2020-04-11) / PR netblue30#3347
* f54ee53 ("man text for --include command", 2021-03-05).

This is a follow-up to netblue30#6472.

Kind of relates to netblue30#5903.
kmk3 added a commit that referenced this pull request Sep 13, 2024
Remove extranous escape characters and fix bold escaping.

Command used to check for unusual escape sequences:

    $ git grep -E -e '\\f[^BR]' -e '\\[^ "\f-]' -- src/man/*.in

With this, the only escape sequences used are:

    $ git grep -E -ho -e '\\-' -e '\\[^-][^ ]?' -- src/man/*.in |
      LC_ALL=C sort | uniq -c
          9 \"
          1 \&.
       1194 \-
         23 \\
        507 \fB
        127 \fR

Related commits:

* 1379851 ("Baseline firejail 0.9.28", 2015-08-08)
* 1684c9e ("Fixes for man firejail (#2628)", 2019-03-29)
* 7352501 ("Clarify that file globbing occurs only at start",
  2020-04-11) / PR #3347
* f54ee53 ("man text for --include command", 2021-03-05).

This is a follow-up to #6472.

Kind of relates to #5903.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant