1
0
Эх сурвалжийг харах

ulimit: fix linting (remove trailing spaces)

Waldir Pimenta 9 жил өмнө
parent
commit
c163deea80
1 өөрчлөгдсөн 4 нэмэгдсэн , 4 устгасан
  1. 4 4
      pages/linux/ulimit.md

+ 4 - 4
pages/linux/ulimit.md

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