]> git.ipfire.org Git - people/stevee/ipfire-3.x.git/blob - bash/patches/bash-4.3-man-ulimit.patch
fdba5442e04b06a2f4d6f627a9808d10ca4edcfd
[people/stevee/ipfire-3.x.git] / bash / patches / bash-4.3-man-ulimit.patch
1 From ccd35766d2451677f4c49f66b8e18ad6e274d56a Mon Sep 17 00:00:00 2001
2 From: Jan Chaloupka <jchaloup@redhat.com>
3 Date: Mon, 7 Jul 2014 07:15:41 +0200
4 Subject: [PATCH] bash.1: posix block size for cf options
5
6 ---
7 doc/bash.1 | 1 +
8 1 file changed, 1 insertion(+)
9
10 diff --git a/doc/bash.1 b/doc/bash.1
11 index 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 --
23 1.9.3
24