sync the text in csh(1) with text from getrlimit(2) and remove mention of 
sbrk.

ok?

Index: csh.1
===================================================================
RCS file: /cvs/src/bin/csh/csh.1,v
retrieving revision 1.79
diff -u -p -u -r1.79 csh.1
--- csh.1       12 Dec 2017 11:34:38 -0000      1.79
+++ csh.1       10 Nov 2018 18:44:27 -0000
@@ -1852,9 +1852,7 @@ the maximum number of CPU-seconds to be 
 .It Ar filesize
 the largest single file (in bytes) that can be created.
 .It Ar datasize
-the maximum growth of the data+stack region via
-.Xr sbrk  2
-beyond the end of the program text.
+the maximum growth (in bytes) of the data segment.
 .It Ar stacksize
 the maximum
 size of the automatically-extended stack region.

Reply via email to