1
0
Fork 0
mirror of https://github.com/tldr-pages/tldr.git synced 2025-07-24 01:15:52 +02:00

ulimit: fix linting (remove trailing spaces)

This commit is contained in:
Waldir Pimenta 2016-01-02 10:43:05 +00:00
parent d973b1aa2b
commit c163deea80

View file

@ -6,14 +6,14 @@
`ulimit -a`
- get hard limit for the number of simultaneously opened files
- get hard limit for the number of simultaneously opened files
`ulimit -H -n`
- get soft limit for the number of simultaneously opened files
- get soft limit for the number of simultaneously opened files
`ulimit -S -n`
`ulimit -S -n`
- set max per-user process limit
- set max per-user process limit
`ulimit -u 30`