]> git.ipfire.org Git - ipfire-3.x.git/blame - bash/patches/bash-4.3-man-ulimit.patch
bash: Update to 4.3
[ipfire-3.x.git] / bash / patches / bash-4.3-man-ulimit.patch
CommitLineData
56ba7d19
MT
1From ccd35766d2451677f4c49f66b8e18ad6e274d56a Mon Sep 17 00:00:00 2001
2From: Jan Chaloupka <jchaloup@redhat.com>
3Date: Mon, 7 Jul 2014 07:15:41 +0200
4Subject: [PATCH] bash.1: posix block size for cf options
5
6---
7 doc/bash.1 | 1 +
8 1 file changed, 1 insertion(+)
9
10diff --git a/doc/bash.1 b/doc/bash.1
11index a4ad746..1916515 100644
12--- a/doc/bash.1
13+++ b/doc/bash.1
14@@ -9451,6 +9451,7 @@ and
15 which are unscaled values.
16 The return status is 0 unless an invalid option or argument is supplied,
17 or an error occurs while setting a new limit.
18+In POSIX Mode 512-byte blocks are used for the `-c' and `-f' options.
19 .RE
20 .TP
21 \fBumask\fP [\fB\-p\fP] [\fB\-S\fP] [\fImode\fP]
22--
231.9.3
24