Blame SOURCES/bash-4.2-man-ulimit.patch

07a490
From ccd35766d2451677f4c49f66b8e18ad6e274d56a Mon Sep 17 00:00:00 2001
07a490
From: Jan Chaloupka <jchaloup@redhat.com>
07a490
Date: Mon, 7 Jul 2014 07:15:41 +0200
07a490
Subject: [PATCH] bash.1: posix block size for cf options
07a490
07a490
---
07a490
 doc/bash.1 | 1 +
07a490
 1 file changed, 1 insertion(+)
07a490
07a490
diff --git a/doc/bash.1 b/doc/bash.1
07a490
index a4ad746..1916515 100644
07a490
--- a/doc/bash.1
07a490
+++ b/doc/bash.1
07a490
@@ -9451,6 +9451,7 @@ and
07a490
 which are unscaled values.
07a490
 The return status is 0 unless an invalid option or argument is supplied,
07a490
 or an error occurs while setting a new limit.
07a490
+In POSIX Mode 512-byte blocks are used for the `-c' and `-f' options.
07a490
 .RE
07a490
 .TP
07a490
 \fBumask\fP [\fB\-p\fP] [\fB\-S\fP] [\fImode\fP]
07a490
-- 
07a490
1.9.3
07a490