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