Zsh Mailing List Archive
Messages sorted by:
Reverse Date,
Date,
Thread,
Author
"limit sbsize"
- X-seq: zsh-workers 8310
- From: "Bart Schaefer" <schaefer@xxxxxxxxxxxxxxxxxxxxxxx>
- To: zsh-workers@xxxxxxxxxxxxxx
- Subject: "limit sbsize"
- Date: Mon, 18 Oct 1999 04:30:20 +0000
- In-reply-to: <19991018014649.A84537@xxxxxxxxxxxxxxxxxxxxxx>
- Mailing-list: contact zsh-workers-help@xxxxxxxxxxxxxx; run by ezmlm
- References: <991017212615.ZM20453@xxxxxxxxxxxxxxxxxxxxxxx> <19991018014649.A84537@xxxxxxxxxxxxxxxxxxxxxx>
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