[PR #6894] [MERGED] docs: rlimit: improve text and use base-2 units #6225

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

📋 Pull Request Information

Original PR: https://github.com/netblue30/firejail/pull/6894
Author: @kmk3
Created: 9/8/2025
Status: Merged
Merged: 9/9/2025
Merged by: @kmk3

Base: masterHead: rlimit-use-base2


📝 Commits (1)

  • eb64d21 docs: rlimit: improve text and use base-2 units

📊 Changes

1 file changed (+4 additions, -2 deletions)

View changed files

📝 src/man/firejail.1.in (+4 -2)

📄 Description

The base-2 units are more accurate, as --rlimit-as=1K is equivalent to
--rlimit-as=1024, not --rlimit-as=1000, for example.

This is a follow-up to #6891.

Relates to #4315.


🔄 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/6894 **Author:** [@kmk3](https://github.com/kmk3) **Created:** 9/8/2025 **Status:** ✅ Merged **Merged:** 9/9/2025 **Merged by:** [@kmk3](https://github.com/kmk3) **Base:** `master` ← **Head:** `rlimit-use-base2` --- ### 📝 Commits (1) - [`eb64d21`](https://github.com/netblue30/firejail/commit/eb64d2122f48c6104bd9eaa076fd049f7697cc20) docs: rlimit: improve text and use base-2 units ### 📊 Changes **1 file changed** (+4 additions, -2 deletions) <details> <summary>View changed files</summary> 📝 `src/man/firejail.1.in` (+4 -2) </details> ### 📄 Description The base-2 units are more accurate, as `--rlimit-as=1K` is equivalent to `--rlimit-as=1024`, not `--rlimit-as=1000`, for example. This is a follow-up to #6891. Relates to #4315. --- <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:53:02 -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#6225
No description provided.