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 @@
- செயல்முறை வரம்புகள் மற்றும் அனுமதிகளை ஆய்வு செய்:
`prctl {{PID}}`
`prctl {{pid}}`
- இயந்திர பாகுபடுத்தக்கூடிய வடிவத்தில் செயல்முறை வரம்புகள் மற்றும் அனுமதிகளை ஆய்வு செய்:
`prctl -P {{PID}}`
`prctl -P {{pid}}`
- இயங்கும் செயல்முறைக்கான குறிப்பிட்ட வரம்பைப் பெறுங்கள்:
`prctl -n process.max-file-descriptor {{PID}}`
`prctl -n process.max-file-descriptor {{pid}}`