summaryrefslogtreecommitdiff
path: root/bin
diff options
context:
space:
mode:
authorDaniel Dickman <daniel@cvs.openbsd.org>2018-11-10 19:40:44 +0000
committerDaniel Dickman <daniel@cvs.openbsd.org>2018-11-10 19:40:44 +0000
commitf7db20fe25386901446c4490830fb8e0e97e7ba7 (patch)
tree8376dc6c897b799cab78fe1f746d1bb320c0abff /bin
parent75b1b4e1f87b88dc9cfe3718386ee0e74e369e49 (diff)
remove mention of sbrk.
ok tb@
Diffstat (limited to 'bin')
-rw-r--r--bin/csh/csh.18
1 files changed, 3 insertions, 5 deletions
diff --git a/bin/csh/csh.1 b/bin/csh/csh.1
index a2941367b70..79df89a7ba2 100644
--- a/bin/csh/csh.1
+++ b/bin/csh/csh.1
@@ -1,4 +1,4 @@
-.\" $OpenBSD: csh.1,v 1.79 2017/12/12 11:34:38 tb Exp $
+.\" $OpenBSD: csh.1,v 1.80 2018/11/10 19:40:43 daniel Exp $
.\" $NetBSD: csh.1,v 1.10 1995/03/21 09:02:35 cgd Exp $
.\"
.\" Copyright (c) 1980, 1990, 1993
@@ -30,7 +30,7 @@
.\"
.\" @(#)csh.1 8.2 (Berkeley) 1/21/94
.\"
-.Dd $Mdocdate: December 12 2017 $
+.Dd $Mdocdate: November 10 2018 $
.Dt CSH 1
.Os
.Sh NAME
@@ -1852,9 +1852,7 @@ the maximum number of CPU-seconds to be used by each process.
.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.