summaryrefslogtreecommitdiffstats
path: root/bin/sh/sh.1
diff options
context:
space:
mode:
authorjoerg <joerg@FreeBSD.org>1995-10-21 00:47:32 +0000
committerjoerg <joerg@FreeBSD.org>1995-10-21 00:47:32 +0000
commit8deb9482ef65a6a3a773ac996395624316ba29cc (patch)
tree7f0e2b4fc502147d3a8088d2f968895f03e09628 /bin/sh/sh.1
parente22d8066c4c8851a3d1ce3cc8c5e5393cc6d148b (diff)
downloadFreeBSD-src-8deb9482ef65a6a3a773ac996395624316ba29cc.zip
FreeBSD-src-8deb9482ef65a6a3a773ac996395624316ba29cc.tar.gz
o rename ulimit -p into ulimit -u, so we are in agreement with bash
o fix brokeness for 1>&5 redirection, where `5' was an invalid file descriptor, but no error message has been generated o fix brokeness for redirect to/from myself case
Diffstat (limited to 'bin/sh/sh.1')
-rw-r--r--bin/sh/sh.14
1 files changed, 2 insertions, 2 deletions
diff --git a/bin/sh/sh.1 b/bin/sh/sh.1
index a5201a2..7b649fe 100644
--- a/bin/sh/sh.1
+++ b/bin/sh/sh.1
@@ -33,7 +33,7 @@
.\" SUCH DAMAGE.
.\"
.\" @(#)sh.1 8.4 (Berkeley) 4/18/94
-.\" $Id: sh.1,v 1.3 1995/05/05 16:49:15 adam Exp $
+.\" $Id: sh.1,v 1.4 1995/10/19 18:42:12 joerg Exp $
.\"
.\"
.\"
@@ -1319,7 +1319,7 @@ The maximal resident set size of a process, in kilobytes.
-n nofiles
The maximal number of descriptors that could be opened by a process.
.TP 2
--p procmax
+-u userproc
The maximal number of simultaneous processes for this user ID.
.TP 2
-s stacksize
OpenPOWER on IntegriCloud