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`
- 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`