Zsh Mailing List Archive
Messages sorted by: Reverse Date, Date, Thread, Author

"limit sbsize"



On Oct 18,  1:46am, Jos Backus wrote:
} Subject: Re: About to release 3.0.7 ...
}
} +           if (limnam == "SBSIZE")  { msg[limnum] = "sbsize" }

I had to apply that by hand because the tabs have been converted to spaces.

I'm not going to fret about documenting this for 3.0.7, but here's a doc
hunk for 3.1.6.

Index: Doc/Zsh/builtins.yo
===================================================================
@@ -525,6 +525,7 @@
 sitem(tt(cachedthreads))(Maximum number of cached threads.)
 sitem(tt(aiooperations))(Maximum number of AIO operations.)
 sitem(tt(aiomemorylocked))(Maximum amount of memory locked in RAM for AIO operations.)
+sitem(tt(sbsize))(Maximum size of all socket buffers.)
 endsitem()
 
 Which of these resource limits are available depends on the system.

-- 
Bart Schaefer                                 Brass Lantern Enterprises
http://www.well.com/user/barts              http://www.brasslantern.com



Messages sorted by: Reverse Date, Date, Thread, Author