[PR #6474] [MERGED] docs: man: fix wrong escapes #6030

Closed
opened 2026-05-05 10:49:23 -06:00 by gitea-mirror · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/netblue30/firejail/pull/6474
Author: @kmk3
Created: 9/12/2024
Status: Merged
Merged: 9/13/2024
Merged by: @kmk3

Base: masterHead: docs-man-fix-escapes


📝 Commits (1)

  • e8e83c9 docs: man: fix wrong escapes

📊 Changes

2 files changed (+13 additions, -13 deletions)

View changed files

📝 src/man/firejail-profile.5.in (+1 -1)
📝 src/man/firejail.1.in (+12 -12)

📄 Description

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:

  • 137985136 ("Baseline firejail 0.9.28", 2015-08-08)
  • 1684c9ea7 ("Fixes for man firejail (#2628)", 2019-03-29)
  • 73525015e ("Clarify that file globbing occurs only at start",
    2020-04-11) / PR #3347
  • f54ee53b1 ("man text for --include command", 2021-03-05).

This is a follow-up to #6472.

Kind of relates to #5903.


🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.

## 📋 Pull Request Information **Original PR:** https://github.com/netblue30/firejail/pull/6474 **Author:** [@kmk3](https://github.com/kmk3) **Created:** 9/12/2024 **Status:** ✅ Merged **Merged:** 9/13/2024 **Merged by:** [@kmk3](https://github.com/kmk3) **Base:** `master` ← **Head:** `docs-man-fix-escapes` --- ### 📝 Commits (1) - [`e8e83c9`](https://github.com/netblue30/firejail/commit/e8e83c93d9e9ec1bdec3c61d3be67df94cd59111) docs: man: fix wrong escapes ### 📊 Changes **2 files changed** (+13 additions, -13 deletions) <details> <summary>View changed files</summary> 📝 `src/man/firejail-profile.5.in` (+1 -1) 📝 `src/man/firejail.1.in` (+12 -12) </details> ### 📄 Description 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: * 137985136 ("Baseline firejail 0.9.28", 2015-08-08) * 1684c9ea7 ("Fixes for man firejail (#2628)", 2019-03-29) * 73525015e ("Clarify that file globbing occurs only at start", 2020-04-11) / PR #3347 * f54ee53b1 ("man text for --include command", 2021-03-05). This is a follow-up to #6472. Kind of relates to #5903. --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
gitea-mirror 2026-05-05 10:49:23 -06:00
Sign in to join this conversation.
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference: github-starred/firejail#6030
No description provided.