1
0
Fork 0
mirror of https://github.com/tldr-pages/tldr.git synced 2025-04-29 23:24:55 +02:00

Merge pull request #549 from tldr-pages/rm-trailing-spaces

ulimit: fix linting (remove trailing spaces)
This commit is contained in:
Waldir Pimenta 2016-01-02 10:44:31 +00:00
commit f2e7e8aefd

View file

@ -6,14 +6,14 @@
`ulimit -a` `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` `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` `ulimit -u 30`