Small documentation error

2019-02-16 Thread Jorge
Line 1868 from bashref.texi: - and inhibits brace expansion until the closing @samp{@}}.. + and inhibits brace expansion until the closing @samp{@}}.

Typo in rluser.texi

2019-01-16 Thread Jorge
Line 2047 of lib/readline/doc/rluser.texi > apply to completion on the inital non-assignment word on the line, or after a It should say "initial".

External URL not found in documentation

2018-05-27 Thread Jorge Maldonado Ventura
How about using the following URL ?

Documentation error? Readline manual

2018-05-26 Thread Jorge Maldonado Ventura
This error (?) appears on section 8.7 of the /Bash Reference Manual/ under complete command -o filenames. > (like adding a slash to directory names quoting special characters, or suppressing trailing spaces) A comma is needed here. Correction: (like adding a slash to directory names*,* quoting

Readline documentation error

2018-05-25 Thread Jorge Maldonado Ventura
There is an unnecessary closing parenthesis under /bracketed-paste-begin ()/ from section 8.4.3 of /Bash Reference Manual/ diff --git a/lib/readline/doc/rluser.texi b/lib/readline/doc/rluser.texi index 1c9acdc..d42f6f6 100644 --- a/lib/readline/doc/rluser.texi +++ b/lib/readline/doc/rluser.texi @

Documentation error

2018-05-18 Thread Jorge Maldonado Ventura
> After the string is decoded, it is expanded via parameter expansion, command substitution, arithmetic expansion, and quote removal, subject to the value of the |promptvars| shell option (see _Bash Builtins_). The documentation should point to the *The Set Builtin*, which is the section that cove

PDF documentation output not readable (3.2.6 GNU Parallel)

2018-05-10 Thread Jorge Maldonado Ventura
There is an issue produced because a line is too long in PDF. See attached image. parallel -k traceroute (the 'ute' is not readable in PDF because the line is too long). I recommend splitting it in two separate lines. from Section 3.2.6 GNU Parallel

Fix error from documentation

2018-05-08 Thread Jorge Maldonado Ventura
There should be a space between ')' and 'the'. I send here the patch to fix it. >From 22d34573983300a3e3d6c131bb4219b4fdf25051 Mon Sep 17 00:00:00 2001 From: Jorge Maldonado Ventura Date: Tue, 8 May 2018 12:33:38 +0200 Subject: [PATCH] fix --- doc/bashref.texi |

Small fix manual

2018-05-03 Thread Jorge Maldonado Ventura
Missing comma in the following sentence: If the variable exists but does not have a numeric value (or has no value) then the default is 10 It should read: If the variable exists but does not have a numeric value (or has no value)*,* then the default is 10

External URL not found in documentation

2018-04-27 Thread Jorge Maldonado Ventura
The URL http://www.sas.com/standards/large_file/x_open.20Mar96.html from 10.8 Optional Features is broken: 404 HTML status code. > Enable support for large files if the operating system requires special compiler options to build program

Errors in documentation

2018-04-12 Thread Jorge Maldonado Ventura
> The SVR4.2 shell has two privilege-related builtins (|mldmode| and |priv|) not present in Bash. This text is under the section "Appendix B Major Differences From The Bourne Shell"; it should be under the section "B.1 Implementation Differences From The SVR4.2 Shell". The same happens with "The

Character \001 disappears from here document if 'word' is unquoted.

2018-04-12 Thread Jorge Alberto Baca Garcia
Configuration Information [Automatically generated, do not change]: Machine: x86_64 OS: linux-gnu Compiler: gcc Compilation CFLAGS: -DPROGRAM='bash' -DCONF_HOSTTYPE='x86_64' -DCONF_OSTYPE='linux-gnu' -DCONF_MACHTYPE='x86_64-unknown-linux-gnu' -DCONF_VENDOR='unknown' -DLOCALEDIR='/usr/local/share

Extra parenthesis in documentation

2018-03-29 Thread Jorge
Under 6.3.3 Interactive Shell Behavior In the absence of any traps, |SIGINT| is caught and handled *((*see Signals ).

bash/examples index files missing

2018-03-19 Thread Jorge Maldonado Ventura
Am I missing something or some files listed on the INDEX files don't exist anymore? They should be removed from those indexes in that case.

Documentation improvement: add missing comma

2018-02-02 Thread Jorge
From 9.2 Bash History Builtin:  > If @var{last} is not specified it is set to @var{first} Missing comma after the dependent clause. It should read:     If @var{last} is not specified, it is set to @var{first} Grammar references: * https://www.ego4u.com/en/cram-up/writing/comma?10 * https://

Documentation improvement: fix incorrect link

2018-01-31 Thread Jorge
The link "See , for a description of |shopt|." in the section 9.1 Bash History Facilities should point to bashref.html#The-Shopt-Builtin  instead of bashref.html#Bash-Builtins

Fix typo from documentation

2018-01-27 Thread Jorge
https://www.gnu.org/software/bash/manual/bash.html#Bourne-Shell-Builtins Missing comma in text from hash. - If multiple name arguments are supplied with -t the name is printed before the hashed full pathname. + If multiple name arguments are supplied with -t, the name is printed before the has

Pull request: Typofix from Bash Reference Manual

2018-01-07 Thread Jorge Maldonado Ventura
otabug.org/jorgesumle/bash/commits/devel for you to fetch changes up to cdd777944a1cb6af49b6672ab59bbb6e0a1e5aa7:   Fix typo from bashref.texi (2018-01-07 20:18:26 +0100) ---- Jorge Maldonado Ventura (1):   Fix typo from bashref.texi  doc/ba

Pull request: Fix typo from documentation

2017-12-31 Thread Jorge Maldonado Ventura
6:15 +0100) ---- Jorge Maldonado Ventura (1):   Fix typo from Bash Reference Manual  doc/bashref.texi | 2 +-  1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/bashref.texi b/doc/bashref.texi index c0f4a2f..572fa16 100644 --- a/doc/bashref.texi

Re: Some kind of file descriptor overflow

2014-06-13 Thread Jorge Sivil
5 PM, Eduardo A. Bustamante López wrote: > On Fri, Jun 13, 2014 at 09:52:49AM -0300, Jorge Sivil wrote: >> The script is in the answer: >> >> http://stackoverflow.com/questions/24192459/bash-running-out-of-file-descriptors > Can't you reduce the script to a minimum reprod

Some kind of file descriptor overflow

2014-06-13 Thread Jorge Sivil
4.2.37(1)-release (i486-pc-linux-gnu) -- Atte.: Jorge Sivil