-
Notifications
You must be signed in to change notification settings - Fork 569
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
docs: man: sort commands (firejail.1) #6451
Merged
Merged
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
kmk3
added
the
documentation
Issues and pull requests related to the documentation
label
Aug 25, 2024
kmk3
reviewed
Aug 25, 2024
kmk3
reviewed
Aug 26, 2024
kmk3
reviewed
Aug 26, 2024
kmk3
changed the title
docs: man: ordering fixes
docs: man: sort some commands and sections
Aug 27, 2024
kmk3
changed the title
docs: man: sort some commands and sections
docs: man: sort commands and sections
Sep 1, 2024
kmk3
approved these changes
Sep 1, 2024
@glitsj16 Hello, can this be merged? |
Sort commands in firejail.1.in and sync the result with firejail-profile.5.in. * Commands: `--dbus-system.*`, `--dbus-user.*`, `--icmptrace`, `--ip=none`, `memory-deny-write-execute`, `--noinput` Relates to netblue30#3190 netblue30#3406 netblue30#4209.
kmk3
changed the title
docs: man: sort commands and sections
docs: man: sort commands (firejail.1)
Sep 10, 2024
Note: I split the sorting of the sections into separate commits for clarity and |
kmk3
added a commit
to kmk3/firejail
that referenced
this pull request
Sep 10, 2024
Reset the bold right after each command/argument. Command used to check for issues: git grep -E ' \\fR' -- src/man/*.in Related commits: * e91b9ff ("Deprecate --nodbus option", 2020-04-07) / PR netblue30#3265 * 5a61202 ("rename noautopulse to keep-config-pulse", 2021-05-13) / PR netblue30#4278 * d79547c ("docs: warn about limitations of landlock", 2024-03-31) / PR netblue30#6302 This is a follow-up to netblue30#6451. Relates to netblue30#6078.
kmk3
added a commit
that referenced
this pull request
Sep 12, 2024
Reset the bold right after each command/argument. Command used to check for issues: git grep -E ' \\fR' -- src/man/*.in Related commits: * e91b9ff ("Deprecate --nodbus option", 2020-04-07) / PR #3265 * 5a61202 ("rename noautopulse to keep-config-pulse", 2021-05-13) / PR #4278 * d79547c ("docs: warn about limitations of landlock", 2024-03-31) / PR #6302 This is a follow-up to #6451. Relates to #6078.
kmk3
added a commit
that referenced
this pull request
Sep 13, 2024
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Sort commands in firejail.1.in and sync the result with
firejail-profile.5.in.
--dbus-system.*
,--dbus-user.*
,--icmptrace
,--ip=none
,memory-deny-write-execute
,--noinput
Relates to #3190 #3406 #4209.