prctl: add French translation (#9392)

This commit is contained in:
Joel Tony
2022-11-01 15:57:06 +05:30
committed by GitHub
parent 042195f754
commit 0e163b1d5e
3 changed files with 22 additions and 6 deletions

View File

@@ -5,12 +5,12 @@
- Examine process limits and permissions:
`prctl {{PID}}`
`prctl {{pid}}`
- Examine process limits and permissions in machine parsable format:
`prctl -P {{PID}}`
`prctl -P {{pid}}`
- Get specific limit for a running process:
`prctl -n process.max-file-descriptor {{PID}}`
`prctl -n process.max-file-descriptor {{pid}}`