commit 2157d7ebbee8aae4e52bd69ac97d4563687fca40
parent eea228e936fab3fffb001bd63d49de505d1ee092
Author: tjg <tjg>
Date: Tue, 18 Jun 2002 11:18:12 +0000
Release: rc-1.7.
Diffstat:
4 files changed, 15 insertions(+), 3 deletions(-)
diff --git a/ChangeLog b/ChangeLog
@@ -784,3 +784,7 @@ Changes since rc-1.5b2
Documentation: possible warning in tripping.c (thanks Dan Moniz).
Release: rc-1.6c7.
+
+2002-06-18
+
+ Release: rc-1.7.
diff --git a/README b/README
@@ -1,4 +1,4 @@
-This is release candidate rc-1.6c7.
+This is release rc-1.7.
See COPYING for copying information. All files are
diff --git a/configure.ac b/configure.ac
@@ -8,7 +8,7 @@ dnl Automake stuff.
dnl Use this one for snapshots...
dnl AM_INIT_AUTOMAKE(rc, 1.6s`echo $RELDATE |sed 's/-//g'`)
dnl ...and this one for releases
-AM_INIT_AUTOMAKE(rc, 1.6c7)
+AM_INIT_AUTOMAKE(rc, 1.7)
AM_CONFIG_HEADER(config.h)
diff --git a/rc.1 b/rc.1
@@ -161,7 +161,7 @@
.if !"\\$4"" .Xf \\$2 \\$1 "\\$3\\f\\$1\\$4\\*(Xi" "\\$5" "\\$6" "\\$7" "\\$8" "\\$9"
.if "\\$4"" \\$3\fR\s10
..
-.TH RC 1 "2002-05-21"
+.TH RC 1 "2002-06-18"
.SH NAME
rc \- shell
.SH SYNOPSIS
@@ -1696,6 +1696,10 @@ For example:
.TP
\&
disables core dumps.
+To set a soft limit equal to the hard limit:
+.Ds
+.Cr "limit `{limit -h datasize}"
+.De
.TP
.B newpgrp
Puts
@@ -2045,6 +2049,10 @@ The redundant inner parentheses must be omitted.
.PP
Variable subscripting cannot be used in here documents.
.PP
+The
+.Cr limit
+builtin silently ignores extra arguments.
+.PP
Bug reports should be mailed to
.Cr "<tjg@star.le.ac.uk>" .
.SH INCOMPATIBILITIES